Hey,
i am using sfir3 for replacing <h1>blabla</h1>
with my fav font. in addition i am using a page slide function (jQuery) that requires an A-Tag to be outside my <h1>
Tags.
<a href="#vita" class="anchorLink"><h1>VITA</h1></a>
Hod do i can add an hover effect (changing the color of the text) to my replaced text without using the a:hover function in the css definition of sIFR.replace(). because the pageslide doesn't work correctly if i do so.
i have heard about something like changeCss and JavaScript combined with an rollover function. where i can get some more infos on it? or is there even an more simple solution?
thx