Hier nochmal der aktuelle Code so:
HTML-Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>osxbox</title> <style type="text/css"> body { background: #42afdc; font: 75%/170% Arial, Helvetica, sans-serif; padding: 0px; margin: 0px; color: #333333; } .box { margin:200px; } h3 { color: #666666; margin: 5px 0px 5px; font: bold 110%/110% "Lucida Grande", Arial, sans-serif; } .box-title { position:relative; margin:0; padding: 16px 24px 7px 10px; background:url(images/box/sidep-handle.png) no-repeat 0 0; } .box-content { margin: 0; padding: 5px 10px 9px 10px; background: url(images/box/sidep-bottom.png) no-repeat 0 100%; overflow: hidden; } </style> </head> <body> <div class="box"> <h3 class="box-title">Title</h3> <div class="box-content"> ufghkvfghfkghccf hvcfgkhf hi hi uhafz897ez niu hafp9iz97ezzr iu6z hipuh izg ig ujg jhg jeguj gjk </div> </div> </body> </html>


LinkBack URL
About LinkBacks
) nur ist jetzt die Box (Hintergrundbilder) in der Größe statisch. Das heißt die Breite passt sich der Zeilenbreite nicht an (siehe Anhang).
Zitieren


