Temat: Stopka w stylu

Co zrobić, aby zrobiona stopka w stylu była wyświetlana we wszystkich przeglądarkach, a nie tylko w Internet Explorer?

2

Odp: Stopka w stylu

wpisz to:

#brdfooter .inbox {
background-image: url(../../img/nazwatwegostylu/nazwaplikugraficznegozestpką);
background-position: bottom;
background-repeat: no-repeat;
padding-bottom: 45px;
margin-bottom: 0;
}

do nazwatwegostylu_cs.css

3

Odp: Stopka w stylu

Ale to już jest w tym pliku wpisane. To jest ten styl co Ty mi pomogłeś go zrobić. Stopka jest wyświtlana, ale tylko w Internet Explorerze.

4

Odp: Stopka w stylu

a sorry zapomniałem 1 rzeczy zrobić smile zrób to tak:
to:

/****************************************************************/
/* 6. EXTRAS */
/****************************************************************/
#punwrap {
background-color : #ffffff; 
padding-top : 0px; 
padding-left : 0px; 
padding-right : 0px; 
padding-bottom : 0px; 
margin-top : 0; 
margin-left : 100px; 
margin-right : 100px; 
margin-bottom : 0; 
border-top : 1px solid #D1D1D1; 
border-left : 1px solid #D1D1D1; 
border-right : 1px solid #D1D1D1; 
border-bottom : 1px solid #D1D1D1; 
}
}
#brdfooter .inbox {
background-image: url(../../img/Physics/stopka.jpg);
background-position: bottom;
background-repeat: no-repeat;
padding-bottom: 45px;
margin-bottom: 0;
}

zmień na to:

/****************************************************************/
/* 6. EXTRAS */
/****************************************************************/
#punwrap {
background-color : #ffffff; 
padding-top : 0px; 
padding-left : 0px; 
padding-right : 0px; 
padding-bottom : 0px; 
margin-top : 0; 
margin-left : 100px; 
margin-right : 100px; 
margin-bottom : 0; 
border-top : 1px solid #D1D1D1; 
border-left : 1px solid #D1D1D1; 
border-right : 1px solid #D1D1D1; 
border-bottom : 1px solid #D1D1D1; 
}
#brdfooter .inbox {
background-image: url(../../img/Physics/stopka.jpg);
background-position: bottom;
background-repeat: no-repeat;
padding-bottom: 45px;
margin-bottom: 0;
}

wiem ze prawie sie niczym nie rożni ale sie różni i to bardzo istotna rzeczą smile

5

Odp: Stopka w stylu

No i już wszytko chodzi w porządku. I to się nazywa szybka pomoc w rozwiązaniu problemów. Znalazł się jeden, który może pomóc każdemu w stylach do forum.

6

Odp: Stopka w stylu

no jak tylko jeden smile