Quote:
Originally Posted by avitor
hello dear
thank you for so nice mod
can you make the icons to be use as a links ? for users can press on the icon in self ?
now you can click only the title.
cheers
|
you can archieve that by swapping the image and source links, so the image link would be behind the source link instead of on top of it.
original:
Code:
<td align="center"><img src="your image link goes here">
<p><a href="destination link 1" data-flexmenu="flexmenu1">Category Name 1</a></p></td>
mine:
Code:
<td align="center"><p><a href="http://example.com" data-flexmenu="flexmenu1"><b><u><font color ="#ffffff"><img src="images/misc/menu/psnsmall.png"><img src="images/misc/black_downward_arrow.png"</a></p></td>
this way the menu folds out on hovering the image and title, if you want just the image, leave out the
Code:
<b><u><font color ="#ffffff"><br>MENU TITLE</font></b></u>
part.
hope this helps.