Jason Kuhlman wrote:
>Hi all
>I would like to apply several styles to links in a html page. Is it
>possible to apply styles to links, say in a row of a table, using id
>like it would be done having different body styles such as..?
>
>body#page1{
>}
>
>body#page2{
>}
>
>body#page3{
>}
>
>If not how would this be done?
>
>
Hi Jason,
Is it possible? Yes, I think so.
In css:
#row1 a { color: black; }
#row1 a:hover {color: red; }
#row2 a {color: green; }
...
And in html:
<tr id="row1"><td>......</td><td> ............ </td></tr>
<tr id="row2"><td>......</td><td> ............ </td></tr>
...
Greetings,
francky
-----------------
"try and know": pc will not crash with wrong css ;-)
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/