Enable hover-underlined links in Chimera

Jan 15, '03 09:41:32AM

Contributed by: jayfly

To create hover underline links in Chimera, create a file called userContent.css in ~/Library -> Application Support -> Chimera -> Profiles -> default -> !random! -> chrome/. In the file, you can put in any number of CSS commands. To enable hover underline links add the following:

  A { text-decoration:none; }
A:hover { text-decoration:underline; }
Enjoy!

[Editor's note: Since there are literally hundreds of CSS commands you can use to create your own customized browsing experience, I could literally run customized CSS file hints forever ... but I won't, as that's not what the site is about! So consider this hint as a jumping-off point for further CSS file exploration; what you learn from here on is up to you. I won't run many other hints regarding customizing CSS files, as the scope is just too broad, and there are many other hint topics to cover...]

Comments (2)


Mac OS X Hints
http://hints.macworld.com/article.php?story=2003011506413211