The Joyent Community

A place where the Joyent community can gather, help each other out, and stay informed.

You are not logged in.

#1 2008-01-31 02:07:22

xsv
New member
Registered: 2008-01-31
Posts: 2
Expertise

Hover sticking bug r370

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

 

#2 2008-01-31 13:31:05

Mark Wubben
sIFR dev
From: Copenhagen
Registered: 2004-08-17
Posts: 6271
Website  Expertise

Re: Hover sticking bug r370

The fix is only applied if the replaced text is exactly one link. In your case, the replaced text is actually <span><a


"The angels stole my phone box" – The Tenth Doctor

Offline

 

#3 2008-01-31 22:18:09

xsv
New member
Registered: 2008-01-31
Posts: 2
Expertise

Re: Hover sticking bug r370

Ok awesome thanks Mark!!! ;)

Offline

 

#4 2008-02-21 15:10:36

davisbm49
New member
Registered: 2008-02-15
Posts: 6
Expertise

Re: Hover sticking bug r370

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

 

#5 2008-02-21 17:30:09

Mark Wubben
sIFR dev
From: Copenhagen
Registered: 2004-08-17
Posts: 6271
Website  Expertise

Re: Hover sticking bug r370

Which revision are you using?

Not sure, but it may be because of the onclick handler. Try removing it and see if that helps.


"The angels stole my phone box" – The Tenth Doctor

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson