Designing and Development > Graphics and Designing

float li not working ie 6 but in firefox and chrome / opera

(1/1)

Savera:
Hi

I am trying to make an li float , it is perfectly fine in firefox 6, chrome and opera but in internet explorer six it is not working and it is not floating so it is appearing vertical instead of horizontal.

Here is my code..


--- Code: ---
info  ul {
float:left;
width:500px;
}

info li {
float: left;
hight:30 px;
width:30px;
}

ul li a:link , ul li a:visited {
display:block;
padding:3px;
margin:2px;
}

--- End code ---

Navigation

[0] Message Index

Go to full version