Is there any way, other tnan using absolute positioning, to keep content from 
shifting downward in IE when the Favorites menu bar is displayed? If not, I'll 
go with the absolute positioning....but I've got this positioned just how I 
want it so I hate to change it to absolute unless I have to.

www.drk-writing.com

Here's the imported stylesheet:

#header {
 width: 100%;
 background-color: #000;
}

#sidebar {
    margin-top: 0px;
 float: left;
 width: 159px;
 background-color: #000;
} 

#content {
 margin-left: 185px;
 width: 450px;
}

#content h1 {
    margin-top: .7em;
 margin-bottom: 15px;
}
 
 
/* Resume link, bottom links, copyright*/

#resumelink {
    padding-top: 1em;
 padding-bottom: 4em;
 margin-left: 185px;
}
  
#footer {
 margin-left: 185px;
 width: 450px;
}

 
/*bullet list*/

ul {
 list-style-type: none;
    list-style-image:  url(NewGraphics/purplebullet.gif);
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 14px;
 color: #DFC0E1; 
}

li {
    padding-bottom: 8px;
}
 

/*bullet list for Portfolio listings*/

ul.docslist {
 list-style-type: none;
    list-style-image:  url(NewGraphics/pdf_icon.gif);
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 line-height: 14px;
 color: #DFC0E1;
}

ul.weblist {
    list-style-type: none;
 list-style-image: url(NewGraphics/globe.gif);
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 line-height: 14px;
 color: #DFC0E1;
} 

li.last {
    padding-top: 0;
    list-style-image:  url(NewGraphics/pdf_icon.gif);
}


Thanks!

Debbie
______________________________________________________________________
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