Click to See Complete Forum and Search --> : Horizontally displaying <li> items.


R.Noon
03-14-2006, 11:53 AM
Alright, I've got a working suckerfish-esque menu, but I'm trying to get the list items to display horizontally.

PAGE HERE (http://sprague.wvi.com/students06/noon_ryan/index.php?page=main.php)

My problem, is that when using

* ul li{
display:inline;
}

The current problem with the menu happens.
You'll see it if you go to the page; I'm not really able to explain it.

Thanks in advance,
Ryan

Norsk
03-14-2006, 03:58 PM
I'm not seeing it... sorry. What am I supposed to be seeing that is problematic?

Tim

Kravvitz
03-14-2006, 04:08 PM
Perhaps he's referring to how it looks in Firefox.

Please fix your X/HTML errors. (http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fsprague.wvi.com%2Fstudents06%2Fnoon_ryan%2Findex.php%3Fpage%3Dmain.php)

R.Noon
03-15-2006, 01:36 PM
Kravvitz, you are correct; but did not really help me, most of those errors have to do with the main.php page that is being loaded, not the menu.php page that I am actually worried about, and isn't working.

Kravvitz
03-15-2006, 03:23 PM
X/HTML errors can change how the page renders.

Try changing the value for the top property on the sub lists.

It's not clear to me how you want it to look.

ray326
03-15-2006, 05:39 PM
Actually you need to delete that style completely. It's the display:inline that's getting you.

R.Noon
03-16-2006, 11:19 AM
Actually you need to delete that style completely. It's the display:inline that's getting you.
I know, but the thing I'm trying to do is have my LI items display like inline, And, I havne't yet gotten a reason as to why its not working :/

ShrineDesigns
03-16-2006, 11:26 AM
try float: left;

R.Noon
03-16-2006, 11:54 AM
Thankyou Shrine, Its mostly working now.

Norsk
03-16-2006, 11:52 PM
http://css.maxdesign.com.au/index.htm