Hi.
I need to create expandable ads that will work in iOS, thus no Flash.
I am a front end web designer with no JS knowledge. I have found some sample code for how to create an expandable ad, however, it incorporates flash to activate the expand and retract JS functions.
Can I create expandable ads using .gif or .jpg image(s)?
for example: 320x50 mobile ad that expands to 320x480 full screen on tap.
Any insight how to do this would be greatly appreciated.
Thanks.
I don't think the hover property is really what you want to use for iOS. A tap is the same as a click, just set an image with display:none and have a simple javascript function that changed the display value onclick.
You're probably right for most browsers on most mobile devices, however I would imagine that the click implementation would be more universally implemented than hover.
Bookmarks