Hi,
I am absolutely pulling my hair out over this one!
I manage to get the rollover working fine in dreamweaver and in normal html web sites. However, when I try to create a rollover in a skin and upload it, nothing happens! No image change, nothing! I have tried this both using CSS and standard dreamweaver mouseover JS.
So, I tried using the standard dreamweaver mouseover code in a html/text module, and still nothing happens.
I thought it may be because of the location of my file, so i uploaded them in the skin zip file, but this still dosent work. Any help would be MUCH apreaciated. My code is below, not sure if it will work in this forum though...
Thanks,
Anna
Mouseover code:
http://www.in8website.co.uk/concordeclub/images/concordeclubwebsite_19.jpg" alt="Introduction">
CSS code:
.introduction {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
color: #e5007f;
text-decoration: none;
border-top: 1px white;
border-bottom: 1px white;
}
.introduction:link {
background-color: #f9cbe5;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
color: #e5007f;
text-decoration: none;
border-top: 1px;
border-color: #ffffff;
border-bottom: 1px;
}
.introduction:hover {
background-color: #e20080;
border-top: 1px white;
border-bottom: 1px white;
color: #ffffff;