[EMAIL PROTECTED] schrieb:
Sample Site: http://notesdev.cc.sunysb.edu/mbishop/newdoit.nsf

- you'll need a bg-image for a left faux-column
bg.png, width of 170px, color: your light blue;
#container { ... background: url(bg.png) repeat-y}

-zero the default margin/padding
body {... margin:0; padding:0;

-forget the height setting
#leftContainer { ... /*height: 600px;*/ }

-enable a min-height in your favourite browser
#rightContainer { ... /*height: 600px;*/
min-height:600px; _height:600px;  }


-drop that non-sense
.quickLinks { /*position: relative; left: -35px; top: 10px; text-align: left; width: 175px; background-color: transparent; z-index: 7;text-decoration: underline; */ }

-dito
#nav { /*left: 0px; width: 175px; background-color: transparent; */}

-again
ul.none li { ... /*left: 5px;*/ }

-and align the ul
ul.none {margin: 1em 0 0 1em; padding-left:0;}

Ingo
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to