Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> Stopka
GoOx
post
Post #1





Grupa: Zarejestrowani
Postów: 329
Pomógł: 6
Dołączył: 23.11.2011
Skąd: Łódź

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


Podał by ktoś kod na stopkę która jest u dołu strony wraz z przewijaniem strony?

Dla przykładu dam np naszą klasę tam jest taki czat. Typu gg

Mi chodzi o samą stopkę. Nie o to gg biggrin.gif

Ten post edytował GoOx 25.11.2011, 17:43:37
Go to the top of the page
+Quote Post
webfreak
post
Post #2





Grupa: Zarejestrowani
Postów: 77
Pomógł: 8
Dołączył: 29.03.2011
Skąd: Londyn

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


  1. #footer {
  2. position:fixed;
  3. left:0px;
  4. bottom:0px;
  5. height:30px;
  6. width:100%;
  7. background:#999;
  8. }
  9.  
  10. /* IE 6 */
  11. * html #footer {
  12. position:absolute;
  13. top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
  14. }
  15.  



lub

  1.  
  2. body{
  3. margin:0;
  4. padding:0 0 wartosc 0;
  5. }
  6. div#footer{
  7. position:absolute;
  8. bottom:0;
  9. left:0;
  10. width:100%;
  11. height:wartosc;
  12. }
  13. @media screen{
  14. body>div#footer{
  15. position: fixed;
  16. }
  17. }
  18. * html body{
  19. overflow:hidden;
  20. }
  21. * html div#content{
  22. height:100%;
  23. overflow:auto;
  24. }


Ten post edytował webfreak 26.11.2011, 12:52:50


--------------------
http://szkolahtml.pl
Go to the top of the page
+Quote Post
Korab
post
Post #3





Grupa: Zarejestrowani
Postów: 202
Pomógł: 36
Dołączył: 10.06.2011
Skąd: Dokąd

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


Słowo-klucz: sticky footer.
Go to the top of the page
+Quote Post
webfreak
post
Post #4





Grupa: Zarejestrowani
Postów: 77
Pomógł: 8
Dołączył: 29.03.2011
Skąd: Londyn

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


Cytat(Korab @ 26.11.2011, 13:16:40 ) *
Słowo-klucz: sticky footer.


Slowo-klucz: Fixed Footer - - - - - - Sticki to ten ktory zawsze jest na dole a nie zostaje gdy ktos scroll`uje smile.gif


--------------------
http://szkolahtml.pl
Go to the top of the page
+Quote Post
GoOx
post
Post #5





Grupa: Zarejestrowani
Postów: 329
Pomógł: 6
Dołączył: 23.11.2011
Skąd: Łódź

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


Wielkie dzięki webfreak masz pomógł odemnie.
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 Aktualny czas: 21.08.2025 - 04:29