Forum Moderators: not2easy

Message Too Old, No Replies

display errors: IE ok but Firefox text flashes

         

joscott

9:33 am on Aug 26, 2010 (gmt 0)

10+ Year Member



Ive built a site in DW8, using doc type

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">


Example page:
www.broadstairsfoodfestival.org.uk/ChildrensFestival_firefox.html

Checked pages and CSS in W3C
Looked in Check Target Browser and found nothing idenitfied

But some text titles and some text flashes and Im darned if I can see why.

All and any help gratefully received,
JO

Major_Payne

11:01 am on Aug 26, 2010 (gmt 0)



On your CSS file, wherever you used the following styling, the text will blink:

.style8 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #993300;
font-size: 14px;
text-decoration: blink;


One example where it is used:
 <td colspan="3" valign="top"><p><span class="style8"><strong>School based activities </strong></span></p></td>

joscott

12:02 pm on Aug 26, 2010 (gmt 0)

10+ Year Member



I cant believe I miss something so fundamental!

ive been looking for something deep and mysterious. . .
bless you!