<div class="column-1" style="width: 679px; height:100%;">
Jak temu zaradzić?
<div class="column-1" style="width: 679px; height:100%;">
window.screen.availHeight window.screen.height
<!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=utf-8" /> <style type="text/css"> * { margin: 0; padding:0; } html { height: 100%; background: #000; overflow: auto; } body { min-height: 100%; width:100px; margin: 0 auto; background: #FFF; height: 100%; /* ie6 hack */ height: auto !important; } </style> </head> <body> ... </body> </html>