Click to See Complete Forum and Search --> : Unwanted scroll bars in when rendered in Firebird


RDesigns
09-07-2003, 10:43 AM
http://rdesigns.1ahosting.us

If you open this in IE, you won't notice any out of place scroll bars. However, if you open this in mozilla/firebird (same for opera and netscape i guess), there's unwanted vertical/horizontal scroll bars everywhere.

How do I get rid of the scroll bars?

Thanks :).

GavinPearce
09-07-2003, 11:02 AM
Ummm <body style="overflow-x: hidden;">

Havn't you already asked something similar?

Not sure if tha tag would work, worth a try. There is also a tag that removes all scrollbars, forgotten it now though, will look it up.

RDesigns
09-07-2003, 11:37 AM
Originally posted by gavinnet
Ummm <body style="overflow-x: hidden;">

Havn't you already asked something similar?

Not sure if tha tag would work, worth a try. There is also a tag that removes all scrollbars, forgotten it now though, will look it up.

Yup, but last time it was with IE, not mozilla/firebird :D.

PeOfEo
09-07-2003, 11:39 AM
Its not just in firebird, it is in regular mozilla as you satated before and also in ns7 one thing you can do is get rid of this height="484" thats bad, and when I view your site in ie at 800 by 600 I get a vertically scrollbar, if you got rid of that vertical scroll bar you vould not have the horizontal one in mozilla because the 100% width will perfectly fill your browser window no vertical scroll bar will interfear. I do not encourage turning scroll bars off unless absolutly necessary though.

PeOfEo
09-07-2003, 11:41 AM
Put in your div style="overflow:visible;"

GavinPearce
09-07-2003, 11:46 AM
Originally posted by RDesigns
Yup, but last time it was with IE, not mozilla/firebird :D.

Oh yer soz. There is a tag, I cant find it anywhere. You just add it to the body tag, its something simple like scroll="no" but it isnt' no, I think it's false. I'm gonna play around a bit and see.

RDesigns
09-07-2003, 03:44 PM
Originally posted by PeOfEo
Put in your div style="overflow:visible;"

I accidentaly put that in "<body>", ... and guess what, it eliminated the scroll bars! :D :eek:.

Thank you guys, I really appreciate it!!! :) :D

PeOfEo
09-07-2003, 08:29 PM
Whatever works :)