Bug #2466
closedknb skin does not auto-stretch correctly on IE
0%
Description
Internet Explorer does not auto-stretch correctly using the knb skin.
http://knb.ecoinformatics.org/knb/metacat?action=read&qformat=knb&docid=nceas.289.1 or nceas.289.2 do not display correctly when using the knb skin. The NCEAS skin auto-stretch works with nceas skin. http://knb.ecoinformatics.org/knb/metacat?action=read&qformat=nceas&docid=nceas.289.2
Note that this document has large paragraphs.
Updated by Will Tyburczy over 18 years ago
The problem seems to be stemming from having a percent value instead of a pixel value for the padding-left attribute of the .tablehead selector.
Changing ".tablehead {padding-left:15%;}"
to ".tablehead {padding-left:15px;}"
fixes the problem, although it does slightly change the visual formatting. Putting the fix on CVS, people can edit it if they don't like the change in appearance.
Updated by Will Tyburczy over 18 years ago
The above change seems to have fixed the problem. Closing bug.