![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm a little new to this aspect of web design...could someone tell me what it is I need to do to get items to display on top of one another (via layers)? Even when I assign high z-indices to an id, it still interrupts the flow of the page. I need it to not interrupt the flow (like it's display is "none"), yet be visible and cover another part of the page. What am I doing wrong? |
#3
| |||
| |||
|
|
Stephen Poley wrote: On Thu, 22 Jan 2004 20:40:53 -0800, "Aaron" agchandler (AT) comcast (DOT) net> wrote: could someone tell me what it is I need to do to get items to display on top of one another (via layers)? Even when I assign high z-indices to an id, it still interrupts the flow of the page. I need it to not interrupt the flow (like it's display is "none"), yet be visible and cover another part of the page. Assuming that what you're doing can't be adequately addressed by background images, you need to read up a bit more of the CSS spec; the magic spell is "absolute positioning" (section 9.6). So this cannot be done with relative positioning? I've never tried it, but it seems like a good way to partly overlap e.g. a heading and subheading. Plus, absolute does remove the element from the flow, which the op wants to avoid. |
![]() |
| Thread Tools | |
| Display Modes | |
| |