Logo image is not display above the Flash banner z-index bug
Posted: Fri Jul 03, 2009 8:28 am
Hai
I'm having issue on z-index css.
My logo image is not overlap on the flash banner,
I have used z-index:2000;
I have tried with different values, yet there is no changes.
My code:
#wrapper {
position:absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
text-align: center;
z-index: 1000;
}
#container{
position:relative;
margin:0 auto 0 auto;
width:778px;
text-align:left;
z-index: 4000;
}
#logo{
position:absolute;
margin-top:10px;
height: 40px;
width:355px;
text-align:left;
z-index:2000;
}
#flashcontent{
position: absolute;
top: 0px;
margin: 0px auto 0px auto;
height: 140px;
width:778px;
text-align:left;
z-index:3000;
}
#flashcontent2{
position: absolute;
top: 0px;
margin: 0px auto 0px auto;
height: 330px;
width:778px;
text-align:left;
z-index:1000;
}
flashcontent id for flash banner and log id for logo image.
When i move the flash banner down the logo was displayed, It was hidden.
How can i display logo image above the flash banner.
Can any one help me its urgent.....
Thanks & Regards
Ganesh M Doss
I'm having issue on z-index css.
My logo image is not overlap on the flash banner,
I have used z-index:2000;
I have tried with different values, yet there is no changes.
My code:
#wrapper {
position:absolute;
width: 100%;
height: 100%;
left: 0px;
top: 0px;
text-align: center;
z-index: 1000;
}
#container{
position:relative;
margin:0 auto 0 auto;
width:778px;
text-align:left;
z-index: 4000;
}
#logo{
position:absolute;
margin-top:10px;
height: 40px;
width:355px;
text-align:left;
z-index:2000;
}
#flashcontent{
position: absolute;
top: 0px;
margin: 0px auto 0px auto;
height: 140px;
width:778px;
text-align:left;
z-index:3000;
}
#flashcontent2{
position: absolute;
top: 0px;
margin: 0px auto 0px auto;
height: 330px;
width:778px;
text-align:left;
z-index:1000;
}
flashcontent id for flash banner and log id for logo image.
When i move the flash banner down the logo was displayed, It was hidden.
How can i display logo image above the flash banner.
Can any one help me its urgent.....
Thanks & Regards
Ganesh M Doss