Thread: Layering
Results 1 to 3 of 3
-
09-25-2004, 01:41 PM #1
Layering
---Hello
---I Was Wondering If There Is Way To Bring One Of My Images
---All The Way To The Bottom In The "Layer List" So That I Can
---Put My Text Over It
---Thanx
---The Main Event
-
09-30-2004, 02:23 PM #2
http://www.blooberry.com/indexdot/css/properties/position/zindex.htm
Typically, the CSS guides are a good place to look, but the z-index page wasn't coming up with anything (O_o)... anyway, here's a good link and explaination.
Using CSS and Z-Index, you can manipulate the display of your web elements. Quoting from the web site above:
Each element's rendering box is automatically assigned an integer z-index stacking level based on its context in the document. Boxes with greater z-axis numbers will appear in front of boxes with lower z-axis numbers ('0' and negative numbers are allowed.)
-David
-
10-06-2004, 02:53 PM #3