Text not showing in Firefox or Chrome

  • Thread starter Thread starter khackbarth
  • Start date Start date
K

khackbarth

My FrontPage (2002?) generated web site is not displaying properly in Firefox
or Chrome. The site is located at www.spitting-image.com

Namely, the text is not displaying. If you select the page, you see the
text but it seems to be displaying as transparent.

Any suggestions for correcting the page so it is visible in other browsers
than IE7?
 
Edit the text colours for the theme. At the moment any text in a table will
be transparent. IE7 in Quirks mode does not support transparent, so the
text is visible. However, other browsers do support transparent, hence the
text vanishes.

The CSS generated by the theme for a table is:

TABLE{
table-border-color-light:#C0C0C0;
table-border-color-dark:#003366;
border-color:#003366;
color:transparent;
}

If you use Vivid colours instead of standard the problem should disappear,
but the colour scheme does change.
--
Ron Symonds
Microsoft MVP (Expression)
http://www.rxs-enterprises.org/fp

Reply only to group - emails will be deleted unread.
 
Strange... Why would the theme be defined such that any text in a table is
transparent?
 
Back
Top