• Hello everyone …

    The overall design of my website (found here) is complete and now I’m working on adding content and addressing several validation errors. In non-Firefox browsers the navigation links at the top of my website breaks onto the next line. I’m having trouble figuring out how to remedy this problem.

    Also, every time I use html to insert a space into my design, it results in a validation error with a comment about the ampersand. This confounds me as I thought that this bit of code was still valid code. (It’s this minus the space I inserted … & nbsp;)

    Any suggestions? I’d be really grateful for your help with this.

    Thank you!!

Viewing 16 replies (of 16 total)
  • I’ve been pretty tied up, and unable to spend much time here. But I’m glad you were able to track down the issue you were having!

    You definitely want to stick with the ul/li combo for menus. You can have a main div wrapping the menu if necessary, but you get the proper behaviour using the ul/li.

    Then you can go further by nesting another ul/li combo inside of that list to add dropdowns, etc if you have the need. You can google for css dropdown menus to see how that is done.

Viewing 16 replies (of 16 total)
  • The topic ‘Design Complete – Question’ is closed to new replies.