Hallo erstmal
Ich noch relativ neu auf dem CSS / xml gebiet deswegen habt bitte nachsicht. :)
Hier mein Problem:
Ich habe ein div Element was in CSS folgendermaßen definiert ist:
#content .uebersicht { width:558px; height:156px; margin-bottom:9px; }
#content .uebersicht p { margin:18px 18px; }
#content .uebersicht img { float:left; margin:18px 18px; }
das div Element hat die Klasse .uebersicht !
Darin soll es jetzt ein p-Element (letztendlich ein Link) das folgendermaßen definiert ist:
#content p.more { text-align:right; margin-top:-1em; background:url(../img/punkte.gif) 0% 100% repeat-x; }
#content .more a { margin-left:-14px; padding-left:14px; background:url(../img/pfeil.gif) 0 2px no-repeat; }
Dieser soll jetzt auf den Boden des Div-Elements geschoben werden.
mit:
#content .uebersicht p.more { vertical-align:100%; }
erreiche ich leider nichts.
Wenn noch fragen offen sind, bitte stellen :)
Schon mal danke im vorraus
geSko