Jchan
06-27-2003, 01:52 AM
:sigh: Hmm i can't seem get my iframe (which is in a div layer) position right.. I wanted it to be on a space.. near the title, top and right.. i hope yall know wat im talkin abt.... heres the url
http://www22.brinkster.com/jchan03/homepage.html
i can't figure out how to position the iframe correctly..
also i don't understand why the transparent scroll bars isn't working.. prehap i messed up the code too? is the scroll bars supposed to be on the main page or the menu page in frame? Currently its on menu page.
if any one of u can figure out wat i do wrong.. i will be grateful! i must have come here several times past few days lol i was changin my layout and tryin different ways.. so far i like this way better but wanted to fix the iframe position...
scroll bar code on menu page
<!--body {
scrollbar-3dlight-color: #00FF00;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #00FF00;
scrollbar-darkshadow-color: #00FF00;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #00FF00;
scrollbar-shadow-color: #00FF00;
scrollbar-track-color: #00FF00;
}
-->
code for the main page
<body bgcolor="000000" text="#003300">
<div style="position:absolute; left:311px; top:210px; width:237px; height:228px; z-index:1; visibility: inherit;" id="Layer1"><iframe ALLOWTRANSPARENCY="true" style="filter:chroma(color=#00FF00);" SRC="http://www22.brinkster.com/jchan03/menu.html" width="237px" height="228px" TITLE="Welcome" FRAMEBORDER="0" BORDER="0" SCROLLING="yes"></IFRAME></div>
<div align="center"><img src="file:///C|/Vallery%27s%20Saving%20Folder/Jo/homepage.jpg" width="720" height="551" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="253,107,391,180" href="#http://www22.brinkster.com/jchan03/fanwork.html">
<area shape="rect" coords="394,113,538,176" href="#http://www22.brinkster.com/jchan03/doujinshis.html">
<area shape="rect" coords="547,101,633,170" href="#http://www22.brinkster.com/jchan03/misc.html">
<area shape="rect" coords="559,169,629,244" href="#http://www22.brinkster.com/jchan03/links.html">
<area shape="rect" coords="559,246,635,316" href="#">
<area shape="circle" coords="568,377,28" href="#">
<area shape="circle" coords="625,378,30" href="#">
</map>
</div>
</body>
</html>
http://www22.brinkster.com/jchan03/homepage.html
i can't figure out how to position the iframe correctly..
also i don't understand why the transparent scroll bars isn't working.. prehap i messed up the code too? is the scroll bars supposed to be on the main page or the menu page in frame? Currently its on menu page.
if any one of u can figure out wat i do wrong.. i will be grateful! i must have come here several times past few days lol i was changin my layout and tryin different ways.. so far i like this way better but wanted to fix the iframe position...
scroll bar code on menu page
<!--body {
scrollbar-3dlight-color: #00FF00;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #00FF00;
scrollbar-darkshadow-color: #00FF00;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #00FF00;
scrollbar-shadow-color: #00FF00;
scrollbar-track-color: #00FF00;
}
-->
code for the main page
<body bgcolor="000000" text="#003300">
<div style="position:absolute; left:311px; top:210px; width:237px; height:228px; z-index:1; visibility: inherit;" id="Layer1"><iframe ALLOWTRANSPARENCY="true" style="filter:chroma(color=#00FF00);" SRC="http://www22.brinkster.com/jchan03/menu.html" width="237px" height="228px" TITLE="Welcome" FRAMEBORDER="0" BORDER="0" SCROLLING="yes"></IFRAME></div>
<div align="center"><img src="file:///C|/Vallery%27s%20Saving%20Folder/Jo/homepage.jpg" width="720" height="551" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="253,107,391,180" href="#http://www22.brinkster.com/jchan03/fanwork.html">
<area shape="rect" coords="394,113,538,176" href="#http://www22.brinkster.com/jchan03/doujinshis.html">
<area shape="rect" coords="547,101,633,170" href="#http://www22.brinkster.com/jchan03/misc.html">
<area shape="rect" coords="559,169,629,244" href="#http://www22.brinkster.com/jchan03/links.html">
<area shape="rect" coords="559,246,635,316" href="#">
<area shape="circle" coords="568,377,28" href="#">
<area shape="circle" coords="625,378,30" href="#">
</map>
</div>
</body>
</html>