Jump to content

i am strugling with something i cant do something pritty hard to do .


yanivkalfa

Recommended Posts

well i am trying to make a transperate thumbains - i do know how to do the thumbains but dont know how to make a pic look transperated .

Look : in this site when you click on pick the backgroun become transperanted gray :

http://www.wow-europe.com/en/contests/logitech/

 

and in this site when you hover over the links in table the backgroun become transperated blue:

http://www.wowhead.com/?items=2.2

this is hard to do i know but looking for it for hours now.

 

you can do this with css:

 

<style type="text/css">
#content {
filter:alpha(opacity=75);
-moz-opacity:0.75;
border:solid 1px black;
background:#000000;
width:300px;
height:225px;
}
</style>

<div id="content">

</div>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.