|
Convenient web based access to our favorite web design Usenet groups
|
 |
This is Interesting: Free Magazines for Graphics designers and webmasters
| Author |
| Thread |
 |
|
|
|
|
|
 |
 |
|
|
 |
|
|
 |
|
|
|
  07-19-04 - 05:16 PM
|
"Stan Brown" <the_stan_brown@fastmail.fm> wrote in
comp.infosystems.www.authoring.stylesheets:
>"bill drescher" <nobody@Spamcop.net> wrote in
>comp.infosystems.www.authoring.stylesheets:
>
>You don't have to class _every_ tr, but you do have to class either
>each even row or each odd row. There's no way out there that works
>in IE.
Sorry -- that last sentence makes no sense. What I meant to say was
that no way out there will work with IE, _other_ than classing each
even row or classing each odd row. For instance, if you class each
even row with <tr class="even">, your CSS would be:
table tr td { /* odd row stuff */ }
table tr.even td { /* even row stuff */ }
(As others have posted, the real solution is CSS3, but hardly any
browsers support it. Since IE doesn't, and IE users dominate the
market, it hardly matters what other browsers -- if any -- support
CSS3.)
--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
|
|
|
| [
Post Follow-Up to this message ]
|
|
|
|
|
 |
|
|
 |
| All times are GMT. The time now is 04:34 AM. |
 |
|
|
|
|
|  |
|