Visualizzazione dei risultati da 1 a 4 su 4

Discussione: height auto in firefox

  1. #1

    height auto in firefox

    Ciao a tutti, sono nuovissimo....

    il mio problema è forse banale ma non ne riesco proprio a venirne a capo:

    Ho un main div, al quale ho settato la proprietà height ad auto, con all'interno altri due div, uno per contenere i testi e uno per il menu.... utilizzo la proprietà float per affiancarli e fin qui tutto bene, il problema sorge quando il div contente i testi diventa più lungo di quello che ospita il menu.
    La proprietà background-color che ho impostato al main div non viene visualizzata con Firefox mentre IE visualizza, credo perchè al main div non viene considerata la proprietà height.... c'è un modo per risolvere il mio problema?

    vi riporto un codice riadattato per essere più chiaro...

    Stile:

    codice:
            #main{width: 769px; background-color: navy;}
            #colSx{float: left; width: 562px; height: auto; color: #fff;}
            #colDx{float: left; width: 196px; height: auto; color: red;}
    HTML:

    codice:
        <div id="main">
            <div id="colSx">testo testotestotest otestotestotestote stotestotestotestotestotesto testotestotestotes totestotestotestotestotestotestotestotest otestotesto testotest otestotestotes totestotestotestotestotesto testotestotestotes totestotesto testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo testo </div>   
            <div id="colDx">testot estotest otest otestotestotestotes tote stotestotestotes totestotest otestotesto testotestotest otestotest otestotest otestotestote stotestotes totesto testotesto</div>            
        </div>
    Grazie a tutti!!!!

  2. #2
    nessuno sa darmi una mano?

    grazie ancora

  3. #3
    Frontend samurai L'avatar di fcaldera
    Registrato dal
    Feb 2003
    Messaggi
    12,924
    benvenuto nel forum.
    Quello che stai cercando prende il nome di "clearing". Puoi trovare diverse discussioni aperte facendo una ricerca

    mentra fai una ricerca e trovi il metodo più adatto, modifica temporaneamente il codice così
    #main{width: 769px; background-color: navy; height: auto; overflow: hidden;}

    Ciao
    Vuoi aiutare la riforestazione responsabile?

    Iscriviti a Ecologi e inizia a rimuovere la tua impronta ecologica (30 alberi extra usando il referral)

  4. #4
    Grazie mille... non conoscevo il termine tecnico, ora cerco subito!

    Ciao

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.