Hi,
I have a jsp that generates rows (depending on how many records are
available in the database) with data and an image and each row
alternates its color.
In each <tr> I have 2 <td>: one for data and one for the image. The
jsp defines a variable for the color --> this variable is then used as
a css selector:
td.rowLight and td.rowDark
Since each row must have an alternate color I have defined a css for
this <td>, let say
class="rowLight" and class="rowDark".
Each selector has a property "text-align: left" for the data. But the
image have to be positioned on the right of its own <td> and this must
be done for :
IE 5.5/6.0
NS 6.x/7.x
Firefox 1.0
How can I do this? Can anybody help me?
Thanks for yourr answers and a Happy New Year.
John