The Arcive of vBulletin Modifications Site. | 
    |
| 
		 
			 
			#1  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
			
			hi all , i found the code for edit cursor , and after some test and test i finally got worked different cursor for different action ... 
		
		
		
		
		
		
		
		
	
	Code: 
	/* ***** modded cursor ***** */
table, tr, td, div {cursor: url(images/panda01a.cur), default;}
a:hover {cursor: url(images/panda01b.cur), default;}
textarea, text, input {cursor: url(images/panda05.cur), default;}
all works right , the only one i can't modifiy is the one when u go over text ( example in this post if u go from empty space (arrow) to text written ) , it gives default cursor | for select text , and i cannot set mine cause i can't understand which voice rappresent that area ... shouldnt' be textarea ?  | 
| 
		 
			 
			#2  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 
			
			That element only affects the input area on a form field. I believe for the "I-beam" you need to set the values for cursor: text.
		 
		
		
		
		
		
		
		
		
	
	 | 
| 
		 
			 
			#3  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
			
			i already have inserted that itam 'text' in my samle posted above . 
		
		
		
		
		
		
		
		
	
	if not right in that point , where i should insert it ? in body ?  | 
| 
		 
			 
			#4  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 Quote: 
	
 However, I see cursor:text is what you would add if you want to change it to the I-beam. It doesn't change the I-beam where it usually appears. I've seen it working globally on some sites, but they have added it to the CSS body class and commented it out. HTML Code: 
	<!--
body{
cursor:url("greensmiley.cur");
}
-->
 | 
| 
		 
			 
			#5  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
			
			i should add it ... 
		
		
		
		
		
		
		
		
	
	Code: 
	textarea, cursor:text, text, input {cursor: url(images/panda05.cur), default;}
 | 
| 
		 
			 
			#6  
			
			
			
			
			
		 
		
	 | 
||||
		
		
  | 
||||
| 
		
	
		
		
			
			 Quote: 
	
 If you want to include the custom cursor image in place of the I-beam, you have to use the CSS I posted in my previous post. Unfortunately, I know of know other way to make it work.  | 
| 
		 
			 
			#7  
			
			
			
			
			
		 
		
	 | 
|||
		
		
  | 
|||
| 
		
	
		
		
			
			 
			
			i understand what u say , but in that way the cursor is the same for i-beam and all others element , i mean use : 
		
		
		
		
		
		
		
		
	
	1 custom cursor ARROW ( for default ) 1 custom cursor HAND ( for link ) 1 custom cursor I-BEAM ( for text ) i can make work for the first 2 cursors , but dunno how to add the 3rd ...  | 
![]()  | 
	
	
		
  | 
	
		
  | 
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
						
  | 
				|
  More Information | 
				|
| 
						 Template Usage: 
						
 Phrase Groups Available: 
						
  | 
					
						 Included Files: 
						
 Hooks Called: 
						
  |