>> using javascript and how it affects <A> tags. Any help would be greatly
>> appreciated.
>
>
> If your page passes the W3C validator, you want
> http://www.mozilla.org/quality/help/bug-form.html :-)
>
In the above example, inline elements (A) contain block elements (DIV) -
a configuration not likely to validate.
While on the subject of changing styles dynamically with javascript: Could
someone recommend a good resource on accessing styles through DOM? For example,
I couldn't find information on how to access link pseudo-classes, such as
:link, :visited, etc. using javascript (if at all possible).
Any help will be appreciated.
Addy