Quote:
Originally Posted by _robox
das ist sehr einfach mit css zu lösen
hier ein Beispiel
HTML Code:
<div style=" float: left; width: 250px; height: 50px; border-color: #3366FF; border-right: solid; border-right-width: 5px; background-color: #009900;"></div>
<div style=" float: left; width: 250px; height: 50px; background-color: #0000FF;"></div>
|
Vielen Dank erst einmal.
ich habe es etwas angepasst:
PHP Code:
<div style=" float: left; width: 325px; height: 50px; border-color: #FFFFFF; border-right: solid; border-right-width: 1px; background-color: #FFFFFF;"></div>
<div style=" float: left; width: 325px; height: 50px; background-color: #FFFFFF;"></div>
Könnte man dies nun auch so anpassen, das die Höhe automatscih angepasst wird, je mehr Text ich rein schreibe?