So ungefähr?
HTML-Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <style> #nr1 { position:absolute; height:auto; bottom:0; top:0; left:0; right:0; margin: 10px 0 10px 10px; background: #f90; } #nr2 { position:absolute; height:auto; bottom:0; top:0; left: 300px; right:0; margin: 10px 0 10px 10px; background: #09f; } </style> </head> <body> <div id="nr1"> Numero Uno </div> <div id="nr2"> Due </div> </body> </html>


LinkBack URL
About LinkBacks
Zitieren


