Q: I bought some days ago css3menu tool. I like it .
Currently the mouse pointer is an arrow when hovering the menu's. It would be nice if it can be a "pointer". Is it possible?
A: You can change it manually. You should open "style.css" file in any text editor (for example, NotePad), find following lines:
ul#css3menu1 li:hover>*{
display:block;}
and add following line:
cursor: pointer;
So, you should have:
ul#css3menu1 li:hover>* {
display: block;
cursor: pointer;
}
For troubleshooting, feature requests, and general help,
contact Customer Support at . Make sure to
include details on your browser, operating system,
CSS3 Menu version, link to your page.
In most cases you'll get a reply within 1 business day. Please read the FAQs first to see if your question has already been answered.