Closed Bug 34988 Opened 25 years ago Closed 25 years ago

The CSS are displayed wrong in my page

Categories

(Core :: CSS Parsing and Computation, defect, P3)

x86
Windows 98
defect

Tracking

()

VERIFIED INVALID

People

(Reporter: eloli, Assigned: pierre)

References

()

Details

From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; N; Win98; en-US; m14) Netscape6/6.0b1 BuildID: Netscape 6 Preview Release 1 My code is using two very small CSS scripts. One for defining the links and one defining the font. The font specified in <SPAN class="itemtitle"> is not getting displayed at all. Reproducible: Always Steps to Reproduce: 1.Go to www.montal.co.uk 2. You will see that Netscape doesn't use Arial for the news items as IE4/5 does! Actual Results: It looks like kack. Expected Results: To use this for my news items: font-family : "Arial, Helvetica, Tahoma"; font-size : 8pt; font-weight : normal; color : black; letter-spacing: 2; If you move the <SPAN class="itemtitle"> AFTER the <A HREF="#" class="bb"> tag, the font is ok, but its not clickable. So, we are talking about the "power of CSS" onto another, the one overwritting the other. Please fix it...
No DOM problems here, over to style system for evaluation...
Assignee: jst → pierre
Component: DOM Level 2 → Style System
Per http://www.w3.org/TR/REC-CSS2/fonts.html#propdef-font-family, the code on this page is incorrect. The font-family should be defined as font-family : Arial, Helvetica, Tahoma; or font-family : "Arial", "Helvetica", "Tahoma"; Closed as Invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Source Code problem not ours. Marking as Verified.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.