PHP interesse |
|
Momenteel heb ik het volgende
#base {
background: url(frames/1.png) no-repeat 50% 0;
top: 15;
left: -45px;
height: 504px;
width: 684px;
position: relative;
}
#exhaust_1 {
position:relative;
top: 104px;
left: 60px;
z-index: 5;
width: 59px;
height: 38px;
background: url(exhaust/1.png);
}
#base { background: url(frames/1.png) no-repeat 50% 0; top: 15; left: -45px; height: 504px; width: 684px; position: relative; } #exhaust_1 { position:relative; top: 104px; left: 60px; z-index: 5; width: 59px; height: 38px; background: url(exhaust/1.png); }
Het probleem is nu dat EXHAUST_1 bovenop de BASE wordt getoond. Ik wil echter dat EXHAUST_1 achter het plaatje van BASE wordt getoond.
Weet iemand hoe ik dit voor elkaar kan krijgen?
|