Hallo Mathias.
Bei mir könnte das ganze so aussehen:
<h1><img src="logo_logo.gif" height="91" width="188" /> <span>hier kommt ein Banner hin</span></h1>
Selbst mit einer position–basierten Variante stellt sich Firefox noch quer:
* {
margin:0;
padding:0;
}
h1 {
background:url(logo_bg.gif) repeat-x;
font-size:1em;
font-weight:normal;
margin:auto;
position:relative;
width:60%;
}
h1 span {
outline:1px solid;
position:absolute;
top:40%;
}
h1::before {
content:url(logo_left.gif);
}
h1::after {
content:url(logo_right.gif);
position:absolute;
right:0;
}
Irgend etwas gefällt ihm hier am ::after–Pseudoelement nicht. Was ich auch versuche, es lässt sich partout nicht am rechten Rand seines Elternelementes ausrichten, so wie es Opera und Konqueror tun.
Hm …
Einen schönen Freitag noch.
Gruß, Mathias
--
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]
sh:( fo:} ch:? rl:( br: n4:~ ie:{ mo:| va:) de:> zu:} fl:( ss:) ls:[ js:|
„It is required that HTML be a common language between all platforms. This implies no device-specific markup, or anything which requires control over fonts or colors, for example. This is in keeping with the SGML ideal.“
[HTML Design Constraints: Logical Markup]