po3
12-11-2007, 10:12 AM
Hi, I've attached an image showing my problem. All browsers are looking good except this small issue on Safari 3 Windows (Safari 3 on the mac is fine).
The text should center in the yellow bar like it does in IE and other browsers. What can I do to get Safari 3 Windows to render correctly? Is there a way to target Safari 3 for Windows directly or am I just missing something in my CSS?
The CSS is pretty basic:
#footer {
background: url(../images/common/footerYel.gif) no-repeat;
height: 34px;
width: 800px;
float: left;
}
#footer p {
font: 10px/34px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
float: right;
margin-right: 20px;
}
The HTML:
<div id="footer">
<p>© 2007. All Rights Reserved.</p>
</div>
The text should center in the yellow bar like it does in IE and other browsers. What can I do to get Safari 3 Windows to render correctly? Is there a way to target Safari 3 for Windows directly or am I just missing something in my CSS?
The CSS is pretty basic:
#footer {
background: url(../images/common/footerYel.gif) no-repeat;
height: 34px;
width: 800px;
float: left;
}
#footer p {
font: 10px/34px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
float: right;
margin-right: 20px;
}
The HTML:
<div id="footer">
<p>© 2007. All Rights Reserved.</p>
</div>