|
Posted by Wog George on 09/28/30 11:44
"Decadre" <rogue_3d@hotmail.com> wrote in message
news:q6gZf.14817$cY3.14429@news-wrt-01.rdc-nyc.rr.com...
>
> What it's doing that has me puzzled is that it seems the data in the table
> is cycling from visible to not visible.
>
The problem is with the class "story" in the style sheet.
..story table{ border-style:inset; border-width: 10px; font-weight:bold;
text-decoration:blink;}
The text-decoration value is "blink", which is precisely what is happening.
IE doesn't support the blink html tag, nor the blink value in
text-decoration (so it seems), which explains why you're not having the
problem in Internet Explorer. If you remove the "text-decoration:blink;"
part, the text will display how you want.
George
Navigation:
[Reply to this message]
|