Ian Dunn

Ian Dunn

WordPress Developer

Menu

Skip to content
  • Home
  • About
  • Archives
  • Contact

Tag Archives: z-index

Z-Index Stacking Contexts

One important thing to keep in mind while working with z-index is that multiple stacking orders are created based on the markup hierarchy. This means that an element with a z-index of 30 can actually appear below an element with a z-index of 20, if the z-index of the original element’s parent is 10. Paolo […]

Continue reading...

Posted on August 17, 2010 by Ian Dunn. Posted in CSS | Tagged Paolo Lombardi, Stacking Context, z-index | Leave a comment

Placing an Element In Front of an Object

Here’s how to have a drop-down menu appear on top of a Flash object:

  1. Add a z-index of 0 to the object’s containing div
  2. Add <param name=”wmode” value=”transparent”> inside the object tag
  3. Add wmode=”transparent” to the embed tag

via Sheriar Designs

Posted on November 13, 2009 by Ian Dunn. Posted in CSS | Tagged z-index | Leave a comment

Subscribe via Email

Feeds & Profiles

  • RSS
  • WordPress.org
  • GitHub
  • HackerOne
  • LinkedIn