I Can Insert A Customize Cursor? »  Show posts from    to     

Icy Phoenix


Old Support Topics - I Can Insert A Customize Cursor?



rakso [ Mon 21 May, 2007 01:48 ]
Post subject: I Can Insert A Customize Cursor?
Hi, this is my question:
I can insert a customize cursor?
Thanks


Vortex [ Mon 21 May, 2007 08:25 ]
Post subject: Re: I Can Insert A Customize Cursor?
Did you try using the attribute "cursor:" in .css?


rakso [ Mon 21 May, 2007 11:29 ]
Post subject: Re: I Can Insert A Customize Cursor?
I don't understand the question sorry...


Vortex [ Mon 21 May, 2007 15:54 ]
Post subject: Re: I Can Insert A Customize Cursor?
The easiest way to change the default cursor in a web site is to use a .css attribute... do you know how to deal with css?


rakso [ Mon 21 May, 2007 16:09 ]
Post subject: Re: I Can Insert A Customize Cursor?
I don't know sorry


Danilo [ Mon 21 May, 2007 16:18 ]
Post subject: Re: I Can Insert A Customize Cursor?
is easy xD

http://www.codeave.com/css/code.asp?u_log=4031

maodify your Css style

good look


Vortex [ Mon 21 May, 2007 16:27 ]
Post subject: Re: I Can Insert A Customize Cursor?
What kind of cursor do you want?


For a simple change go to templates/mg_themes/*THE_STYLE_YOU_HAVE*.css


In the first lines you will see something like this:

Code: [Hide] [Select]
body {
background: #FFFFFF;
/*background: #FFFFFF url(images/ice/bg_body.gif) top left repeat-x;*/
margin: 0px 0px 0px 0;
padding: 0px 10px 0px;
}



before the " } " add

Code: [Hide] [Select]
cursor: *VALUE*;



instead of *VALUE* put one of this values: values


Then, before saying it doesn't work just clear cache


Mighty Gorgon [ Fri 25 May, 2007 02:48 ]
Post subject: Re: I Can Insert A Customize Cursor?
Nice suggestions... thanks.




Powered by Icy Phoenix