|
Posted by Els on March 5, 2007, 7:03 am
Please log in for more thread options
Paul Watt wrote:
> Could someone take a look at this problem I have:
> http://www.paulwatt.info/metal/producttemp.html
>
> I'm trying to get the "products" menu to display horizontally. I've set both
> the <ul> and <li> to display:inline yet it doesnt make a difference. Any
> ideas?
Using Firebug (you really should install that extension in Firefox!),
I can see that the <li> elements in the ul#topproductmenu don't have
display:inline set.
Then looking at the stylesheet itself, I see you wrote:
li#topproductmenu {
display:inline;
}
li#topproductmenu is not the same as ul#topproductmenu li ;-)
--
Els http://locusmeus.com/
Now playing: The Rolling Stones - Paint It Black
|