The Joomla! Extensions Directory ™

ngadgil

Reviews(1)
 
byngadgil, January 28, 2009
JsIFR3
Very useful plugin. This has made the custom font integration very easy.

But I have a problem in integrating sifr in the top navigation of the sites.
Whenever I define the CSS selector in the sifr plugin, It shows the sifr text on the navigation menus but the cursor remains as 'text'. It does not change to 'pointer. Also when working in IE, siFr area of the link is not clickable.

I dont guess why these problems are occuring. After defining the right CSS selectors. for your information we are using a custom font.
Owner's reply

You have most likely used a wrong css-selector so that sIFR doesnt recognize the element as link. If your code looks like (ul class="menu")(li)(a href=...) then you should use ".menu li" as selector and not ".menu li a" as one might think.