Torna al Thread

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Prova.aspx.vb" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <style type="text/css"> .style1 { width: 350px; height:350px; background-attachment:fixed; padding:5; } .style1:hover { background-position:center ; background-attachment:scroll; padding:0; } </style> <script type="text/javascript"> function img5_mouseOut() { document.getElementById("ImageButton5").src = "Images/Button1.png"; document.getElementById("ImageButton1").src = "Images/Button1.png" } function img5_mouseOver() { document.getElementById("ImageButton5").src = "Images/Pulsante11.png"; document.getElementById("ImageButton1").src = "Images/Button1.png" } </script> <title></title> </head>
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5