Forum Moderators: open
I can't find in any documentation how to manipulate link colours using style attributes. i.e. the JS equivalent of the styles:-
a: link {color: ...;}
a: visited {color: ...;}
Can anyone point me in the right direction please?
The application is actually to preview a page design in an iframe from the parent page, so performance is not really an issue as the user's settings will be saved and ultimately go into a 'fixed' style block. The user is able to modify text colours, fonts, backgrounds etc, before putting the page 'live'. I have been able to manipulate in real time over 30 page elements, but it is just the link colours that are proving elusive.