One final IE quirk to tweak.....I have the content for this and other pages 
specified so that the title, arrows, and art all center align. But its not 
matching up in IE. Would this be another case of adding padding: 0 somewhere to 
correct IE?

http://www.drk-writing.com/northwesternesse/FanArt/ab_samgift.htm

Stylesheet:

body 
{ background-attachment: fixed;
  background-color: #fff;
  background-position: center;
  text-align: center;
  scrollbar-face-color: #030; 
  scrollbar-shadow-color: #66846A; 
  scrollbar-highlight-color: #66846A; 
  scrollbar-3dlight-color: #030; 
  scrollbar-darkshadow-color: #003300; 
  scrollbar-track-color: #fff; 
  scrollbar-arrow-color: #fff; 
}

p {
 font-family: 'Comic Sans MS', sans-serif;
 font-size: 14px; 
 color: #000;
 text-align: center;
}


h1 {
    font-family: 'Comic Sans MS', sans-serif;
 font-size: 16px;
 text-align: center;
 color: #030;
 font-weight: normal;
}

.text {
    text-align: left;
} 
 
  
#box {    
 width: 740px;
 margin: 10px auto 10px auto;
 line-height: 115%;
 text-align: left;
 border: solid 1px #030;
 color: #000;
}

#banner {
 background-color: #030;
 border-bottom: 1px solid #030;
 width: 100%;
 margin-bottom: 0;
}

/*top menu*/

#menu {
 margin: 0 auto 0 auto;
 padding: .25em 0 .25em 0;
 border-bottom: solid 1px #030;
 text-align: center;
 width: 100%;
}

/*content for poems and art*/
 

#content {
    padding: 1.5em 1.5em 2.5em 1.5em;
 width: 30em;
 margin: 0 auto 0 auto;
}

/*bottom links and copyright statement*/ 
  
#footer {
 clear: both;
 padding: .5em;
 border-top: 1px solid #030;
 text-align: center;
}
 
.navcopyright {
 display: inline;
 font-family: 'Comic Sans MS', sans-serif;
    font-size: 10px;
 line-height: 14px;
    text-align: center;
    color: #030;
}

/*left-align text for poems*/

.text {
   text-align: left;
}   


/*art nav arrows*/

img.arrow {
   padding-left: .5em;
   padding-right: .5em;
}  

Is there a place that lists what fixes can be made in IE for different types of 
problems?

This will just about do it for all the sites I'm working on...thanks again to 
everyone for their abundance of help...I have been quite amazed at all the help 
I've gotten...I've been wanting to clear some of these issues up for a while 
now.


Thanks and Happy Holidays!

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