tags:

views:

728

answers:

2

I am currently coding a site that is using an extensive amount of sifr'ed links. The appearance of the sifr'ed text is fine, however the links only seem to work in Safari. I have seen that there are several other people having trouble with firefox with older versions of sifr, however I have updated to the latest nightly build for Sifr3.

The site is www.lauravinchesi.com/final/

Any help would be greatly appreciated.

+3  A: 

Make sure to not replace the <a> directly, but replace its parent element.

Mark Wubben
A: 

Thanks, Mark. I really appreciate the help.

Zach Hartle