A place where the Joyent community can gather, help each other out, and stay informed.
You are not logged in.
Hey!!!
I'm having issues with the link hover color sticking in the sifr deployed as navigation... although all the searching i do turns up that this has already been some time ago. I have been using sifr for quite a while now so I am carefully implementing correctly from all i can see.
The site I am referring to is http://nitsuaproject.com...
Any help, thoughts or ideas of anything I'm doing wrong would be greatly appreciated, cheers!
Josh
Offline
The fix is only applied if the replaced text is exactly one link. In your case, the replaced text is actually <span><a
Offline
I am using sIFR for thfirst time and just implemented sIFR 3.
I think I have a bug similar to this. I am using sIFR and when I hover over a link in Firefox sometimes it does not change the mouse from an arrow to a pointer to select the link.
Again this only happens from time to time and the link still works. I just want to get it consistent: here is some small snippets:
.sIFR-active h3.headline{
visibility: hidden; font-family: Verdana; line-height: 1em; font-size: 14pt;sIFR.replace(futura, {
selector: 'h3.headline', wmode: 'transparent', css: [ ,'a { text-decoration: none; }' ,'a:link { color: #000000; }' ,'a:hover { color: #000000; }' ] });<h3 class="headline"><a href="index.html" onclick="s_objectID='smb|us|en|specials|featured|default-2';">Home Page Link</a></h3>
Offline
Which revision are you using?
Not sure, but it may be because of the onclick handler. Try removing it and see if that helps.
Offline