Hi,
Ich habe:
3 Bilder und 1 Frame :)
letzteres ignoriere ich mal..;-)
Ich will, dass:
genau 130pixel links frei bleiben,
img#links {margin-left:130px;}
dann das erste bild mit der breite von genau 20pixeln (höhe:30px) kommt,
img#links {width:20px; height:30px; float:left;}
dann das zweite direkt anschliessend (selbe höhe) die übrige Breite einnehmend kommt (soll halt dann je nach auflösung gestreckt sein),
div#mitte {height:30px; margin:0 150px;} (als letztes im Quelltext angeben!)
div#mitte img {height:30px; width:100%;}
dann das dritte wieder mit 20pixeln Breite anschliesst (wieder selbe höhe),
img#rechts {width:20px; height:30px; float:right;}
dann wieder 130px bis zum rechten rand frei bleiben.
img#rechts {margin-right:130px;}
Kann doch eigentlich nicht so schwer sein, oder?
kommt drauf an..;-)
freundliche Grüße
Ingo