Last modified: 2010-05-15 15:37:39 UTC
Hallo! screen dump: http://jadesukka.homelinux.org:8180/betawiki/Image:Netscape_rendering_01.jpg I verified this page in Monobook skin with: a) Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 *Firefox/1.0.6* b) Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20050720 *Netscape/8.0.3.1* c) Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) The cells of all tables should have the same WIDTH=20px. None of the browsers works correctly, all squeezed the tables. If you edit the page, delete some of the tables and make a preview you will see that the width is shown properly. I have no clue if a fix can be made (in Monobook etc.). Best regards Reinhardt [[user:gangleri]]
The width attribute must be an integer; "20 px" is an invalid value and browsers are within their rights to ignore it.
Note that the HTML attribute and CSS specification are different here, which can cause confusion. HTML: width="123" CSS: width: 123px;
Thanks Brion!