Re: [css-d] List item hover issue

2005-11-04 Thread Gunlaug Sørtun
Jonathan Carter wrote: > http://www.epiphanize.com/ Those buggy browsers ;-) Change width on 'div#Header ul#Navigation li' from percent to 100px, and it will work in Firefox too. BTW: you use XML syntax in there. That requires an XML declaration, according to HTML Tidy. ...should do fine on top

Re: [css-d] List item hover issue

2005-11-04 Thread Michael Hulse
On Nov 4, 2005, at 8:14 PM, Jonathan Carter wrote: > I'm designing a test page right now and have run into an odd issue with > my top navigation. It's implemented as an unordered list and works fine > until you mouse over one of the list items in which each item seems to > convert into block elemen

[css-d] List item hover issue

2005-11-04 Thread Jonathan Carter
I'm designing a test page right now and have run into an odd issue with my top navigation. It's implemented as an unordered list and works fine until you mouse over one of the list items in which each item seems to convert into block elements and ruin the layout. I'm not very strong in CSS desi