advanced code snippet search
mafro on 04/13/07
flash degrading
04/13/07 03:30am
1 person have marked this snippet as a favorite
basicmagic
Gracefully degrading flash menu HTML
<object type="application/x-shockwave-flash" data="menu.swf" width="150" height="130"> <param name="movie" value="menu.swf" /> <ul> <li><a href="#">Item1</a></li> <li><a href="#">Item2</a></li> </ul></object>
Report this snippet Tweet
Comment:
You need to login to post a comment.