Closed Thread Icon

Preserved Topic: is there any way to remove the scrollbar in IE? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18338" title="Pages that link to Preserved Topic: is there any way to remove the scrollbar in IE? (Page 1 of 1)" rel="nofollow" >Preserved Topic: is there any way to remove the scrollbar in IE? <span class="small">(Page 1 of 1)</span>\

 
Ultra
Nervous Wreck (II) Inmate

From:
Insane since: Jan 2002

posted posted 04-24-2002 06:03

i'm referring to the default one on the right side of everypage
showing the track color and arrows.

I normally use a frame on the right to hide it but the site i'm working on can't use frames.........


thx

Ultra


::UltrA::

Bugimus
Maniac (V) Mad Scientist

From: New California
Insane since: Mar 2000

posted posted 04-24-2002 06:23

I'm still getting the hang of CSS but I think you can do this:

body {
overflow: auto;
height: 100%;
}

Assuming your content fits on the page of course. Hopefully we can get some other input on this.

. . : newThing

Ultra
Nervous Wreck (II) Inmate

From:
Insane since: Jan 2002

posted posted 04-24-2002 07:55

perfect !

thx

U.

::UltrA::

Hew
Neurotic (0) Inmate
Newly admitted
posted posted 04-24-2002 18:05

Cool, I can use that too, thanks !



Synthetic
Paranoid (IV) Inmate

From: under your rug,
Insane since: Jul 2001

posted posted 05-01-2002 00:39

or just put it in your body tag,

<body scroll="no

« BackwardsOnwards »

Show Forum Drop Down Menu