problem with iframe background image in IE

This is a discussion on "problem with iframe background image in IE" within the Web Page Design section. This forum, and the thread "problem with iframe background image in IE are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 18th, 2006, 01:04
New Member
Join Date: Apr 2006
Age: 26
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
problem with iframe background image in IE

Hi, I have an iframe within a table cell. I want the iframe to have a fixed background image no matter what is displayed within it. The following is my code that works perfect in Firefox and Netscape, but does not work in IE. Does anyone know how I can work around this?

<HTML>
<HEAD>
<TITLE></TITLE>
<style type="text/css">
iframe.bkgrndimg{
background-image: url(rosesfaded.jpg);
}
</style>
</HEAD>
<BODY>


<table>
<tr>
<td rowspan=7><iframe class=bkgrndimg id=Iframe1 src="Home.htm" width=400 height=390></iframe></td>
</tr>
</table>
</BODY>
</HTML>
Reply With Quote

  #2 (permalink)  
Old Apr 19th, 2006, 01:13
New Member
Join Date: Apr 2006
Age: 26
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: problem with iframe background image in IE

Actually I figured it out. All I had to do was make the background color of the source html page that fills the iframe transparent by adding this to the head:

<style type="text/css">
body {background-color: transparent}
</style>

After adding that it works perfect in IE

Dudeman
Reply With Quote
Reply

Tags
problem, iframe, background, image

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
SAFARI / IFRAME / DIV IMAGE problem shan Web Page Design 1 Apr 10th, 2008 09:41
background-image rollover problem ie6 ukstoner Web Page Design 6 Apr 9th, 2008 14:00
[SOLVED] div background image problem in ie Rincewind Web Page Design 7 Nov 30th, 2007 09:30
Problem with my footer background image in IE dthomas31uk Web Page Design 3 Jul 1st, 2007 12:49
Background Image Problem - Challenge! lgmgroup Web Page Design 2 Jan 23rd, 2007 16:09


All times are GMT. The time now is 18:53.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43