Visualizzazione dei risultati da 1 a 2 su 2
  1. #1
    Utente di HTML.it
    Registrato dal
    Jun 2003
    Messaggi
    4,826

    pagina .aspx firefox e mac

    Salve a tutti.
    Ho la seguente pagina aspx,non viene visualizzata bene in ff e mac:soprattutto cambiano le altezze e le larghezze delle celle.
    indirizzo:
    http://www.toolservicefluid.com
    dove sbaglio?
    <%@ Page language="c#" Debug="True" Codebehind="Consultazione.aspx.cs" AutoEventWireup="false" Inherits="toolservice.Consultazione" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
    <HTML>
    <HEAD>
    <title>Modifica</title>
    <meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
    <meta content="C#" name="CODE_LANGUAGE">
    <meta content="JavaScript" name="vs_defaultClientScript">
    <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
    </HEAD>
    <BODY>
    <form id="Form1" runat="server" encType="multipart/form-data">
    <TABLE id="Table1" cellSpacing="1" cellPadding="1" width="766" border="1" style="WIDTH: 766px; HEIGHT: 368px">
    <TR>
    <TD style="WIDTH: 533px; HEIGHT: 9px" colSpan="2">


    <FONT face="Arial" size="2">Gruppo Prodotti</FONT></P>
    </TD>
    <TD style="HEIGHT: 9px"><FONT face="Arial" size="2">Ricerca</FONT></TD>
    <TD style="HEIGHT: 9px"></TD>
    <TD style="HEIGHT: 9px"></TD>
    </TR>
    <TR>
    <TD style="WIDTH: 533px; HEIGHT: 3px" colSpan="2">
    <asp:dropdownlist id="cmbGruppo" runat="server" Width="333px"></asp:dropdownlist></TD>
    <TD colSpan="2" style="HEIGHT: 3px">
    <asp:textbox id="txtricerca" runat="server" Width="283px"></asp:textbox></TD>
    <TD style="HEIGHT: 3px">
    <asp:button id="Button1" runat="server" Text="Vai"></asp:button></TD>
    </TR>
    <TR>
    <TD vAlign="top" colSpan="1" rowSpan="7">

    <div style="OVERFLOW: auto; WIDTH: 155px; HEIGHT: 100%">
    <asp:listbox id="lstProdotti" runat="server" Width="255px" Height="100%" Rows="200"></asp:listbox></div>
    </TD>
    <TD style="WIDTH: 317px" vAlign="top" rowSpan="7"><A id="A1" style="COLOR: #ff0000; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none" target="_blank" name="dettaglio" runat="server"><IMG id="Image1" align="top" name="image1" runat="server"></A></TD>
    <TD>
    <asp:label id="lblProdotto" runat="server" Width="137px" Font-Size="Small" Font-Bold="True"></asp:label></TD>
    <TD>
    <asp:label id="Label3" runat="server" Width="90px" Font-Size="10pt" Font-Bold="True" Font-Names="Arial">Dati Tecnici: </asp:label></TD>
    <TD></TD>
    </TR>
    <TR>
    <TD height="53" style="HEIGHT: 53px">
    <asp:label id="Label2" runat="server" Width="49px" Font-Size="10pt" Font-Bold="True" Font-Names="Arial">Codice:</asp:label>
    <asp:label id="lblCodice" runat="server" Width="69px"></asp:label></TD>
    <TD height="53" style="HEIGHT: 53px">
    <asp:label id="Label1" runat="server" Width="95px" Font-Size="10pt" Font-Bold="True" Font-Names="Arial">Pressione: </asp:label></TD>
    <TD height="53" style="HEIGHT: 53px">
    <asp:label id="lblPressione" runat="server" Width="119px"></asp:label></TD>
    </TR>
    <TR>
    <TD vAlign="top" colSpan="1" rowSpan="5" height="20"><TEXTAREA id="txtDescrizione" style="WIDTH: 184px" rows="20" cols="20" runat="server">
    </TEXTAREA></TD>
    <TD colSpan="1" height="20" rowSpan="1">
    <asp:label id="Label7" runat="server" Width="95px" Font-Size="10pt" Font-Bold="True" Font-Names="Arial">Portata:</asp:label></TD>
    <TD height="20">
    <asp:label id="lblPortata" runat="server" Width="118px"></asp:label></TD>
    </TR>
    <TR>
    <TD height="20">
    <asp:label id="Label6" runat="server" Width="95px" Font-Size="10pt" Font-Bold="True" Font-Names="Arial">Dimensione: </asp:label></TD>
    <TD height="20">
    <asp:label id="lblDimensione" runat="server" Width="124px"></asp:label></TD>
    </TR>
    <TR>
    <TD height="20">
    <asp:label id="Label8" runat="server" Width="95px" Font-Size="10pt" Font-Bold="True" Font-Names="Arial">Alimentazione</asp:label></TD>
    <TD height="20">
    <asp:label id="lblAlimentazione" runat="server" Width="122px"></asp:label></TD>
    </TR>
    <TR>
    <TD height="20">
    <asp:label id="Label9" runat="server" Width="95px" Font-Size="10pt" Font-Bold="True" Font-Names="Arial">Peso: </asp:label></TD>
    <TD height="20">
    <asp:label id="lblPeso" runat="server" Width="115px"></asp:label></TD>
    </TR>
    <TR>
    <TD></TD>
    <TD></TD>
    </TR>
    </TABLE>
    <A id="dett" style="COLOR: #ff0000; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; TEXT-DECORATION: none; BORDER-BOTTOM-STYLE: none" target="_blank" name="dettaglio" runat="server">
    </A>
    </form>
    </BODY>
    </HTML>

  2. #2
    devi pulire il cdice, non fare l'html con visual studio.

    leva queste cose qua:
    style="WIDTH: 533px; HEIGHT: 9px"

    e utilizza i css e vedrai che non avrai nessun problema.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.