Why does a frame with scrolling set to auto still leave space for the missing scroll bar?

I am running IE in quirks mode and I cannot change that. I have a text area in the page with a width set to 100%, but it always leaves a space for the scroll bar. Read more

1 answer Best answer by Ishmael

Sidebar and main content scroll separately or together?

I'm working on a website design and trying to decide whether to have the sidebar scroll independently of the page content, or have just one scrollbar control both divs. What principle should I use ... Read more

1 answer Latest by Doug almost 3 years ago

How to slowly scroll a background with css?

I currently have a fixed background which is a picture of stars on [this website][1]. The background however looks very stuck and gives off a web 1.0 sort of vibe. What I would like for it to do... Read more

3 answers Best answer by Immanu'el Smith

Anonymous 0

Problem with jQuery simplyScroll

Hello! I have a problem with the jQuery [simplyScroll plugin][1]. When I have only 1 item in the list, it clones that item as it should, but doesn't go over the full width of the container. It w... Read more

1 answer Latest by Luke Duddridge almost 3 years ago

How do I make a <div> visible no matter where the scroll is

For example, if a visitor scrolls down the page I need the image to still stay visible in the same spot. Is there a way to do this? Read more

2 answers Best answer by Zack Doherty

How do I get a horizontal scrollbar on my page? The usual techniques don't work

I want a horizontal scrollbar to appear on my [page][1] when the window is made too small to contain the text. How do I do this? I already tried <body scroll="auto"> and also **... Read more

B44acf27-b28f-497d-93e3-22ff250f1aa1

1 answer Best answer by RoToRa

Horizontal scrolling divs

Hi all, im attempting to make a div scroll horizontally on the page, depending on the amount of content it contains. As far as i can tell, this should work: .house-view .content { ... Read more

1 answer Best answer by Tony Crockford

tim 0

Page Up / Page Down, page navigation / scrolling

A quick two part question: Is there a standard height for Page Up / Page Down page navigation / scrolling on modern browsers, or is it completely platform dependent? Do you personally use... Read more

2 answers Latest by tim over 3 years ago

Can you fix a background for vertical scrolling but not horizontal scrolling?

Is there a way using CSS to have a background image that is fixed when the screen is scrolled vertically but not horizontally? I have a branding logo in the upper left hand corner of the screen tha... Read more

2 answers Latest by Olivier Toussaint almost 2 years ago

Problem with using popeye within jQuerytool vertical scroll

Hi, I was trying to place a popeye inside a vertical scroll setup using jQuerytool, the popeye appear on as a scrollable as it should but as I scroll up, the popeye did not move up along with ev... Read more

No answers yet