Taking image rollover to its extreme

rabsaul

Hm.. I must be missing something, because I don't see why you needed transparency to accomplish that look....

?

ngcat

My first WB Project.
This has been a challenge as the designer wanted a graphic menu.
Since WB convinced me as one of the best CMS around I wanted to use it for this site.
Note: the Main- and Submenu are dynamically created - no hardcoding there.

Code snippet:
<img src="<?php echo TEMPLATE_DIR; ?>/img/<?php echo stripslashes($page['menu_title']); ?>_s.png"

See what i mean?

Transparent png's for IE has been the challenge but it works, sort of (you see the gray transparent png before the fix applies).
http://www.feldmusikhochdorf.ch

/Martin