What I expect here, <DIV> with id="child4" , must appear in front but it's not happening in IE7, whereas same code is running fine in IE8 & Firefox 3.x.
Can anyone help me here please ?
Help will be highly appreciated.
Cheers,
Gajendra
This message was edited 1 time. Last update was at by Bear Bibeault
Gajendra Tomer
Ranch Hand
Joined: Sep 22, 2008
Posts: 30
posted
0
Hi !
Am I not clear with my question?
Regards,
Gajendra
Chris Baron
Ranch Hand
Joined: Mar 21, 2003
Posts: 1015
posted
0
What are you trying to do?
Do you want to display only one div at a time or do you work with transparency here and it's necessary that all divs are displayed?
The first one could easily be solved with the css property "display". You can switch with "display:none" and "display:block".
cb
Please be sure to use code tags when posting code to the forums. Unformatted or unindented code is extremely hard to read and many people that might be able to help you will just move along to posts that are easier to read. Please click this link ⇒ UseCodeTags ⇐ for more information.
Properly indented and formatted code greatly increases the probability that your question will get quicker, better answers.