Announcement

Collapse
No announcement yet.

Standard Nested UL cat tree styled via css

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Re: Standard Nested UL cat tree styled via css

    Originally posted by wcw View Post
    Steve,

    Are you saying don't use <ul>....</ul> anywhere in html?

    It's okay if it doesn't have any links in it and no rollovers.
    Steve Strickland
    972-227-2065

    Comment


      #17
      Re: Standard Nested UL cat tree styled via css

      I use <ul> all the time for various pages, usually without links though. If I have a link in it there is a security hole that can be hacked? Am I misunderstanding something?
      Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
      Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
      Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
      Facebook http://www.facebook.com/EmporiumPlus
      Twitter http://twitter.com/emporiumplus

      Comment


        #18
        Re: Standard Nested UL cat tree styled via css

        Bill, the entire problem is with IE6 browser bugs for the UL container.

        I learned it the hard way by using the UL in the cattree and then dealing with the constant flood of user complaints. Since I don't like working non-billable hours and I sure don't like customer complaints, I quit using the UL in the cattree.

        I'll bet the guy that wrote that CSS book never built a Miva store and never had to deal with the customer complaints his recommendations cause.

        The best way to understand this is to go ahead and use the UL in your cattree. Then put your email up for complaints. You'll quickly see the issue quite clearly.
        Steve Strickland
        972-227-2065

        Comment


          #19
          Re: Standard Nested UL cat tree styled via css

          Then I misunderstood. I thought it was a hacker issue as hacks was mentioned.
          Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
          Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
          Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
          Facebook http://www.facebook.com/EmporiumPlus
          Twitter http://twitter.com/emporiumplus

          Comment


            #20
            Re: Standard Nested UL cat tree styled via css

            I was using the term hack in the classic sense. In the old days a hacker was a programmer:
            Hacker

            Nowdays we have the term "browser hack" which means coding around browser bugs:
            Browser Hacks
            Steve Strickland
            972-227-2065

            Comment


              #21
              Re: Standard Nested UL cat tree styled via css

              Like I said, I misunderstood your use of the term browser hack. You weren't talking about things like
              http://www.pcsympathy.com/2008/04/08...ters-insecure/
              Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
              Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
              Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
              Facebook http://www.facebook.com/EmporiumPlus
              Twitter http://twitter.com/emporiumplus

              Comment


                #22
                Re: Standard Nested UL cat tree styled via css

                Thanks Barrett for posting this.

                For what it's worth the script does not close the open <li> tags. Adding </li> directly after each of the final </mvt:if> statements resolves the problem.


                Code:
                 
                                                    </mvt:foreach>
                                                    </ul>
                                                </mvt:if>
                                                </li>
                                            </mvt:foreach>
                                            </ul>
                                        </mvt:if>
                                        </li>
                                    </mvt:foreach>
                                    </ul>
                                </mvt:if>
                                </li>
                            </mvt:foreach>
                            </ul>
                        </mvt:if>
                        </li>
                    </mvt:foreach>
                    </ul>
                    
                </div>
                Ray Yates
                "If I have seen further, it is by standing on the shoulders of giants."
                --- Sir Isaac Newton

                Comment


                  #23
                  Re: Standard Nested UL cat tree styled via css

                  We've also created drop down and slide out menus using both UL's and DIV's using bill's toolkit. I had originally input source code here for others but decided to yank it as it took a long time to get it done.

                  Reguarding the UL's not displaying properly in IE6, it can be done, and it's not all that difficult. Sure the new DIV only based dropdowns and flyouts are probably better and more cross-browser compatible, but assuming it can't be done is narrow-minded.
                  Last edited by aarcmedia; 07-06-09, 06:01 PM. Reason: Decided to yank it
                  Ted Hust
                  AarcMediaGroup.com

                  Celebrating 13 Years of Outstanding Service & Support
                  Miva Merchant Design

                  Comment

                  Working...
                  X