Forum : Float issue on IE
Brief description  about Online courses   join in Online courses
View Sojesh  Janardhanan 's Profile

Float issue on IE

Is there any issues with CSS float property on IE?

Designing websites with CSS works fine on all browsers, but when I include the float property, it's a disaster on Internet Explorer (all versions), but it works like a charm on other browsers. I tested the css with float on Firefox, Google Chrome and Safari browser. Everything displays same, but in IE, all the elements are scattered here and there... Is there any workaround?
Asked by Sojesh Janardhanan | Jun 23, 2010 |  Reply now
Replies (3)
View srikanth karki 's Profile
r else try dis link......
http://www.siliconindia.com/onlineeducation/replyquestion.php?5KpzI78JEPBOR207iDE07reWw4rsqRB0&gid=2439&id=2Zs1YeAo
Jun 23, 2010
View srikanth karki 's Profile
n buddy always use px 4 container width, dont go 4 %age...k all da best
Jun 23, 2010
View srikanth karki 's Profile
paste below code in u r CSS file n c da magic... ;)

html, body, div, span,h1, h2, h3, h4, h5, h6, p{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
Jun 23, 2010