Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [CSS,HTML] uklad div, IE I Mozilla
krzychu0808
post 31.12.2007, 01:42:33
Post #1





Grupa: Zarejestrowani
Postów: 428
Pomógł: 2
Dołączył: 1.04.2007
Skąd: Pogorzelica

Ostrzeżenie: (10%)
X----


Witam.....
Mam problem bo w IE Działa poprawnie a w mozilli niechce.
Zobaczcie: http://l2c6.no-ip.org/7

Html:
Kod
<div id="strona">
  <div id="heder"></div>
  <div id="heder1"></div>
   <div id="ccc"></div>
   <div id="ddd">
<div id="tabela1">
<div id="menu1"><div class="menu">MAIN MENU</div></div>
   <div id="menu2"></div>
   <div id="menu3">
<div id="menuuu">
<div class="efekt"><div id="tekst1">Strona Główna</div></div>
<div class="odstep"></div>
<div class="efekt"><div id="tekst1">PSO</div></div>
<div class="odstep"></div>
<div class="efekt"><div id="tekst1">Wymagania</div></div>
<div class="odstep"></div>
<div class="efekt"><div id="tekst1">Matura</div></div>
<div class="odstep"></div>
<div class="efekt"><div id="tekst1">Różne</div></div>
<div class="odstep"></div>
<div class="efekt"><div id="tekst1">ZSEE</div></div>
</div>
   </div>
      <div id="menu4"></div>
  
</div>
<div id="tabela2">
<div id="tekst_t2">
Witamy! <br/><br/>
Serwis ten poświęcony jest zagadnieniom matematyki.<br/><br/>
Znajdziesz tu niezbędne informacje dotyczące m.in.: egzaminu maturalnego, przedmiotowego systemu oceniania, kryteriów wymagań itp.<br/><br/>
Serdecznie zapraszamy!

</div>
</div>
<div id="tabela3">
<div id="menu1_t3"><div class="menu_t3_2">Realizujemy Program</div></div>
<div id="menu2_t3"></div>
<div id="menu3_t3">
<br/><br/><br/><br/><br/><br/><br/><br/>
</div>
<div id="menu4_t3">


</div>
   </div>
  
<div id="eee"></div>  

    </div>



CSS:
Kod
#strona {
    margin     : 0 auto;
    padding    : 0px;
    width      : 807px;
}
#tekstsrodek {
position: relative;
    top:5px;
    left:200px;
    width      : 400px;
}
#heder {

    list-style: none;
    margin     : 0 auto;
    border     : none;
    padding    : 0px;
    width      : 807px;
    height: 78px;
    background: url('images/1.jpg');
}
#heder1 {

    top:78px;
    list-style: none;
    margin     : 0 auto;
    border     : none;
    padding    : 0px;
    width      : 807px;
    height: 169px;
    background: url('images/2.jpg');
}
#ccc {

    top:247px;
    list-style: none;
    margin     : 0 auto;
    border     : none;
    padding    : 0px;
    width      : 807px;
    height: 51px;
    background: url('images/3.jpg');
}
#ddd {

    top:337px;
    list-style: none;
    margin     : 0 auto;
    border     : none;
    padding    : 0px;
    width      : 807px;
    background: url('images/4.jpg');
}
#eee {
    list-style: none;
    margin     : 0 auto;
    border     : none;
    padding    : 0px;
    width      : 807px;
    height: 70px;
    background: url('images/5.jpg');
}
#menu1 {
    left:29px;
    top:0px;
position: relative;
    list-style: none;
    border     : none;
    padding    : 0px;
    width      : 158px;
    height: 31px;
    background: url('images/m.jpg');
}
#menu2 {
    left:29px;
    top:2px;
position: relative;
    list-style: none;
    border     : none;
    padding    : 0px;
    width      : 158px;
    height: 8px;
    background: url('images/m2.jpg');
}
#menu3 {
    left:29px;
position: relative;
    list-style: none;
    border     : none;
    padding    : 0px;
    width      : 158px;
    background: url('images/m3.jpg');
}
#menu4 {
    left:29px;
position: relative;
    list-style: none;
    border     : none;
    padding    : 0px;
    width      : 158px;
    height: 8px;
    background: url('images/m4.jpg');
}
#tabela1 {
position: relative;
float: left;
    left:0px;
    list-style: none;
    border     : none;
    padding    : 0px;
    width      : 190px;
}
#tabela2 {
position: relative;
float: left;
    left:1px;
    list-style: none;
    border     : none;
    padding    : 0px;
    width      : 423px;
}
#tabela3 {
position: relative;
float: left;
    left:1px;
    list-style: none;
    border     : none;
    padding    : 0px;
    width      : 190px;
}
#tekst_t2 {
position: relative;
    top:2px;
    left:5px;
    list-style: none;
    border     : none;
    padding    : 0px;
    width      : 415px;
}
#menu1_t3 {
    left:5px;
    top:0px;
position: relative;
    list-style: none;
    border     : none;
    padding    : 0px;
    width      : 158px;
    height: 31px;
    background: url('images/m.jpg');
}
#menu2_t3 {
    left:5px;
    top:2px;
position: relative;
    list-style: none;
    border     : none;
    padding    : 0px;
    width      : 158px;
    height: 8px;
    background: url('images/m2.jpg');
}
#menu3_t3 {

    left:5px;
position: relative;
    list-style: none;
    border     : none;
    padding    : 0px;
    width      : 158px;
    background: url('images/m3.jpg');
}
#menu4_t3 {
    left:5px;
position: relative;
    list-style: none;
    border     : none;
    padding    : 0px;
    width      : 158px;
    height: 8px;
    background: url('images/m4.jpg');
}
.menu_t3_2 {
position: relative;
        top:9px;
    text-align:center;
    color:#fff;
    font-weight:bold;
}
#menuuu {
position: relative;
top:1px;
margin     : 0 auto;
width: 143px;                
}
.efekt        
{
position: relative;
top:2px;
width: 143px;                
height: 20px;                    
color: #000000;            
background-color: #8c8c8c;    
}    
.efekt:hover
{
position: relative;
top:2px;            
width: 143px;                
height: 20px;                
color: #FFFFFF;            
background-color: #292931;        
}        
#tekst1 {
position: relative;
    top:3px;
    left:5px;
}
.odstep {
width: 143px;                
height: 1px;
}
.menu {
position: relative;
        top:9px;
    text-align:center;
    color:#fff;
    font-weight:bold;
}
Go to the top of the page
+Quote Post

Posty w temacie


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 Wersja Lo-Fi Aktualny czas: 14.08.2025 - 03:09