View Full Version : Firefox problem


getaway355
12-03-2004, 04:52 PM
My site looks completely fine on on IE but on Firefox there is blue around all the tables. Could someone tell me please tell me how do you fix this?

www.wild-cherry.org/hilacious

Monkey Bizzle
12-03-2004, 05:10 PM
it's cause you are using the chroma filter to make your divs transparent. this only works in IE, as well as the rest of the filters. check out this page to see about getting transparent BGs without using the chroma filter:

http://www.dont-stay.com/herwords/transiframes.php

MaGiCSuN
12-03-2004, 06:27 PM
chroma filters are only used for transparent scrollbars only, like monkey allready points out there's no need to use it for transparent backgrounds only :)

Love,
Mirna

getaway355
12-03-2004, 09:39 PM
Thanks sooooo much! :)

Monkey Bizzle
12-03-2004, 10:13 PM
and remember, just because something works, doesn't mean it's the right way to do it... :)

getaway355
02-20-2005, 08:55 PM
My site looks completely fine on on IE but on Firefox there is blue around all the tables. Could someone tell me please tell me how do you fix this?

www.wild-cherry.org/hilacious

The problems never end. :rolleyes: For awhile, the site was fine on both IE and Mozilla but then something was changed and now it's totally messed up on IE. I know it's a problem with white but I don't get how to fix it. :confused:

kittycat
02-20-2005, 10:13 PM
style="FILTER: chroma (color=#ffffff)"
Remove that and it should fix the problem. If you're going for transparent iframes than use this instead: http://dont-stay.com/herwords/transiframes.php

getaway355
02-20-2005, 11:02 PM
style="FILTER: chroma (color=#ffffff)"
Remove that and it should fix the problem. If you're going for transparent iframes than use this instead: http://dont-stay.com/herwords/transiframes.php

Ugh. Sorry. I don't really get it. I removed that from the index but now there are white squares. :confused:

kittycat
02-21-2005, 01:56 AM
Maybe try fixing the beginning of the page in the iframe

<html>
<head>

</head>


<body>
<div class="transbox" allowtransparency="true"><script type="text/javascript" src="http://www.haloscan.com/load/hilacious"> </script><title>Updates</title> <LINK REL=stylesheet HREF="csshil.css" TYPE="text/css" ><head>

<HEAD><script type="text/javascript" ><LINK REL=stylesheet HREF="/style.css" TYPE="text/css">

</head> <BODY> <script language="JavaScript1.2"></script>

to

<html>
<head>
<title>Updates</title>
<script type="text/javascript" src="http://www.haloscan.com/load/hilacious"> </script>
<LINK REL=stylesheet HREF="csshil.css" TYPE="text/css" >
<LINK REL=stylesheet HREF="/style.css" TYPE="text/css">

</head> <BODY>
Decide which stylesheet you want to have, csshil.css or style.css, and remove the link to the other one