css float right issue in IE
by Ramya[ Edit ] 2013-10-31 10:09:12
css float right issue in IE:
while using css float, you may face alignment issue in IE. To avoid that, just use the tag which uses float above the normal tag which doesn't use float.
for eg,
the above style will work fine in FF, but not in IE.....hence use the below trick,