

//
literówka

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-2" /> <style type="text/css"> #zewnetrzny{background-color:#bed0f5; height:70px; width:200px; position:relative; } #zewnetrzny[id] {display: table; position: static;} #wewnetrzny{position: absolute; top: 50%;} #wewnetrzny[id] {display: table-cell; vertical-align: middle; position: static;} #wewnetrzny p{margin:0;padding:0;position: relative;top: -50%; width:100%; } </style> </head> <body> <div id="zewnetrzny"> <div id="wewnetrzny" > </div> </div> </body> </html>