In IE form elements will ALWAYS appear above your other div, regardless of
z-index... Everyone chant with me now: "It's a feature, not a bug."

-----Original Message-----
From: Mike Murry [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 11, 2000 8:53 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Slightly OT: DHTML and z-index


Just make sure that your div's z-index number is higher than the block
element containing the form.

Example:
<style>
.formbox {position: absolute; z-index: 2}
.otherdiv {position: absolute; z-index: 3}
</style>

<div class="formbox">
<form>
...form elements...
</form>
</div>
<div class="otherdiv">
......blah, blah.......
</div>

Mike Murry
Web Developer
[EMAIL PROTECTED]
214.599.5290 




-----Original Message-----
From: Mark Jones [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 11, 2000 8:27 AM
To: '[EMAIL PROTECTED]'
Subject: Slightly OT: DHTML and z-index


Can anyone tell me how I can make a div go ontop of a form element using
z-indexs.  I don't seem to be able to do this.

Cheers

Mark
[EMAIL PROTECTED]
----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to