[Pro] DeltaDave Riser CSS

hi dave,

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

http://www.deltadesign.co/risertest/index.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

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.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I have revisited this and revised it slightly - now at http://www.deltadesign.co/FW6riser-site/index.html

Try the revised example on your iOS device.

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…

Anyway, test it and let me know how you get on.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

hi dave,

perfect!
thanks a lot for your kind help and sorry for the late response!

dieter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options