Rick Bull
May 31st, 2002, 07:11 AM
I'm using something like this for one of my pages:
body {
margin-right:10em;
}
div.links {
position:absolute;
right:0px;
top:20px;
width:9em;
}
Or something like that, and it keeps the menu aligned to the right without overlapping the body, but if the browser is resized to too small a size the menu over laps the body's text. Is there any attribute I can use to specify the min left that the DIV should be?
body {
margin-right:10em;
}
div.links {
position:absolute;
right:0px;
top:20px;
width:9em;
}
Or something like that, and it keeps the menu aligned to the right without overlapping the body, but if the browser is resized to too small a size the menu over laps the body's text. Is there any attribute I can use to specify the min left that the DIV should be?