hiro
06-15-2005, 09:57 AM
Hello I have read many threads and tried everything everyone suggested but I am still having problems w/IE on the Mac using iFrames.
Here is my page w/the iframe:
http://www.centermix.com/iframe_test/comics_bronze.php
If you view this w/another browser, you will see the main area has spiderman behind it w/white text over it.
Basically, I want to have a fixed website using iframes since I really don't know what else to use, and Flash is not accessible. The middle area is going to have alot of text, so I want it to scroll.
Any ideas how to make that middle transparant and scrollable? It is scrolling now, but the background image is not coming through in IE on the mac.
Here is my code for the Iframe:
<iframe src="news.html" name="mainframe" style="background-image: url(images/bkg_spider.jpg); no repeat" class="text" name="news" width="540" height="580" align="top" scrolling="yes" frameborder="0" allowtransparency="true" background-color="transparent"></iframe>
This is the actual code on the page that I am trying to bring into the page:
(Note is is only at the top in the body and head tags)
<head>
<link href="style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body
{ background-color: transparent;
scrollbar-face-color:#ff0000;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#ff0000;
scrollbar-shadow-color:#ff0000;
scrollbar-highlight-color:#ff0000;
scrollbar-3dlight-color:#ff0000;
scrollbar-darkshadow-Color:#ff0000;
}
-->
</style>
</head>
<BODY STYLE="background-color: transparent">
Thanks for any help.
Have a good evening.
Linda
Here is my page w/the iframe:
http://www.centermix.com/iframe_test/comics_bronze.php
If you view this w/another browser, you will see the main area has spiderman behind it w/white text over it.
Basically, I want to have a fixed website using iframes since I really don't know what else to use, and Flash is not accessible. The middle area is going to have alot of text, so I want it to scroll.
Any ideas how to make that middle transparant and scrollable? It is scrolling now, but the background image is not coming through in IE on the mac.
Here is my code for the Iframe:
<iframe src="news.html" name="mainframe" style="background-image: url(images/bkg_spider.jpg); no repeat" class="text" name="news" width="540" height="580" align="top" scrolling="yes" frameborder="0" allowtransparency="true" background-color="transparent"></iframe>
This is the actual code on the page that I am trying to bring into the page:
(Note is is only at the top in the body and head tags)
<head>
<link href="style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body
{ background-color: transparent;
scrollbar-face-color:#ff0000;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#ff0000;
scrollbar-shadow-color:#ff0000;
scrollbar-highlight-color:#ff0000;
scrollbar-3dlight-color:#ff0000;
scrollbar-darkshadow-Color:#ff0000;
}
-->
</style>
</head>
<BODY STYLE="background-color: transparent">
Thanks for any help.
Have a good evening.
Linda