Can't correct side scrolling on new layout

windows

Guest
Help! I am not experienced but not a novice either with design. I created a new layout and realize the link I give you is only a test page. Anyway..... I can not stop the side scrolling in a 800 x 600 res. I use 1024 x 768 and it is just fine but I can not have it scrolling for those who use 800 x 600. There is not much scrolling. None of the quality is lost but it still scrolls. Can you help?<br />
<br />
<!-- m --><a class="postlink" href="http://2tails.com/testpage/test.shtml">http://2tails.com/testpage/test.shtml</a><!-- m --><br />
<br />
This is the link to my test page. I didn't want to post the entire code here. Just too much and since I don't know where I am messing up, it was not sensible.<br />
<br />
Thanks for helping<br />
2 Tails -Audrey-<!--content-->800 pixels is not the live space you get to play with.<br />
<br />
When considering a res of 800*600 you only get about 750 pixels depending on the browser. This takes scroll bars etc into consideration. You will find many pro sites go with a fixed width of 750.<br />
<br />
Hope that helps.<!--content-->Thank you so much. I will fiddle with the page and see what I can do. I appreciate you taking the time to answer. Thanks! :) <br />
<br />
2 Tails -Audrey-<!--content-->Ok. It worked. I can not believe I was having problems figuring that out. I changed *1* table width and it set the entire page so that is looked good in any resolution. Thanks again for your help. :)<br />
<br />
2 Tails -Audrey-<!--content-->Sorry to intrude...<br />
Never posted before - I do alot of scripting<br />
<br />
This will take off all scrolling from your page.<br />
You will will then have to do some fancy "windows scripting"<br />
to handle your scrolling.<br />
<br />
Any troubles, look at the script examples at :<br />
<!-- m --><a class="postlink" href="http://cwashington.netreach.net">http://cwashington.netreach.net</a><!-- m --><br />
<br />
<br />
<br />
<BODY bgcolor="#2A3F21" <br />
text="#193014" <br />
leftmargin="0" topmargin="0" <br />
marginwidth="0" marginheight="0" <br />
onLoad="MM_preloadImages('http://alms3.com/images/32/button.gif')" <br />
onmouseover="self.status='Status Bar...';return true" <br />
bgproperties="fixed"<br />
onResize='if (document.all) history.go(0);' <br />
SCROLL="no"><br />
<br />
Regards <br />
<br />
:cool: eStranger<!--content-->Awesome! Thanks so much. :)<!--content-->Originally posted by eStranger <br />
Sorry to intrude...<br />
Never posted before - I do alot of scripting<br />
<br />
This will take off all scrolling from your page.<br />
You will will then have to do some fancy "windows scripting"<br />
to handle your scrolling.<br />
<br />
Any troubles, look at the script examples at :<br />
<!-- m --><a class="postlink" href="http://cwashington.netreach.net">http://cwashington.netreach.net</a><!-- m --><br />
<br />
<br />
<br />
<BODY bgcolor="#2A3F21" <br />
text="#193014" <br />
leftmargin="0" topmargin="0" <br />
marginwidth="0" marginheight="0" <br />
onLoad="MM_preloadImages('http://alms3.com/images/32/button.gif')" <br />
onmouseover="self.status='Status Bar...';return true" <br />
bgproperties="fixed"<br />
onResize='if (document.all) history.go(0);' <br />
SCROLL="no"><br />
<br />
Regards <br />
<br />
:cool: eStranger <br />
you don't want to use that. that scripts takes the scroll bars away so you can't scroll either way. if you want a layout that is good in all resolutions then use percentages.<!--content-->I did use the percentage. I merely changed the table 100% to 95% and that did the trick. Thanks for informing me about the loss of scroll bars. :)<br />
<br />
2 Tails -Audrey_<!--content-->you bet. :)<!--content-->
 
Back
Top