Hi guys and gals, hoping you can help.. I am sure I am missing something simple, but I'm just about ready to throw my computer out the window.
I have a rollover 'a' and a rollover 'b'... my rollover 'b' will only grab the rollover 'a' image.
I'll paste the code below, any help would be greatly appreciated.
I have a rollover 'a' and a rollover 'b'... my rollover 'b' will only grab the rollover 'a' image.
I'll paste the code below, any help would be greatly appreciated.
Code:
<td bgcolor="#000000"></p>
<style type="text/css" >
.rollover a { display : block;
width : 800px;
height : 124px;
background-image:url(http://www.eurovisionimports.com/stockimage1.jpg); }
.rollover a:hover { display : block;
width : 800px;
height : 429.86px;
background-image:url(http://www.eurovisionimports.com/harleyfatrollover.gif); }
</style>
<div class="rollover" > <a href="http://www.eurovisionimports.com/item1.html"></a> </div>
<br />
</style>
<style type="text/css" >
.rollover b { display : block;
width : 800px;
height : 124px;
background-image:
url(http://www.eurovisionimports.com/stockimage2.jpg); }
.rollover b:hover { display : block;
width : 800px;
height : 441px;
background-image:url(http://www.eurovisionimports.com/stockimage2roll.gif); }
</style>
<div class="rollover" > <a href="http://www.eurovisionimports.com/item2.html"></a> </div>
</style>
Comment