/ Published in: CSS
Any table with an attribute of align="left" also applies float:left in older versions of IE, this fixes it.
Expand |
Embed | Plain Text
table[align="left"] { float:none; }
You need to login to post a comment.
Any table with an attribute of align="left" also applies float:left in older versions of IE, this fixes it.
table[align="left"] { float:none; }
You need to login to post a comment.