Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> [html,css] Ustawienie div
krzychu0808
post 29.12.2007, 00:22:19
Post #1





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

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


Witam...
Wstawiłem div w div i nie moge go ustawić:
to ten szary prostokącik: http://l2c6.no-ip.org/4/
a chciałem ustawić go za pomocą
Kod
    left:300px;
    top:0px;



Html:
Kod
<div id="strona">
  <div id="heder"></div>
  <div id="heder1"></div>
   <div id="ccc"></div>
   <div id="ddd">
     <div id="menu1"></div>
   <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
  
   </div>
<div id="eee"></div>  
  <div id="fff"></div>

    </div>



CSS:
Kod
#strona {
    margin     : 0 auto;
    padding    : 0px;
    width      : 797px;
   float         : center;
}
#heder {

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

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

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

    top:337px;
    list-style: none;
    margin     : 0 auto;
    border     : none;
    padding    : 0px;
    width      : 797px;
    background: url('images/4.jpg');
}
#eee {

    list-style: none;
    margin     : 0 auto;
    border     : none;
    padding    : 0px;
    width      : 797px;
    height: 41px;
    background: url('images/5.jpg');
}
#fff {

    list-style: none;
    margin     : 0 auto;
    border     : none;
    padding    : 0px;
    width      : 797px;
    height: 86px;
    background: url('images/6.jpg');
}
#menu1 {

    left:300px;
    top:0px;
    list-style: none;
    border     : none;
    padding    : 0px;
    width      : 173px;
    height: 43px;
    background: url('images/a.gif');
}


Ten post edytował krzychu0808 29.12.2007, 00:51:06
Go to the top of the page
+Quote Post
dreame4
post 29.12.2007, 01:18:09
Post #2





Grupa: Zarejestrowani
Postów: 6
Pomógł: 0
Dołączył: 28.12.2007
Skąd: /home/index.php

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


Kod
#menu1 {
     left:300px;
     top:0px;
     position: relative;
     list-style: none;
     border     : none;
     padding    : 0px;
     width      : 173px;
     height: 43px;
     background: url('images/a.gif');
}


Popraw tak, "position: relative;" zapomniałeś dodać.
Ehh... w ogóle to cały ten kod zrobiłeś strasznie... dziwnie. Proponowałbym doczytać gdzieś o CSS winksmiley.jpg

Ten post edytował dreame4 29.12.2007, 01:19:38
Go to the top of the page
+Quote Post

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: 15.07.2025 - 18:00