haveacigar
02-03-2007, 07:43 PM
Hey, I am having a problem with a background image. It works fine in ie but doesnt show up in firefox. The thing is the quadbike in the right hand corner
( http://www.alanmonger.co.uk/keypitts )
Here is the css
/* CSS Document */
a {
color:#000066;
text-decoration:none;
font-size:1.4em;
}
a:hover
{
color:#009900;
}
#container
{
width:775px;
position:relative;
background:url("images/quad.jpg") no-repeat bottom right;
}
#images
{
float:right;
margin: 0 10px 0 10px;
width:320px;
height:auto;
border-style:solid;
border-width:1px;
margin-top:5px;
}
#content
{
width:425px;
float:left;
border-left:solid;
border-width:1px;
border-color:#999999;
padding-left:5px;
}
#header
{
width:775px;
background-color:#ffffff;
margin-bottom:15px;
}
a img
{
border:none;
display:block;
}
Thanks for any help :thumbsup:
( http://www.alanmonger.co.uk/keypitts )
Here is the css
/* CSS Document */
a {
color:#000066;
text-decoration:none;
font-size:1.4em;
}
a:hover
{
color:#009900;
}
#container
{
width:775px;
position:relative;
background:url("images/quad.jpg") no-repeat bottom right;
}
#images
{
float:right;
margin: 0 10px 0 10px;
width:320px;
height:auto;
border-style:solid;
border-width:1px;
margin-top:5px;
}
#content
{
width:425px;
float:left;
border-left:solid;
border-width:1px;
border-color:#999999;
padding-left:5px;
}
#header
{
width:775px;
background-color:#ffffff;
margin-bottom:15px;
}
a img
{
border:none;
display:block;
}
Thanks for any help :thumbsup: