chobo321321 -> IE 6 bug how to fix? (5/24/2008 2:31:13)
Hi, I ran into an IE 6 bug where if I put width="100%" in a table element it pushes the entire table below the floats on my page. Does anyone know which bug this is and how to fix it? Thanks!
jaybee -> RE: IE 6 bug how to fix? (5/24/2008 6:50:16)
Positionise Everything is usually a good port of call for these problems. Me, I never use 100% for anything. 99% is the closest I get. It's saved me so much hassle with IE.
chobo321321 -> RE: IE 6 bug how to fix? (5/26/2008 5:50:27)
Thanks for the link! Turns out it was the 3px bug, so a 99% width did solve my problems :)