Click to See Complete Forum and Search --> : scroll bars


addoul
08-17-2003, 10:00 AM
hii,..
i'm facing a problem with the scroll bars,..when i preview the page in Frontpage, or in browser,i have no scroll bars,..,I guess this hppened after i used some javascripts from www.javascrip.internet.com
emmm,....i'm another one of those copy/pasters :-\
i upladed the page while it's still under construction 4 u guys to hep me plzzz
thx


http://www.angelfire.com/stars4/mine1

Khalid Ali
08-17-2003, 10:07 AM
I did not see any scrollbars on (NS6+(Mozilla 1.4) browser.

however if there is not data that is going beyond the viewable area and this is being causes by screwed up top or margin-top values then just use the following in the body tag

style="overflow:hidden;"

this should take care of it the mody tag may look like this

<body style="overflow:hidden;" >

pyro
08-17-2003, 10:08 AM
In your CSS, this:

BODY {
OVERFLOW: hidden
}is telling the browser to hide any overflow. Remove that, and it should be better...

addoul
08-17-2003, 10:17 AM
thx khaled 4 ur help..
i use IE , ,..and yes there r some data beyond the viewable area of the scren,..i updated my body tag as u suggested,..but i got the same result :(

addoul
08-17-2003, 10:20 AM
thx pyro
it's working ;-)

pyro
08-17-2003, 12:15 PM
You bet... :)