We Recommend

HTML Dog: The Best-Practice Guide to XHTML and CSS HTML Dog: The Best-Practice Guide to XHTML and CSS
For readers who want to design Web pages that load quickly, are easy to update, accessible to all, work on all browsers and can be quickly adapted to different media, this comprehensive guide represents the best way to go about it.


Posted By

stil72 on 07/15/08


Tagged

div xhtml flash over


Versions (?)


Who likes this?

2 people have marked this snippet as a favorite

basicmagic
SpinZ


div over a flash object


Published in: XHTML 


A simple way to display a block-level-element over a flash document.

  1. OBJECT-Tag:
  2. <param name="wmode" value="transparent">
  3.  
  4. EMBED-Tag:
  5. wmode="transparent"

Report this snippet 

You need to login to post a comment.