Site is located at http://www.heavenr.com
I put my telephone number in the menu structure (for look-and-feel consistency). Now I would like to change the cursor to the arrow (not the default pointing hand).
I tried onclass - nada. I tried to insert CSS directly in the menu item - nada. I tried to have the various menu item structures formatted in the style sheet - nada. What's left to try? How do I accomplish this miracle?
Cursor??
One might try the menu item quick reference for 'pointer' at http://milonic.com/itemproperties.php. Some very good reading in those ref guides... 

John
-
- Beginner
- Posts: 8
- Joined: Mon Aug 23, 2004 6:52 pm
- Location: Redmond, Washington USA
- Contact:
Already went there
I read that page and the other two like it. That's where I got the "onclass" idea but that was a bust. Not even a sample usage. Thanks for the suggestion but I wasn't able to make much from it. That's why I posted my question. Which still leaves me with a menu I like but isn't quite functional as I wish it to be. There are a lot of menus out there, most of which I can "script kiddie" to be as useful as their limited functionality allows. I like Milonic because it seems to have a lot more -- but without some direction here, I'm lost.
Hi,
Try this:
This needs to go inside the aI() string for the menu item that contains your telephone number.
-- Andy
Try this:
Code: Select all
pointer=arrow;
-- Andy
-
- Beginner
- Posts: 7
- Joined: Thu Dec 30, 2004 5:27 pm
Hello,
I've a similar question. Is it possible to set a custom mouse pointer? I'm using the menu to appear over a quicktime movie an it works great but due to the fact, that the quicktime movie tries to get in front the mouse pointer flickers when move the mouse on the part of the menu which is over the movie. What i want to do is to set the default mouse pointer to the quicktime pointer style (circle with a point inside)
Is there a way?
Regards Tony
I've a similar question. Is it possible to set a custom mouse pointer? I'm using the menu to appear over a quicktime movie an it works great but due to the fact, that the quicktime movie tries to get in front the mouse pointer flickers when move the mouse on the part of the menu which is over the movie. What i want to do is to set the default mouse pointer to the quicktime pointer style (circle with a point inside)
Is there a way?
Regards Tony
-
- Beginner
- Posts: 7
- Joined: Thu Dec 30, 2004 5:27 pm