Wargami
03-01-2003, 10:50 AM
Comic Sans MS Click Here (http://www34.brinkster.com/myterritory/layout.html) to go to my website and scroll down the menu IFrame! What happend if you scroll to the right there are two scroll bars, it only happened when i put the second IFrame in and uhm.. it has a different name.. so... uh.. yeah... any ideas how to fix it? thanks!
MaGiCSuN
03-01-2003, 11:44 AM
You have two times <body> (this has nothing to do with your problem though) take out the body in the next code:
<html>
<body>
<br><br>
<center>
the other body with the background and stuff have to be there. You only need 1 body, that's fine. This is on the page where the "menu" is on
Ok here's the html for your layout.html page, i edited a bit. Don't change the width's again. They are a bit smaller so that they fit into the image. Here ya go:
<html>
<head>
<style type="text/css">
body
{
scrollbar-face-color: #FFB5D6;
scrollbar-shadow-color: #F794C6;
scrollbar-highlight-color: #F794C6;
scrollbar-3dlight-color: #F794C6;
scrollbar-darkshadow-color: #F794C6;
scrollbar-track-color: #FFB5D6;
scrollbar-arrow-color: #FFFFFF;
}
</STYLE>
</head>
<body>
<br><br>
<center>
<font size=4 face=arial color=#336699>
<img style="position:absolute; top:0; left:0" src="http://www.angelfire.com/bug/myterritory/pinktarelayout.png" border="0">
<iframe name="Menu" src="http://www34.brinkster.com/myterritory/Menu.HTMl" style="position: absolute; top: 105px; left: 10px; width: 130px; height: 335px; overflow: auto" width="130" height="335" frameborder="0">
<iframe name="Main" src="http://www34.brinkster.com/myterritory/Main.HTMl" style="position: absolute; top: 105px; left: 170px; width: 300px; height: 335px; overflow: auto" width="300" height="335" frameborder="0">
</font>
</body>
</html>
Love,
Mirna