Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [html][css] IE 8 i clear: both
outsider
post
Post #1





Grupa: Zarejestrowani
Postów: 267
Pomógł: 36
Dołączył: 8.08.2008

Ostrzeżenie: (0%)
-----


Witam

Mam problem ze stronka pod IE 8, mam 2 plywajace DIV'y, nastepnie kolejny DIV prawie 100% width. Niestety <br class="czyszczenie" /> nie pomaga, tylko IE 8 go "ignoruje".

cler: both -
Kod
br.czyszczenie { 
  display: block; 
  clear: both;  
}


Wszystkie DIV'y -
Kod
<div id="max_naglowek">                        // pudlo

 <div id="max_naglowek_tekst">               // float left
 </div>
  <div id="max_naglowek_obrazek">          // float right
  </div>
  <br class="czyszczenie" />                    // clera both
  
  <div id="max_naglowek_panel">             // panel

<span> Tekst w panelu </span>

  </div>
   
</div>


CSS -
Kod
#max_naglowek {
      width: 100%;                                // 100% czyli 932px
      margin: 0px;
}
#max_naglowek {
        width: 100%;
        margin: 0px;
}
#max_naglowek_tekst {
        background: url('images/tekst_naglowek.png') no-repeat;
 float: left;
 display: inline;
 margin: 0px;
 width: 640px;
 height: 130px;
 margin-left: 15px; 
}
#max_naglowek_obrazek {
        background: url('images/obrazek_naglowek.png') no-repeat;
 float: right;
 display: inline;
 margin: 0px;         
 width: 254px;
 height: 180px;             
 margin-right: 8px;
 margin-top: -22px;
}
#max_naglowek_panel {
        background: url('images/panel_ster.png') no-repeat;
        font-size: 12px;
        height: 53px;
 width: 916px;
 margin: 0px auto; 
 padding-top: 18px;
}



Szukalem wszedzie, niestety nie znalazlem, prosze o pomoc smile.gif 

Ten post edytował *OuTSideR* 16.01.2009, 18:24:08
Go to the top of the page
+Quote Post

Posty w temacie
- *OuTSideR*   [html][css] IE 8 i clear: both   16.01.2009, 18:22:47
- - batman   Zamiast br daj div i będzie po problemie. Pamięta...   16.01.2009, 18:27:02
- - *OuTSideR*   dzieki wielkie, dziala   16.01.2009, 19:02:17


Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 19.08.2025 - 19:03