Torna al Thread

<!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" lang="it" xml:lang="it"> <head> <title></title> <style type="text/css"> * { margin:0; padding:0; } #box { margin:0 auto; width:100%; height :1200px; border:solid 1px #000; } #posizionato { position :fixed ; top:0; left :0; width:900px; height :500px; border:solid 1px #000; } </style> </head> <body> <div id="box"> <div id="posizionato"></div> </div> </body> </html>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5