i’ve played with your riser-example, but it doesn’t work on iphone. is there any possibility to get it working?
and is ist possible to get a status like “active” if you follow the “more”-link and you are on this page?
nice work, by the way!
dieter
Hi Dieter - I haven’t looked at that example for a long time.
I will go back to it later this evening when I get a chance and see what I can suggest but as it is it is supposed to respond to the iOS unsupported hover.
Essentially I have added an empty onClick event to each of the Tabs. In Mobile Safari this essentially simulates a mouseover when tapped/clicked.
The existing line of code reads
<dl class="riser" id="tab1">
And now reads
<dl class="riser" id="tab1" onclick="">
Repeat for each of the Tabs.
Others more knowledgable than me may suggest better ways to achieve the same thing - you can definitely do it by adding javascript. But as it is JS free just now…