Click to See Complete Forum and Search --> : i frame help...


redbear
12-04-2002, 10:07 PM
is there a way i can get my iframe bg transparent? i know it loads a separate html document but it would make my life a lot easier if i didn't have to adjust the backgrounds to match up seamless...
is there a way or am i forced to make my iframe fixed in size so that my backgrounds are fixed ?? or is there another way (outside of making my background a color instead of a jpg) that this would work?

thanks in advance....

Rick Bull
12-05-2002, 05:50 AM
Well you should be able to do this (in the head):


<style type="text/css">
iframe {
background:transparent;
}
</style>


But that only works in Mozilla unfortunately. I think there is some proprietary attribute you can put in the <iframe> tag that will make it work in IE, but I don't know it.