sarafina9876
11-16-2003, 09:05 AM
hi,
i've been searching everywhere but couldn't find a solution. I hope someone out there knows...
my layout contains a transparent iframe and 1 of the pages in the iframe has 2 frames, top and bottom. The top is for the flash menu, the bottom is the targeted html pg. Both of these frames are transparent but when i put them together in a frameset they have a white background....is there such thing as transparent framesets?? I've tried allowtransparency="true" which does nothing,and <body style="background-color:transparent;background-image:none;"> (my frameset inside here)</body> which wipes out the whole page.
here's my frameset page
<HTML><HEAD><TITLE>dollz</TITLE></HEAD>
<frameset framespacing="0" border="0" frameborder="0"
rows="60,*"><frame name="menu"
target="main" scrolling="no" marginwidth="0"
marginheight="0" src="dollztop.html" ><frame name="main" marginwidth="0" marginheight="0"
scrolling="auto" src="dollzmain.html" target="_self">
</frameset></HTML>
I hope i explained it clearly...i'm a newbie and don't know the proper terms.
Thanks, i'd appreciate any input :)
i've been searching everywhere but couldn't find a solution. I hope someone out there knows...
my layout contains a transparent iframe and 1 of the pages in the iframe has 2 frames, top and bottom. The top is for the flash menu, the bottom is the targeted html pg. Both of these frames are transparent but when i put them together in a frameset they have a white background....is there such thing as transparent framesets?? I've tried allowtransparency="true" which does nothing,and <body style="background-color:transparent;background-image:none;"> (my frameset inside here)</body> which wipes out the whole page.
here's my frameset page
<HTML><HEAD><TITLE>dollz</TITLE></HEAD>
<frameset framespacing="0" border="0" frameborder="0"
rows="60,*"><frame name="menu"
target="main" scrolling="no" marginwidth="0"
marginheight="0" src="dollztop.html" ><frame name="main" marginwidth="0" marginheight="0"
scrolling="auto" src="dollzmain.html" target="_self">
</frameset></HTML>
I hope i explained it clearly...i'm a newbie and don't know the proper terms.
Thanks, i'd appreciate any input :)