Reply
Help with transparent background
Old 07-03-2006, 08:50 AM Help with transparent background
Junior Talker

Posts: 1
Name: Jens Lennartsson
The homepage on the following link shows with a white background in Firefox, but in Explorer almost all the white gets transparent. What should i do to get it to work with explorer (and netscape)?
http://www.hallevikslagret.se/Hemsidan/index.html
jenslennartsson is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 07-03-2006, 11:56 AM Re: Help with transparent background
LadynRed's Avatar
Super Moderator

Posts: 6,699
Location: Tennessee
That's not your only problem.
The tabs that you have at the top barely show in Firefox, it's like they're way beyond the top of the browser window and you can't access them. The Iframe isn't working -- and they're a bad idea anyway.

You're also telling it this:
style="FILTER: chroma(color=#FFFFFF)" allowtransparency="true" So, it appears to be doing what you've told it to do.
All that, by the way, is proprietary and will cause you cross-browser troubles.

You also should not do this:
Quote:
html {
margin: 0;
padding: 0;
height: 100%;
overflow: auto;
background: no-repeat;
}
It's not appropriate and not necessary. Create yourself a container <div> and set those properties on the container. That code is also the reason why the tabs disappear out of reach in FF.

You should also dump the tables and put in a DOCTYPE of at Least HTML 4.01 Strict.

I took out the "allow transparency" and all the styles on html and the white shows up fine in IE 6.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 07-03-2006, 12:25 PM Re: Help with transparent background
collyer_1's Avatar
Extreme Talker

Posts: 169
Location: Southern Alberta, Canada
Neither the html or the css information on your site validates either. Add a doctype and specify the character encoding method then we can see exactly what the validator believes you're doing wrong. The site looks really good in firefox, it just needs that extra little push to become brilliant.

Last edited by collyer_1 : 07-03-2006 at 12:26 PM.
collyer_1 is offline
Reply With Quote
View Public Profile Visit collyer_1's homepage!
 
Reply     « Reply to Help with transparent background
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12478 seconds with 12 queries