Jump to content

richardglobal

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by richardglobal

  1. That was a good one, dsonesuk. Your suggestions work. They also work for a:hover. The linea:hover { background-color: #E0E0E0 !important; color: #C000C0 !important; }produces exactly the effect I want. BUT it doesn't work at all with a:visited!!! I've tried changing various settings in firefox in case they were inhibiting it but without success. How annoying!
  2. Thanks, dsonesuk. The entire userContent.css file is: a:link {text-decoration:none; }a:visited { color: #C000C0 !important; background-color: #E0E0E0 !important; }a:hover { text-decoration: underline !important; } Everything works except the background-color part. As I said, this used to work until, I was informed, it was dropped from newer versions of css and browsers stopped supporting it. Remember that I'm not writing these websites, just trying to display them in a reliably readable form. Another text attribute like shadow or outline would be fine if only I could get them to work!!
  3. Thanks, dsonesuk. They are in the right order. In the section I gave above, the 'color: #C000C0 !important' bit works fine but the background-color bit doesn't, except as mentioned. I'm not using images at all.
  4. Firefox browser. I want to change the colour of visited links. As they can come on backgrounds of any colour I also changed their background colour to make them reliably visible. This worked fine until browsers stopped supporting this. Is there any way I can get this back or use another text effect (shadow?). I used a userContent.css file containinga:visited { color: #C000C0 !important; background-color: #E0E0E0 !important; }Curiously, this works on a few links on the W3 site - eg the 'try me' ones - but not on any others. The examples on the site all seem to refer to changing styles and are aimed at people writing web pages, not just modifying the results of existing ones. Thanks for any help.
×
×
  • Create New...