IE7 Can't Render Link (with Background Transparent) Over A Text?
This is my code : HTML :
My Text
&Solution 1:
Try to add these lines to .myLink
:
background-color:#ff0000;
filter: alpha(opacity=0);
EDIT
If there will be only an image in .myBox
, .myLink
will work as expected, if the image is added as a background image to .myBox
.
Post a Comment for "IE7 Can't Render Link (with Background Transparent) Over A Text?"