DrySnot
Technical User
- Nov 29, 2007
- 46
I have a logo on my page and i'm trying to make it rollover on mouseover.
This is my code
I have tried messing around with this but I'm not adding it in right.
Thanks so much for the advice
This is my code
Code:
/** LOGO */
#logo {
float: left;
width: 396px;
height: 212px;
background: url(../images/homepage01.gif) no-repeat left top;
}
I have tried messing around with this but I'm not adding it in right.
Code:
a:link, a:visited{
display:block;
width:396 px;
height:212 px;
background:url(../images/homepage01.gif);
}
a:active, a:hover{
background:url(../images/homepage01.gif);
display:block;
width:396 px;
height:212 px;
}
Thanks so much for the advice