Project

General

Profile

Actions

Bug #2466

closed

knb skin does not auto-stretch correctly on IE

Added by Callie Bowdish almost 18 years ago. Updated almost 18 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
metacat
Target version:
Start date:
06/21/2006
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
2466

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.

Actions #1

Updated by Will Tyburczy almost 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.

Actions #2

Updated by Will Tyburczy almost 18 years ago

The above change seems to have fixed the problem. Closing bug.

Actions #3

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 2466

Actions

Also available in: Atom PDF