http://evolution-ex.de/OCD/index.htm
mein ziel ist es, dass das bild in der div box über den orangen balken drüber geht und eben ihn abdeckt, jedoch sollte höhe gleich bleiben , ich möchte sie also nicht in einander verschachteln!
hier mein css code:
Code: Alles auswählen
/* CSS Document */
/* Haupttabellen */
#pic { position: relative; top: -157; left: 600; width: 259px; height: 218px; border: solid 0; z-index:3 ; }
#maintable { background: #fff; position: relative; top: 10px; left: 250px; width: 700px; height: 500px; border: solid 0 ; z-index:2 ; }
#navitable { background: #ff8a00; position: relative; top: 10px; left: 250px; width: 700px; height: 98px; border: solid 0 ; z-index:1 ; }
/* Schrift */
.menu { color: #fff; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
a.menu { color: #fff; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
a.menu:hover { color: #000; background-color: #fff ; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
.content { color: #ccc; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
/* Link Definitionen */
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}