Image as menu link

GK User
Mon Jan 02, 2012 11:45 pm
Does anyone know exactly how to place an image and use it as a menu link instead of text? I've tried everything in the forums and cannot get it to work properly...

http://thebeacon.net/
User avatar
Senior Boarder

GK User
Tue Jan 03, 2012 6:08 am
See my post in below link :

Code: Select all
https://www.gavick.com/support/forums/topic.html?f=131&t=11767&p=53651&hilit=image+menu#p53651


You can use following css to turn opacity of text titles to invisible then use above example to set a background image, text title links will still be active just not visible so it would show background image and will be clickable.

Code: Select all
div.gk-menu > ul.level0 > li > a > span.menu-title { opacity: 0; }


See you around...
User avatar
Platinum Boarder


cron