View Full Version : Top navigation Bar II
Top navigation bar II:
http://www.dynamicdrive.com/dynamicindex1/topnavbar.htm
How can I change the mousepointer ARROW (when i move over the menu) into a HAND?
thnx
FINN
BLiZZaRD
11-17-2006, 10:35 AM
You shouldn't use "hand" instead use POINTER. Leave the MS-propritary alone, go with standard defaults (http://www.w3.org/TR/CSS2/ui.html#cursor-props).
You can do this multiple ways, CSS, XHTML and on and on..
Try just adding to your img src when displaying the menu:
<img ... style="cursor:pointer">
Hi Blizzard,
thnx for responding me..
I still do not understand where I should change the code. Can you take a look at the script of the navigation bar and tell me where exactly I change it?
BLiZZaRD
11-18-2006, 08:33 AM
I just did... it already does... do you have a link to your page? There may be a little something wrong with your code there.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.