PDA

View Full Version : Bit of HTML CSS help needed.



dmonic_666
May 5th, 2004, 02:55 PM
Hi there peeps.
Ive been making a site with a table that loads content for various links, my table has been made partialy transparent. It all works perfectly fine but i want to know if theres a way to make my pictures opaque on their hover state.

<table style="FILTER: Alpha(Opacity=65); border-collapse:collapse" border="2" cellpadding="0" cellspacing="0" width="95%" id="AutoNumber2" bgcolor="#6699FF" bordercolor="#000066">
</table>

Thats my table, as you can see it has an alpha of 65%
This is my CSS links thingy...

<STYLE type="text/css"><!--
A:link{color:#000066;text-decoration:none}
A:visited{color:#000066;text-decoration:none}
A:active{color:#ffffff}
A:hover{color:#ffffff;cursor:crosshair}
--></STYLE>


I tryed this:
A:hover{color:#ffffff;cursor:crosshair;alpha:100%}

but it just stayed the same as the main table its in at 65%

Can i get around this?

claudio
May 7th, 2004, 03:39 PM
dmonic_666, can you reattach your code wrapped inside the
tags?

ie:


your code goes here