Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Aligning Div Re: Aligning Div

#115403
jwebcat
Member

div1 {
position: relative;
z-index:1
}
div2 {
position:relative;
z-index:2
}

the highest z-index is on the top. You have to have a position declared for it to work.