Text not showing in Firefox or Chrome

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?
 
R

Ronx

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.
 
K

khackbarth

Strange... Why would the theme be defined such that any text in a table is
transparent?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top