View Full Version : Page isnt looking right


Xander
02-23-2003, 08:41 PM
Alright my page right..I have everything like I want and everything. But I get a bottom scroll bar..Like everything doesnt fit right on the page. (check it out here: http://www.geocities.com/xfinaldaysx/finaldays.html ) but it looks like everything is right on the site and stuff.. Here is the code:

<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: #000000; font-size: 8pt; border: solid 1px #FF0033;}
//-->
</style>


<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


</head>
<body>

<BODY BACKGROUND="Finaldaysv5.gif " bgcolor="#ffffff" bgproperties="fixed">


<div align style="position: absolute; left: 450px; top: 0px; width:600; height:100 border="0">
<iframe src="mini.html" name="frame1" width="400" height="540" style=" border= 2px dashed #000000 "filter:alpha(opacity=40) frameborder="0">
</iframe>
</div>


<div align style="position: absolute; left: 10px; top: 38px; width:600; height:100">
<iframe src="Artmenue.html" name="frame2" width="156" height="145" style="border= 2px dashed #000000 " frameborder="0">
</iframe>
</div>


<div align style="position: absolute; left: 10px; top: 226px; width:600; height:100">
<iframe src="Personalmenue.html" name="frame3" scrolling=no width="156" height="145" style="border= 2px dashed #000000 " frameborder="0">
</iframe>
</div>

<div align style="position: absolute; left: 10px; top: 390px; width:600; height:100">
<iframe src="OtherMenue.html" name="frame4" scrolling=no width="156" height="145" style="border= 2px dashed #000000 " frameborder="0">
</iframe>
</div>

<p align=right><FONT face=VerDana size=2><a href="finaldays.html">Reload</a>

</body>
</html>

StyGomez
02-24-2003, 01:47 AM
Have you tried this?

<STYLE>
body {overflow-x:hidden;}
</STYLE>

Or just to the body tag

<body style="overflow-x:hidden">

(I got this from: http://www.lissaexplains.com/forum/showthread.php?s=&threadid=30204& )

Xander
02-24-2003, 07:45 PM
No I havent tried that. But do I put that in my <head> tags?

Xander
02-24-2003, 07:47 PM
HA! It worked! thanks so much!

epolady
02-24-2003, 08:25 PM
I'd like to let you know that people who are on 800x600 screen resolutions won't be able to fully see your text (right column), and of course they can't scroll to see it.