WebsiteBaker Community Forum

General Community => WebsiteBaker Website Showcase => Topic started by: ngcat on March 13, 2006, 11:28:00 PM

Title: Taking image rollover to its extreme
Post by: ngcat on March 13, 2006, 11:28:00 PM
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
Title: Re: Taking image rollover to its extreme
Post by: rabsaul on March 14, 2006, 11:30:40 AM
Hm.. I must be missing something, because I don't see why you needed transparency to accomplish that look....

?