Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Css - Redovi u tabli
Author Message
Puž Offline
Redoviti posjetitelj
**

Posts: 132
Joined: Mar 2007
Reputation: 25
Post: #1
Css - Redovi u tabli
Trebao bi ofarbat unutar HTML table svaki parni red jednom bojom, a neparni sa drugom.
Sad moje pitanje je dal je moguće u ceesesu napravit nekaj ovak:
Code:
tr
{
parniRedovi-color:blue;
neparniRedovi-color:nekakvaZelenoPlavoSmeđoCrvenoBijeloLimunžuta;
}
il baš moram:
Code:
<table>
<tr class="neparni_red">
        <td>nekaj</td>
        <td>nekaj</td>
</tr>
<tr class="parni_red">
        <td>nekaj</td>
        <td>nekaj</td>
</tr>
<tr class="neparni_red">
        <td>nekaj</td>
        <td>nekaj</td>
</tr>
<tr class="parni_red">
        <td>nekaj</td>
        <td>nekaj</td>
</tr>
...............................................
</table>
22-05-2007 08:03 AM
Find all posts by this user Quote this message in a reply
Gogy Offline
____
*

Posts: 2,352
Joined: Feb 2006
Post: #2
RE: Css - Redovi u tabli
Evo da ti ne pišem sve ovdje http://www.somacon.com/p338.php

Pravila foruma | Twitter - Facebook - Google+ |


Radar404 <- moj blog
22-05-2007 11:13 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)