Could someone also look at the tel number on the top right in ie its goes behind the white image but in firefox its fine.
How can i get around this in IE.
URL: here
Code:
/* CSS Document */
html {
background: url(../images/bg.gif);
background-repeat:repeat-x;
}
body {
padding: 0;
margin: 0;
font-family: Myraid Pro, Arial , serif;
}
#wrapper{
width: 977px;
margin: 0 auto;
}
#headertop {
background: url(../images/top.png) no-repeat;
width: 977px;
height:41px;
margin-top: 30px;
}
#headertop p {
float:right;
margin: 30px 30px 0 0;
font-family: Myraid Pro, Arial , serif;
font-size:20px;
color: #9a151c
}
#header {
background: #fff;
margin: 0 0 0 9px;
width: 960px;
height:101px;
}
#logo {
background: url(../images/logo.jpg);
width: 314px;
height: 77px;
margin-left: 40px;
}
#nav {
float: right;
margin: -40px 20px 0 0;
}
#nav ul {
list-stlye-type:none;
}
#nav li {
display: inline;
margin: 0 2px 0 9px;
color: #000;
}
#nav a {
text-decoration: none;
color: #000;
}
#banner {
background: #fff url(../images/banner1.jpg) no-repeat 25px 25px;;
width: 911px;
height: 297px;
padding: 0 49px 0 0;
margin: 0 0 0 9px;
}
Last edited by afcbob; 10-28-2009 at 04:51 AM..
|