Click to See Complete Forum and Search --> : Scroll Bars


dcjones
09-12-2003, 05:35 AM
Hi all,

Can anyone tell me how to the vertical scroll bar from appearing even when a page has text bigger than the screen size.

Thanks in advance


Keep safe and well.

Dereck

96turnerri
09-12-2003, 07:37 AM
try this m8

<script>
function openRequirements()
{
NewWindow=window.open('requirements.htm', 'Requirements',
'width=300,height=125');
}
</script>

change the function name to openXXXX()
change the url to XXXXXX.htm
change requirements to the same as first name
edit the width n height

pyro
09-12-2003, 07:58 AM
You could try: <body style="overflow-x: hidden;">