DIV übereinander legen
martin123
- css
hallo!
ich möchte 2 DIV bereiche übereinander legen. habe auch im css 2 klassen angelegt und möchte dass "class1" über "class2" erscheint.
hier der css code:
.class1
{
display: block !important;
width: 875px !important;
height: 353px !important;
overflow: hidden;
padding: 0;
background: url("http://www.meinebilder.de/bild1.jpg") no-repeat center top;
text-align: left;
position: absolute;
top: 0px;
margin-left: -439px !important;
left: 50% !important;
}
.class2
{
display: inline !important;
width: 875px !important;
height: 198px !important;
overflow: visible;
padding: 0;
background: url("http://www.meinebilder.de/bild2.jpg") no-repeat center top;
text-align: left;
position: absolute;
top: 285px;
margin-left: -439px !important;
left: 50% !important;
}
danke!
gruß,
martin
Hi!
hallo!
ich möchte 2 DIV bereiche übereinander legen. habe auch im css 2 klassen angelegt und möchte dass "class1" über "class2" erscheint.
danke!
gruß,
martin
Und wie ist das Wetter so bei dir?
Tipp: diese vielen "!important" bedeuten vermutlich nichts gutes.
Hi,
ich möchte 2 DIV bereiche übereinander legen. habe auch im css 2 klassen angelegt und möchte dass "class1" über "class2" erscheint.
Ich glaube du suchst z-index.
mfG,
steckl