|
RockcliffRugby -> RE: CSS Navigation Menu (4/20/2008 8:45:00)
|
Thanks for the quick reply. That suckerfish layout is just what I want, but I cant find what the CSS command is to wrap the menu items. But I do like the formating of the site I posted before. Any ideas? I've tried copying parts of the CSS from my stylesheet into the one from suckerfish and have narrowed it down, I think, to this. SuckerFish: ul { padding: 0; margin: 0; list-style: none; line-height: 1; } My Stylesheet: ul { margin: 0; padding: 0; list-style: none; width: 150px; /* Width of Menu Items */ border-bottom: 1px solid #ccc; } When I copy the ul section of my stylesheet into suckerfish it puts it like this Menu1 Menu2 Menu3 etc.. But when I copy the ul section from suckerfish into my stylesheet it just extends the width of the blocks, no positioning change. |Menu1__________________________| |Menu2__________________________| |Menu3__________________________|
|
|
|
|