Topic: unorderd list / inline & IE (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: there...no..there..... |
posted 02-10-2004 04:22
I have the following menu: code: <div id="Menu">
code: #Menu ul{
|
Maniac (V) Inmate From: there...no..there..... |
posted 02-10-2004 05:42
ok... i got it with a little help from Emps. I just had to do this: code: #Menu li{
|
Maniac (V) Inmate From: out of a sleepy funk |
posted 02-10-2004 05:42
You are saying that you're trying to get a horizontal display in IE? It is horizontal for me in IE 5, 5.5 and 6. The second heading (h4) is getting caught on the same line as the previous ul but you can fix that by adding clear:both; to your #Menu ul |
Maniac (V) Inmate From: there...no..there..... |
posted 02-10-2004 15:05
so what I posted the first time worked in IE for you JK? That's strange.....it didn't for me. |