PDA

View Full Version : CSS Dropdown <ul> is Making Me Sad


exio
09-05-2007, 09:46 AM
Hello Everyone,

I'm trying to figure out what is causing this recurring problem with my CSS Dropdown Unordered List. This problem is only appearing in Firefox. IE6 is displaying correctly (probably the first time I've ever said that...).

Sometimes the page will load the navigation slowly, and then all of the list and list items are transformed from being all in one row to a more list like appearance on three or four rows. I have not been able to determine what is causing this, and I'd really appreciate any help!!

Attached are some shots of what is happening, as well as the nav php file and the css file. If you would like me to post the code in another post or something, please let me know.

Thanks in advance!

-Exio

PS: The txt file attached needs to be renamed to .php if you have syntax highlighting. Otherwise you can change it to htm.

exio
09-05-2007, 06:22 PM
Bump...

Still haven't made any progress yet... Very tricky problem...

Also, I couldn't attach the last image, so it is attached to this post. The images above are of when the list is bugged, and the image here is how it should look normally.

exio
09-07-2007, 07:54 AM
Bump...

Still looking around the net for a solution... :(

effpeetee
09-07-2007, 06:58 PM
Bump...

Still looking around the net for a solution... :(
Cant you give a URL to visit?

Frank

kosstr12
09-08-2007, 04:11 AM
Take out the float:left; That Might be your problem

exio
09-09-2007, 07:12 PM
I'll try taking out the float: left... I assume you mean with each of the main li objects?

As for the link to the file, I'll have to duplicate it and get back with it because right now its in a password protected area. I'll update when I have created it.

Thanks so far!