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
#2
where is the userContent.ccs file located at?
Reply
#3
That I have no clue. It would be easier for

you to download ChromEdit or Mr Tech Local Install and edit it with those.

It's much easier to edit it with those, I use ChromEdit (made compatible

with Mr Tech Local Install)

FW
~ FFW
Reply
#4
It is full of great information.I have shown your css file.I have edit the css file with ChromEdit.I have used this css file in my project.I found it and searching on Google.
Reply


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

Forum Jump:


Users browsing this thread: 1 Guest(s)