Closed
Bug 301671
Opened 19 years ago
Closed 19 years ago
Text sizes and table alignement incorrect compared to IE6
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: hikaru42988, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.10) Gecko/20050716 Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.10) Gecko/20050716 At http://www.wtatour.com , if you look down on "MORE STORIES", the headlines look obviously larger than it "should be". In IE6, the text size blends in well. I have to reduce text size three times to see the correct text size. http://www.wtatour.com/rankings/singles_numeric.asp If you look here there's something wrong obviously. The table of rankings should be aligned to the left and the numbers above the table "1-100 101-200 201-300 301-400" etc..... So far for this week, these are the only problems I've encountered. OTHER THAN THAT, you guys rule! :) IE6 sucks. Period. I hate it. You all know why. Reproducible: Didn't try
Comment 1•19 years ago
|
||
1. The headlines all have standard font size, whereas most of the other text has explicit sizes specified in the CSS. So the site seems to assume that the brower's "default" font size is around 10-12px (which is of course not always the case). This is the web designer's fault. 2. Regarding the table: It clearly is embedded in a TD with align="center" (and there is no CSS to override this), so I see no reason why it should be left aligned instead of centered. This will likely end up as WORKSFORME.
Comment 2•19 years ago
|
||
Resolving as INVALID (not a Mozilla bug)
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•