Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Simple html question

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25379

    So I am making this ENORMOUS mega-menu and Im obviously doing something wrong as I get 87 errors when I test the fragment on w3c (xhtml strict).

    Here is a piece of the code. problem area described below.

    Code:

    On the 2nd line, you see how I have a link (within the li)? For some reason it does not like that at all. That is the main navigation and the list beneath is the dropdown. Am I putting something in the wrong order? I don’t get it lol.

    FYI:
    I have tried taking the column divs out (does not fix the problem).

    #60374
    apostrophe
    Participant

    Well I just saved your code inside a

    Code:

    page and ran it through the validator at http://validator.w3.org/#validate_by_input and got 20 errors. Removed all of the divs and it validated.

    I’m guessing from the "div class column" that you want to break it apart for styling. I think I would go with 4 separate ul’s.

    #60391

    haha… I think I have been playing with this for too long and it is turning into a huge convoluted monster. I am going to start fresh (sans divs) and go from there.

    Thanks for your help :P sometimes you just need an extra set of eyes :shock:

    #60507

    You could also try using classes instead of divs…

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.