Wednesday, December 23, 2009

How do I place an object over another object in CSS?

I'm trying to place a Comment box over an swf file and I've already tried z-index, but it didn't work.How do I place an object over another object in CSS?
1) position:absolute; so they're in the same place.





2) You'll have to use opacity so one doesn't completely cover the other. (That calls for cross-browser techniques, because Microsoft, as always, handles opacity in a non-compliant way.)

No comments:

Post a Comment