I downloaded a web template today.. and well i have edited it nearly all now apart from the layout, i have a problem with one thing.. the cursor!!! at the moment it is crosshair.. and i cant find the code to change it, i have done a search but it says it cant find anything, how do i get the normal cursor back?
Changing a cursor?
What's your website so I can view the source. I dont know what the code it but if I look at the source I could proberly find if if I look through the source.
Thats a part of the css style. Try to find the tag that says
it is usually in the top of the page or in a file named *.css.
| Code: |
| cursor: crosshair |
it is usually in the top of the page or in a file named *.css.
| eepman wrote: | ||
Thats a part of the css style. Try to find the tag that says
it is usually in the top of the page or in a file named *.css. |
As he said, either change it or delete that line. Deleting it should return it to defult.
Your cursor line is in your style.css file on line 18.
It looks like this:
Just delete that line.
It looks like this:
| Code: |
|
cursor: crosshair; |
Just delete that line.
Either delete it or comment the cursor: crosshair line .
And please change the frihost's link at the bottom to frihost.com not frihost.net .
And please change the frihost's link at the bottom to frihost.com not frihost.net .
I have found it now thank you all!
Glad to see you solved your problem
I'm going to -close- this topic, because you resolved your problem. If you would like it to be reopened, please PM me or another moderator.
I'm going to -close- this topic, because you resolved your problem. If you would like it to be reopened, please PM me or another moderator.
Related topics
