CSS experiments: Mouseover, width, and overflow: auto

liunx

Guest
I decided to play around with a simple website concept;

4 thin bars make up the page. When you mouse over one, it expands and shows it's content, and has scrollbars if necessary (I'm actually thinking of doing overlaying divs that, when moused-over, will scroll the main div up or down - but right now that isn't important).

Anyway, originally it worked decent (sometimes text would flicker over the scrollbar a bit, or the scoll bar's middle section wouldn't register clicks), but now it just doesn't seem to like me much at all :) It validates, so I know that isn't the problem.

Here is the concept page:

<!-- m --><a class="postlink" href="http://designs.the-engine.org/experiments/xpanda1/index1.html">http://designs.the-engine.org/experimen ... ndex1.html</a><!-- m -->

the CSS file is here:

<!-- m --><a class="postlink" href="http://designs.the-engine.org/experiments/xpanda1/xpanda1.css">http://designs.the-engine.org/experimen ... panda1.css</a><!-- m -->
 
Back
Top