Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
transparent bg's with ie
Old 11-16-2005, 07:03 PM transparent bg's with ie
Junior Talker

Posts: 4
Trades: 0
if viewed in firefox, the page looks exactly how i want. now open in ie and the background in the content box is white. i used an iframe, and tried setting the bg to transparent - which is working with firefox and netscape, but not ie.

i would rather use the transparent bg than just a color because its over top of an image with some grunge. also, i can't make that image the bg because its a lot larger than the table.

any ideas?

http://home.ripway.com/2005-11/500689/index.htm
dpower is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-17-2005, 11:02 AM
funkdaddu's Avatar
Web Design Snob

Posts: 635
Trades: 0
In Safari, the page shows nothing... on multiple ocassions you have this:
Code:
target="f1""
You need to remove that extra quote.
Also your comment tags are wrong, you have:
Code:
<!---start mp3 ---!>
when it should be
Code:
<!---start mp3 --->
Also in your style sheets (you can put them all into 1<style> tag, you have
Code:
{
font-family: tahoma;
font-size: 9px;
color: #B2A27E;
}
You need a selector before the {. Also in the style:
Code:
<style type="text/css">
<!--
.style1 {
	font-family: Tahoma;
	font-size: 10px;
	color: #b2a27e;
}
.style2 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #4C2401;
}
.style4 {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #a23b01;
}
.style5 {
	font-family: Tahoma;
	font-size: 9px;
	color: #5d533b;
}
</style>
You forgot the closing comment tag, it should be
Code:
<style type="text/css">
<!--
.style1 {
	font-family: Tahoma;
	font-size: 10px;
	color: #b2a27e;
}
.style2 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #4C2401;
}
.style4 {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #a23b01;
}
.style5 {
	font-family: Tahoma;
	font-size: 9px;
	color: #5d533b;
}
--></style>
That fixes the rendering issues in Safari, and the code is more accurate. For the IE problem, try making the background of the news.htm file the background you want for the background of the iFrame, IE may not support iFrame backgrounds via CSS. Or try adding
Code:
transparency="true"
to your iFrame tag.

Last edited by funkdaddu; 11-17-2005 at 11:15 AM..
funkdaddu is offline
Reply With Quote
View Public Profile Visit funkdaddu's homepage!
 
Reply     « Reply to transparent bg's with ie
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB 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.09857 seconds with 12 queries