Hi,
thanks for your quick reply.
No, actually I am looking for JS.
I would like to change i.e. the link color. I would like to do so by the JS function
Code:
getElementsByTagName()
Well, I need to actually "talk" to the css attribute A:link color.
Example:
To change the border color of a table for example it would be
Code:
getElementsByTagName("table")[i].style.borderColor = document.form1.textfield.value
The problem is, that I do not know how to change the links.
Thanks for you help.
|