p2bc
09-04-2003, 06:43 AM
I want as the user passes over my image which is a link, to inceases in size.
This is what I have, but does not seem to work???
In style sheet:
a.image:link
{
width="100%";
height="100%"
}
a.image:visited
{
width="100%";
height="100%"
}
a.image:hover
{
width="125%";
height="125%"
}
In HTML page:
<a class="image" href="website"><img src="pictures.png" width="75" height="34" alt=""></a>
Can anyone shed some light as to where I am going wrong?
This is what I have, but does not seem to work???
In style sheet:
a.image:link
{
width="100%";
height="100%"
}
a.image:visited
{
width="100%";
height="100%"
}
a.image:hover
{
width="125%";
height="125%"
}
In HTML page:
<a class="image" href="website"><img src="pictures.png" width="75" height="34" alt=""></a>
Can anyone shed some light as to where I am going wrong?