maxsimon wrote:
> http://www.sajmonz.info/div/
> 
> The Menu test should me in #content div, but it isnt.

Change...

#sidebar {
position: fixed;

...to...

#sidebar {
position: absolute;

...and add...

#content {
position: relative;
}

Then read about positioning - and everything else - on...
<http://www.w3.org/TR/CSS21/visuren.html>

Especially: study the difference between 'position: fixed', 'position:
absolute', 'position: relative', 'floats' and 'normal flow', and make
some simple test pages in order to familiarize yourself with how these
methods work by themselves and together.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to