I am working on a new web page at 
http://www.choroideremia.org/new/crf_header.php. Below is my total CSS 
(http://www.choroideremia.org/css/layout.css). Why is IE 7 displaying a bunch 
of padding at the top and bottom of my curve graphic; will Firefox 3.0 is not? 
Also, Ie7 seems to be displaying everything about two zoom times then Firefox 
3.0? I have both set with the same default fonts and font sizes. thirdly, why 
do I have to go to Firefox's View-Page Style-Increase font size before I get my 
"switch {" rule?

CSS from http://www.choroideremia.org/css/layout.css ----

html, body, * {
margin: 0em 0em;
padding: 0em;
}
#header {
width: 100%;
left: 0em;
position: absolute;
margin-top: 0em;
margin-bottom: 0em;
padding: 0em;
}
#header h1 {
color: #FFFFEE;
background-color: #8B2500;
width: 100%;
overflow: hidden;
padding: 0em;
font-size: 2em;
text-align: right;
white-space:nowrap;
background-image: url('http://www.choroideremia.org/images/curve.gif');
background-repeat: no-repeat;
background-position: 8em;
height: 5em;
margin-top; 0em;
margin-bottom: 0em;
}
#logo {
background-color: #191970;
left: 1.2em;
position: absolute;
top: 1.2em;
}
#logo2 {
left: 16em;
position: absolute;
top: 5.9em;
border:none;
background-image: url('http://www.guidestar.org/images/linklogos/gslogo.gif');
background-color: transparent;
background-repeat: no-repeat;
background-position: top right;
height:4em;
display: block;
width: 2190px;
margin: 0 0 0 -2000px;
padding: 0em;
}
.switch {
color: #000000;
background-color: #708090;
left: 200px;
position: absolute;
top: 90px;
font-size: 3em;
text-align: center;
margin-left: 200px;
}
#phptime {
float: left;
width: auto;
border: thin solid red;
margin: 1em 0em 0em 3em;
padding: .2em 1em .3em 1em;
font-family: Verdana, Arial,Helvetica sans-serif;
font-size: 1.5em;
font-weight: bold;
letter-spacing: .2em;
white-space: nowrap;
color: #FFFFEE;
background-color: #191970;
}

Angus MacKinnon
Infoforce Services
http://www.infoforce-services.com

"Faith is the strength by which a shattered world shall emerge into
the light." - Helen Keller

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

Reply via email to