Jump to content

Div question


astralaaron

Recommended Posts

There are no "layer" tags in html. "layers" are a Dreamweaver thing. You affect overlays in (x)html using the z-index of a div, but it only works if the div's are "positioned". Floated div's or those not specifically positioned will not honour the z-index. Just a warning.http://www.felgall.com/cshow09.htm

Link to comment
Share on other sites

There are no "layer" tags in html. "layers" are a Dreamweaver thing. You affect overlays in (x)html using the z-index of a div, but it only works if the div's are "positioned". Floated div's or those not specifically positioned will not honour the z-index. Just a warning.http://www.felgall.com/cshow09.htm
thanks for the information!
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...