Zangeel
08-17-2008, 04:47 AM
im using this in a script i have
http://www.dynamicdrive.com/dynamicindex4/image5.htm
now, i put the js in my header
and changed the image tags like this
{img alt="Gallery" src="`$sGImageUrl`thumb/`$aItem.id`.jpg" src_def="design/pic/noimage_120.jpg" style="vertical-align:middle;filter:alpha(opacity=20);-moz-opacity:0.2" class="pic1" onMouseover="this.className='pic2';makevisible(this,'0')" onMouseout="this.className='pic1';makevisible(this,'1')" height="90px" width="90px"}
script uses smarty.
now wehn i did that, it made the images dull, but when i mousover, it doesn't brighten!
http://www.dynamicdrive.com/dynamicindex4/image5.htm
now, i put the js in my header
and changed the image tags like this
{img alt="Gallery" src="`$sGImageUrl`thumb/`$aItem.id`.jpg" src_def="design/pic/noimage_120.jpg" style="vertical-align:middle;filter:alpha(opacity=20);-moz-opacity:0.2" class="pic1" onMouseover="this.className='pic2';makevisible(this,'0')" onMouseout="this.className='pic1';makevisible(this,'1')" height="90px" width="90px"}
script uses smarty.
now wehn i did that, it made the images dull, but when i mousover, it doesn't brighten!