joym1987
04-14-2004, 03:46 PM
im trying to add an iframe to my site....the color of the background is black and i want my iframe to show up w. the black background and white colored text. i can't seem to do that...also, is there a way to just get the scroll bar transparent, not the whole iframe? thanks for any help in advace :)
here's what i have:
<html>
<head>
<title>{ Beatle Mania } 3.0</title>
<style type="text/css">
A:link
{ text-decoration: none; }
A:visited
{ text-decoration: none; }
body
{ background-color: #000000;
cursor: crosshair;
background-repeat: no-repeat; }
</style>
</head>
<body>
<div>
<img src="heavenlayout.jpg" usemap="#imagemap" width="1024" height="768" alt="Image map" style="position: absolute; top:20; left:0; border:0;">
<iframe FRAMEBORDER="0" BORDER=0 width=380 height=390
style="position:absolute; left:610; top:105" src="entries.html"
name="iframe" ALLOWTRANSPARENCY="true"style="filter: alpha(opacity=20)
scrolling=auto></iframe>
<MAP NAME="imagemap">
<AREA SHAPE=RECT COORDS="8,61,61,76" HREF="http://www27.brinkster.com/joym17/entries.html" TARGET="iframe">
<AREA SHAPE=RECT COORDS="74,61,146,76" HREF="http://www27.brinkster.com/joym17/aboutme.html" TARGET="iframe">
<AREA SHAPE=RECT COORDS="161,63,215,76" HREF="http://pub.alxnet.com/guestbook?id=2539618" TARGET="_blank">
<AREA SHAPE=RECT COORDS="227,64,283,74" HREF="http://www27.brinkster.com/joym17/credits.html" TARGET="iframe">
<AREA SHAPE=RECT COORDS="297,62,359,79" HREF="http://www27.brinkster.com/joym17/updates.html" TARGET="iframe">
</MAP>
</div>
</body>
</html>
here's what i have:
<html>
<head>
<title>{ Beatle Mania } 3.0</title>
<style type="text/css">
A:link
{ text-decoration: none; }
A:visited
{ text-decoration: none; }
body
{ background-color: #000000;
cursor: crosshair;
background-repeat: no-repeat; }
</style>
</head>
<body>
<div>
<img src="heavenlayout.jpg" usemap="#imagemap" width="1024" height="768" alt="Image map" style="position: absolute; top:20; left:0; border:0;">
<iframe FRAMEBORDER="0" BORDER=0 width=380 height=390
style="position:absolute; left:610; top:105" src="entries.html"
name="iframe" ALLOWTRANSPARENCY="true"style="filter: alpha(opacity=20)
scrolling=auto></iframe>
<MAP NAME="imagemap">
<AREA SHAPE=RECT COORDS="8,61,61,76" HREF="http://www27.brinkster.com/joym17/entries.html" TARGET="iframe">
<AREA SHAPE=RECT COORDS="74,61,146,76" HREF="http://www27.brinkster.com/joym17/aboutme.html" TARGET="iframe">
<AREA SHAPE=RECT COORDS="161,63,215,76" HREF="http://pub.alxnet.com/guestbook?id=2539618" TARGET="_blank">
<AREA SHAPE=RECT COORDS="227,64,283,74" HREF="http://www27.brinkster.com/joym17/credits.html" TARGET="iframe">
<AREA SHAPE=RECT COORDS="297,62,359,79" HREF="http://www27.brinkster.com/joym17/updates.html" TARGET="iframe">
</MAP>
</div>
</body>
</html>