Thanks to all who responded.

I borrowed bits and pieces, played with values here and there, and have a 
workable solution. Not beautiful, but it does work. I've made peace with that ;)

/********** BODY LAYOUT *********/
#outer_wrapper {  
  position:relative;
  width: 1000px;
  margin: 0 auto;
  text-align:left;
}
#header {
    padding:0px;
    margin:0px;
    width:100%;
    clear:both;    
}
#navigation {  
  top: 90px;
  left: 0;
  position:absolute;
  width:250px;
}
#content {  
  width:745px;  
  margin: 0 0 0 260px;
  position:relative;
}
#logo a:hover {
  background-color:transparent;
}
#footer {
  text-align: right;
  clear: both;
  float:right;  
}
/*^^^^^^^^^^ BODY LAYOUT *********/

If you want to see it in action, the account is still enabled:

www.foloup.com
username: css
password: mobydick

Thanks again guys! I really appreciate it!

John
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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