Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> Nadpisac style elementow
marcio
post
Post #1





Grupa: Zarejestrowani
Postów: 2 291
Pomógł: 156
Dołączył: 23.09.2007
Skąd: ITALY-MILAN

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


Witam mam w glownym pliku css taki fragment:
Kod
table {
    width: 100%;
    text-align: left;
}

th, td {
    padding: 10px 10px;
}

th {
    color: #fff;
    background: #E66000 none repeat-x scroll left top;
}

td {
    border-bottom: 1px solid #ccc;
}

Jednak mam stronnicowanie i tabela nie ma byc szeroka 100%
Wiec probuje tak:
Kod
{@ css_inline @}
.paginationStandard table {
    width: 250px;
}

.paginationStandard td {
    height: 20px;
    width: 50px;
    padding: 2px;
    background-color: #ffffff;
    border: 1px solid #000000;
}
{@ end @}

<table class="paginationStandard">
.......................
.......................
......................
</table>

Ale nic szerokos jest zawsze 100%

Jak to obejc?
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 23.08.2025 - 00:51