Note that there are some explanatory texts on larger screens.

plurals
  1. POAllow scrolling and clicking to go through an overlapping Div
    primarykey
    data
    text
    <p>A client's website design is dark teal and he didn't like the scroll bar since it ruins the rest of the style. He also wishes I do it without third party libraries and a way he can hopefully understand. So the only way I can think of doing that was creating a div, setting it to <code>position: absolute;</code>, same background-color as the rest of the theme and then setting <code>opacity: 0.8;</code> so that it looks 'blended' in better. </p> <p>He is happy with the result, since it works for all browsers, he thought I even created my own scroll-bar when he first saw it. The problem however is, if a person would like to actually click on the scroll bar, they can't because there's a div above it. Is there any way I can allow a div to be visible, but all the clicks and hovers and everything go through it to the next div? Scrolling also does not work when above the scroll bar because i'm in the div that's overlapping the real div that actually has the scroll bar.</p> <p>Any help is greatly appreciated.</p> <p>Edit: Added image to show what I mean, the scroll-bar just has a div above it to 'blend' it in with the rest of the environment, but when you mouse over the scroll-bar it does all the actions to the div that is overlapping it, making the scroll-bar not work anymore till you go back in it's actual div.</p> <p>Edit2: Updated image</p> <p><a href="http://img838.imageshack.us/img838/429/ynrg.png" rel="nofollow noreferrer">http://img838.imageshack.us/img838/429/ynrg.png</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload