in reply to Development Changes Recently
Update: Thanks eric256!
There is a problem with the replybody class. The actual tag is '<tr class="replybody pmnote-177604"...' (note the space between replybody and pmnote). The space in the class identifier causes issues with both Firefox and IE. The only css workaround that I could find was tr[class="replybody pmnote-177604"], and that is unsupported in IE.
A css expert may have a better solution, but I would ask that the space in the class identifier be removed.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Development Changes Recently
by eric256 (Parson) on Sep 09, 2004 at 17:57 UTC |