Closed
Bug 93987
Opened 24 years ago
Closed 24 years ago
Unable to access certain CSS properties
Categories
(Core :: DOM: CSS Object Model, defect)
Core
DOM: CSS Object Model
Tracking
()
People
(Reporter: marcell, Assigned: jst)
Details
Attachments
(1 file)
408 bytes,
text/html
|
Details |
If you have a style defined in the head for a certain element, you will not be
able to access the CSS properties for that element using object.style.[property]
Steps to reproduce:
1. Open attachement
Actual results:
The first alert does not say the color.
Expected results:
The first alert should say "red"
Additional notes:
If you define the style of the element using <span style="color: blue"> you will
be able to access the property. This only applies when the style is defined in
the head.
Assignee | ||
Comment 2•24 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•