![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have the following in my stylesheet .navbody a{ * * * * text-decoration: none; * * * * color: rgb(68, 146, 181); } a.leaf{ * * * * text-decoration: none; * * * * color: rgb(254, 100, 253); * * * * font-size: 0.75em; } AJAX produces the following html [snip] |
|
in Opera and Firefox the anchor with class 'leaf' is rendered in a smaller pink font (nice!) in IE it's rendered in the same sized light blue as other stuff in the navbody Are class selectors supposed to work when output is dynamically generated ? or is this another 'feature' of IE |
#3
| |||
| |||
|
|
On Apr 23, 2:12 pm, DuncanIdaho <Duncan.Idaho2... (AT) googlemail (DOT) com wrote: I have the following in my stylesheet .navbody a{ text-decoration: none; color: rgb(68, 146, 181); } a.leaf{ text-decoration: none; color: rgb(254, 100, 253); font-size: 0.75em; } AJAX produces the following html [snip] in Opera and Firefox the anchor with class 'leaf' is rendered in a smaller pink font (nice!) in IE it's rendered in the same sized light blue as other stuff in the navbody Are class selectors supposed to work when output is dynamically generated ? or is this another 'feature' of IE Known problem with IE when elements are added to the DOM via scripting |
![]() |
| Thread Tools | |
| Display Modes | |
| |