Check this out. This web site has a way to create a custom pointer and mouse over pointer. Anyone ever done this using Freeway? I did not see it in the code.
http://www.sigershop.eu/index.php?option=com_content&view=article&id=7&Itemid=219
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
This is done with CSS and the cursor
property.
cursor: url(../images/cursor/chrome/cursor.cur), default;
Read more here
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
That list of cursors is very cool. I put the cursor.png file that I want in my images folder but not sure how to add the CSS to my page. I want it to work for the entire page. Little green with CSS. Thanks.
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Thanks but it did not work for me. I wanted it to work for the entire page, not just for links.
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
I wanted it to work for the entire page, not just for links.
Seriously? The whole page?
body {
cursor: url("http://www.yoursite.com/yourcursorimage.gif"), auto;
}
D
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
And if you apply it to the whole page how will your visitor even know where to find a link?
D
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
It just changes the look of the pointer. The basic pointer is still there, just looks cooler. See the link in the first post and you will see it.
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options