View Full Version : Ohmigosh!


likwid_82
06-22-2003, 07:56 AM
can someone tell me how to make my images normal they are opaque like my table the table is fine but not my content its see through too :(? here is my messed up site http://dabcc-www.nmsu.edu/web230/gutierrez/zestyzoo/gallery.html
thank you

elfenheroin
06-22-2003, 02:50 PM
I saw your code and saw this:

<td colspan="2" style="filter:alpha(opacity=50)">

The one in bold is most likely your problem. Take it out and see if it works because I'm not that sure.

likwid_82
06-22-2003, 05:45 PM
yeah but then it takes the see throughness out of my table

MaGiCSuN
06-22-2003, 07:08 PM
what about this:

<img src="urlhere.gif" border="0" style="filter:alpha(opacity=100)">

the opacity=50 from the table makes everything see through, including text and all the content in the table. if you only want for example the bg see through then i would edit it in a graphic editor

Love,
Mirna