View Full Version : Bottom scroll bar jus wont go away!


Xander
05-25-2003, 03:08 AM
GAH..I have checked so many threads and tried almost everything..and I still cant get rid of my bottom scroll bar..Could someone help? Here:

<html>
<title>FinalDays</title>
<head>


<style type="text/css">
<!--
A:link {text-decoration:none}
A:visited {text-decoration:none}
--> </style>

<style type=text/css>
<!--
A:link, A:active, A:visited {color: #000000; font-size: 8pt;}
A:hover {color: #5A4A32; background:pink; border:0;}
//-->







<STYLE TYPE="text/css"><!--
BODY {
scrollbar-arrow-color:000000;
scrollbar-track-color:FFFFFF;
scrollbar-shadow-color:FFFFFF;
scrollbar-face-color:FFFFFF;
scrollbar-highlight-color:000000;
scrollbar-darkshadow-color:000000;
scrollbar-3dlight-color:FFFFFF;
}
//--></STYLE


<script language="javascript">
//<!--
function popup()
{ window.open ("Art.html","popup","width=400,height=400,location=0,menubar=0,resizabl e=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
-->
</script>


</script>





</head>
<body>
style="overflow-x:hidden"
<body style="overflow-y:hidden;">

<div align style="position: absolute; left: 565px; top: 230px; width:600; height:60 border="0">
<iframe src="mini.html" name="frame1" width="180" height="230" style=" border= '0'"style=" filter:alpha(opacity=40)" frameborder="0">
</iframe>
</div>

<!-- Created by CuteMAP -->
<!-- Visit us at http://www.globalscape.com -->
<!-- Beginning of CSIM -->
<IMG SRC="untitled87.jpg" USEMAP="#untitled87.jpg" WIDTH=1280 HEIGHT=1024 BORDER=0>
<MAP NAME="untitled87.jpg">

<area shape="circle" coords="73,172,37"A HREF="Art.html" onClick="window.open('Art.html','1932','width=200,height=40 0,directories=no,location=no,menubar=no,scrollbars =yes, status=no,toolbar=no,resizable=no,left=0,top=0, screenx=50,screeny=50');return false"></A>
>

<AREA SHAPE=CIRCLE COORDS="56,480,31" HREF="Contact.html" onClick="window.open('Contact.html','1932','width=200,heigh t=400,directories=no,location=no,menubar=no,scroll bars=yes, status=no,toolbar=no,resizable=no,left=0,top=0, screenx=50,screeny=50');return false"></A>


<AREA SHAPE=CIRCLE COORDS="164,44,18" HREF="Profile.html" onClick="window.open('Profile.html','1932','width=200,heigh t=400,directories=no,location=no,menubar=no,scroll bars=yes, status=no,toolbar=no,resizable=no,left=0,top=0, screenx=50,screeny=50');return false"></A>

<AREA SHAPE=CIRCLE COORDS="384,445,30" HREF="LinksMain.html" onClick="window.open('LinksMain.html','1932','width=200,hei ght=400,directories=no,location=no,menubar=no,scro llbars=yes, status=no,toolbar=no,resizable=no,left=0,top=0, screenx=50,screeny=50');return false"></A>

<AREA SHAPE=CIRCLE COORDS="851,41,28" HREF="Photos.html" onClick="window.open('Photos.html','1932','width=200,height =400,directories=no,location=no,menubar=no,scrollb ars=yes, status=no,toolbar=no,resizable=no,left=0,top=0, screenx=50,screeny=50');return false"></A>

<AREA SHAPE=CIRCLE COORDS="761,96,28" HREF="OtherMenue.html" onClick="window.open('OtherMenue.html','1932','width=200,he ight=400,directories=no,location=no,menubar=no,scr ollbars=yes, status=no,toolbar=no,resizable=no,left=0,top=0, screenx=50,screeny=50');return false"></A>
</MAP>
<!-- End of CSIM -->
<body bgcolor="#000000">

</body>
</html>

Please help!

Owlie42
05-25-2003, 05:48 AM
er...*takes another look through lines of code...* The problem's most likely to be in the popup script, so double-check that. It might also be your browser...or maybe the sheer size of your image map...

Dude128
05-25-2003, 05:59 AM
for one thing, you have a 600 pixel wide div aligned 565 pixels from the left. that would definately cause a horizontal scrollbar :P

also, you have a random style attribute floating around between the two <body> tags, and you should only have one <body> tag :)