Visualizzazione dei risultati da 1 a 3 su 3
  1. #1

    Problema con background-repeat: no-repeat;

    Salve a tutti, ho un problema con un sito (www.cair.it ) che fino ad ora ha sempre funzionato bene.

    Con l'avvento di IE7 non mi mostra più le immagini di sfondo della tabella che uso per il menu che fino alla versione 6 mi mostrava - e mi mostra - regolarmente.

    Il menù è in un file .INC che viene incluso nelle varie pagine ASP.

    Il tag che da problema è quello dell'oggetto: background-repeat: no-repeat; Infatti levando questo l'immagine viene mostrata ma si ripete nella cella.

    Uno dei punti del menù che usa questa funzione è:

    <TD style="background-image: url('http://www.cair.it/cairfiles/int/int2.jpg'); background-repeat: no-repeat; background-attachment: fixed; padding-top: 110; background-position: left top" width="75" height="160" valign="top" align="left" class="menu">


    Ho cercato su internet se trovavo qualcosa ma anche provando a scrivere no-repeat fixed, Bacground da solo invece di background-repeat o altro non ho trovato soluzioni.

    Qualcuno mi può aiutare?

    Segue l'intero codice del menù:

    <body topmargin=0 bottommargin=0 marginheight=0 marginwidth=0 leftmargin=0 rightmargin=0 >


    <STYLE type=text/css>

    A {text-decoration: none; color: "#3366CC"}

    A:hover {color: red}

    </STYLE>

    <STYLE>
    <!--
    .menu { font-family: Small Fonts; font-variant: small-caps; font-size: 2.4 mm;
    text-align: left; text-indent: 0; line-height: 100%;
    font-weight: bold; margin-left: 6; margin-right: 0;
    margin-top: 0; margin-bottom: 0 }

    .menusel { font-family: Small Fonts; font-variant: small-caps; font-size: 2.4 mm;
    text-align: left; text-indent: 0; line-height: 100%; color:
    #FF0000; font-weight: bold; margin-left: 6; margin-right: 0;
    margin-top: 0; margin-bottom: 0 }

    .menutxt { font-family: Small Fonts; font-variant: small-caps; font-size: 2.4 mm;
    text-align: center; text-indent: 0; line-height: 100%;
    font-weight: bold; margin-left: 6; margin-right: 0;
    margin-top: 0; margin-bottom: 0 }

    .chiocciola { font-family: Arial Black; font-variant: Arial Black; font-size: 29 pt;
    text-align: left; text-indent: 0; line-height: 100%; color:
    #FF0000; font-weight: bold; margin-left: 17; margin-right: 3;
    margin-top: 0; margin-bottom: 0 }
    -->
    </STYLE>
    </HEAD>

    <BODY>

    <TABLE border="0" cellpadding="0" cellspacing="0" width="*" height="160">
    <TR>
    <TD
    style="background-repeat: no-repeat; background-attachment: fixed; background-position: left top" width="250" height="160" valign="top" align="left">
    <MAP name="FPMap0">
    <AREA href="http://www.cair.it/" shape="polygon"
    coords="167, 157, 249, 107, 249, 159"></MAP></TD>
    <TD
    style="background-image: url('http://www.cair.it/cairfiles/int/int1.jpg'); background-repeat: no-repeat; background-attachment: fixed; padding-top: 115; background-position: left top" width="51" height="160" valign="top" align="left">
    <P align="right" style="line-height: 150%; margin-top: 0; margin-bottom: 0"><P class="chiocciola">@</FONT>


    </TD>


    <TD style="background-image: url('http://www.cair.it/cairfiles/int/int2.jpg'); background-repeat: no-repeat; background-attachment: fixed; padding-top: 110; background-position: left top" width="75" height="160" valign="top" align="left" class="menu">
    <%If page="ChiSiamo" then%>
    <P class="menusel">chi siamo</P>
    <%Else%>
    <P class="menu">chi siamo</P>
    <%End If%>
    <%If page="Informazioni" then%>
    <P class="menusel">info</P>
    <%Else%>
    <P class="menu">info</P>
    <%End If%>
    <%If page="Ordini" then%>
    <P class="menusel">ordini</P>
    <%Else%>
    <P class="menu">ordini</P>
    <%End If%>
    <%If page="Recesso" then%>
    <P class="menusel">recesso</P>
    <%Else%>
    <P class="menu">recesso</P>
    <%End If%>
    <%If page="Autent" then%>
    <P class="menusel">garanzia</P>
    <%Else%>
    <P class="menu">garanzia</P>
    <%End If%>
    </TD>


    <TD style="background-image: url('http://www.cair.it/cairfiles/int/int3.jpg'); background-repeat: no-repeat; background-attachment: fixed; padding-top: 89; background-position: left top" width="75" height="160" valign="top" align="left" class="menu">
    <%If page="CinemabLibri" then%>
    <P class="menusel">cartaceo</P>
    <%Else%>
    <P class="menu">cartaceo</P>
    <%End If%>
    <%If page="Cinemabdischi" then%>
    <P class="menusel">dischi</P>
    <%Else%>
    <P class="menu">dischi</P>
    <%End If%>
    <%If page="CinemabOgg" then%>
    <P class="menusel">oggetti</P>
    <%Else%>
    <P class="menu">oggetti</P>
    <%End If%>
    </TD>


    <TD style="background-image: url('http://www.cair.it/cairfiles/int/int4.jpg'); background-repeat: no-repeat; background-attachment: fixed; padding-top: 72; background-position: left top" width="75" height="160" valign="top" align="left" class="menu">
    <%If page="Tutti" then%>
    <P class="menusel">catalogo</P>
    <%Else%>
    <P class="menu">catalogo</P>
    <%End If%>
    <%If page="Novita" then%>
    <P class="menusel">novità</P>
    <%Else%>
    <P class="menu">novità</P>
    <%End If%>
    <%If page="Aste" then%>
    <P class="menusel">aste</P>
    <%Else%>
    <P class="menu">aste</P>
    <%End If%>
    <%If page="TopWatch" then%>
    <P class="menusel">top watch</P>
    <%Else%>
    <P class="menu">top watch</P>
    <%End If%>
    <P class="menu"><U>cerca per</U>:</P>
    <%If page="Catalogo" then%>
    <P class="menusel">-categoria</P>
    <%Else%>
    <P class="menu">-categoria</P>
    <%End If%>
    <%If page="CatNome" then%>
    <P class="menusel">-nome</P>
    <%Else%>
    <P class="menu">-nome</P>
    <%End If%>
    </TD>


    <TD style="background-image: url('http://www.cair.it/cairfiles/int/int6.jpg'); background-repeat: no-repeat; background-attachment: fixed; padding-top: 58; background-position: left top" width="75" height="160" valign="top" align="left" class="menu">
    <%If page="Siti" then%>
    <P class="menusel">database
    <%Else%>
    <P class="menu">database
    <%End If%>
    <%If page="SitiO" then%>
    <P class="menusel">official
    <%Else%>
    <P class="menu">official
    <%End If%>
    <%If page="SitiV" then%>
    <P class="menusel">vari
    <%Else%>
    <P class="menu">vari
    <%End If%>
    <HR>
    <%If page="Banner" then%>
    <P class="menusel">scambi link
    <%Else%>
    <P class="menu">scambi link</P>
    <%End If%>
    <%If page="Sitemap" then%>
    <P class="menusel">mappa sito
    <%Else%>
    <P class="menu">mappa sito
    <%End If%>
    </TD>

    <TD style="background-image: url('http://www.cair.it/cairfiles/int/int7.jpg'); background-repeat: no-repeat; background-attachment: fixed; padding-top: 48; background-position: left top" width="75" height="160" valign="top" align="left" class="menu">
    <%If page="Recensioni" then%>
    <P class="menusel">Articoli</P>
    <%Else%>
    <P class="menu">Articoli</P>
    <%End If%>
    <%If page="Radio" then%>
    <P class="menusel">radio</P>
    <%Else%>
    <P class="menu">radio</P>
    <%End If%>
    <%If page="TV" then%>
    <P class="menusel">TV</P>
    <%Else%>
    <P class="menu">TV</P>
    <%End If%>
    <HR>
    <%If page="Biblio" then%>
    <P class="menusel">biblioteca</P>
    <%Else%>
    <%If page="Biblio1" then%>
    <P class="menusel">biblioteca</P>
    <%Else%>
    <P class="menu">biblioteca</P>
    <%End If%>
    <%End If%>
    </TD>



    <TD style="background-image: url('http://www.cair.it/cairfiles/int/int8.jpg'); background-repeat: no-repeat; background-attachment: fixed; padding-top: 42; background-position: left top" width="75" height="160" valign="top" align="left" class="menu">
    <%If page="Midi" then%>
    <P class="menusel">midi</P>
    <%Else%>
    <P class="menu">midi</P>
    <%End If%>
    <%If page="Autentica" then%>
    <P class="menusel">autentica</P>
    <%Else%>
    <P class="menu">autentica</P>
    <%End If%>
    <%If page="WL" then%>
    <P class="menusel">want list</P>
    <%Else%>
    <P class="menu">want list</P>
    <%End If%>
    <%If page="News" then%>
    <P class="menusel">news</P>
    <%Else%>
    <P class="menu">news</P>
    <%End If%>


    <!-- <P class="menu">script
    --> </TD>
    <TD style="background-image: url('http://www.cair.it/cairfiles/int/int9.jpg'); background-repeat: no-repeat; background-attachment: fixed; padding-top: 0; background-position: left top" width="22" height="160" valign="top" align="left"></TD>
    </TR>
    </TABLE>
    <%response.flush%>


    </BODY>
    </HTML>


    Grazie in anticipo a chi mi potrà aiutare!
    Lux

  2. #2
    Io ho usato il background-repeat: no-repeat; e su IE 7 non ho problemi, ho visto un errore negli stili

    <TD style="background-image: url('http://www.cair.it/cairfiles/int/int2.jpg'); background-repeat: no-repeat; background-attachment: fixed; padding-top: 110; background-position: left top" width="75" height="160" valign="top" align="left" class="menu">

    (nel padding top non c'è l'unità di misura es. px) inoltre non capisco l'uso di background-attachment: fixed; (se lo levi???)


    Magari c'è qualcos'altro...

  3. #3
    Perfetto, era proprio background-attachment: fixed;

    Grazie Millissime!!!!!!!!!!!!
    Lux

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.