Ogólna pomoc dotycząca stylów - [Problem] phore cellpic
marekwch - 23-12-2009, 21:11 Temat postu: [Problem] phore cellpic Jak zamienić cellpic który jest określony kolorem, aby korzystał z pliku np. belka.png i powtarzał go w poziomie
Styl: phore
Gilu - 23-12-2009, 21:33
dopisać do pliku .css przy klasie cellpica
Kod: | background-image: url('images/NazwaPliku.jpg');
background-repeat: repeat-x; |
No i wrzucasz obrazek do /Styl/images/ zmieniasz sobie nazwę pliku w .cssie i ew. rozszerzenie.
Jeżeli mówisz o tej zielonej belce na stronie głównej to jest to klasa th.
marekwch - 30-12-2009, 12:52
Zmieniłem jak kazałeś lecz zmieniło mi tylko w belce ogłoszeniu reszta pozostaje taka sama/
Testowe forum ze stylem emj.hsms.pl
Zmieniłem w .css
Kod: | td.cat,td.catHead,td.catBottom { background-color: #4B4B47; height: 22px; }
th.thHead,th.thSides,th.thLeft,th.thRight,th.thBottom {
font-weight: bold; border: #A6C123; height: 30px; background-image: url('images/belka.png'); background-repeat: repeat-x;
}
th.thCornerL,th.thTop,th.thCornerR {color: #000000; font-size: 70%; font-weight: bold; background-image: url('images/belka.png'); background-repeat: repeat-x; } |
xlesiu - 30-12-2009, 13:04
marekwch, dla tej klasy też Kod: | /* Header cells - the blue and silver gradient backgrounds */
th {
color: #000000; font-size: 11px; font-weight: bold;
background-color: #A6C123; height: 25px;
}
|
|
|
|