Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
userContent.css
#1
This neat trick will change the mouse pointer when

you hover it over links that will open a new window. Add the following code to your userContent.css file:
Code:
/* Change cursor for links that open in

new window */
:link[target="_blank"], :visited[target="_blank"],
:link[target="_new"],   :visited[target="_new"] {
   cursor:  crosshair;
}


This tip will change the mouse pointer when you hover it over links that will perform a JavaScript command. Add the following code to

your userContent.css file:
Code:
/* Change cursor for JavaScript links */
a[href^="javascript:"] {
   cursor: move;
}
~ FFW
Reply


Messages In This Thread
userContent.css - by FirefoxWiz - 03-21-2006, 12:22 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Viewer for webpage CSS GKE 0 454 06-18-2007, 06:28 PM
Last Post: GKE
  CSS validator 0.3.2 - April 5, 2007 Forum Bot 0 365 04-07-2007, 04:54 PM
Last Post: Forum Bot
  userChrome.css FirefoxWiz 0 1,214 03-21-2006, 11:27 AM
Last Post: FirefoxWiz

Forum Jump:


Users browsing this thread: 3 Guest(s)