Abend,
Ich versuche schon eine Weile ein einfaches .jpg als banner oben mittig zu zentrieren. Geht das überhaupt ohne div?
CSS-Code:
-----------------------------
img#Pic00 {
align: middle;
position: absolute;
float: none;
}
-----------------------------
Html-Code:
-----------------------------
<img id="Pic00" src="titlebanner.jpg" width="837" height="116" alt="titlebanner">
-----------------------------
So ein Mist! Mit DIV ist es glaub einfacher *g*
Gruß
Gary