okay, WP sIFR works pretty nicely - however, I seem to be stuck with some styling problems.
I have a top navigation that needs replacement, as well as the standard h1 headers.
<div class="primnav">
<ul>
<li><a href="#">Home</a></li>
<li class="cat-item cat-item-3"><a href="#" title="Alle unter Programm abgelegten Artikel ansehen">Programm</a></li>
<li class="cat-item cat-item-4 current-cat"><a href="#" title="Alle unter Partner abgelegten Artikel ansehen">Partner</a></li>
[...]
</ul>
</div>
So, in WP sIFR settings I set the selector to h1, .primnav a and the style to
.sIFR-root { font-weight:normal; color:#727272;}
a { text-decoration:none; color:#727272; cursor:pointer}
a:hover { color:#000; cursor:pointer;}
But, unfortunately, I can't make the cursor change into a hand.
Any thoughts on this?
Oh, my client wants to review this tomorrow. I'm trying to avoid creating GIF images of all the gazillion textblocks he has in 4 languages, so WP sIFR is my last hope.
puh-leeeeeese :)