Please Note:
HierMenus is protected by copyright laws. Use of the HierMenus code requires a paid licensing agreement.
Click Here to Register

Site Navigation
Bulletins
About
Documentation
FAQ
Samples
Known Issues
Technology Jobs

internet.commerce

Partner With Us














          
internet.com

IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

 
HierMenusCentral Enhance the Functionality of Your Web Site with DHTML HierMenus.
    

home / documentation / reference / showlinkcursor

ShowLinkCursor

Description:
Boolean value indicating whether the mouse pointer should change to a "link" cursor when the mouse hovers over a menu item with a link.

Value:
Boolean (true or false), Integer (1=true, 0=false), or JavaScript expression that returns a boolean value.

Applies To:
Menu Items.

Browser Compatibility:
ShowLinkCursor is not supported in Netscape 4.

Comments:
When ShowLinkCursor is set to true, the mouse pointer will change to a "link" cursor (typically the index finger icon indicating the presence of a clickable link) when the mouse hovers over a menu item with a link. When false or when over menu items without actual links, the mouse pointer is not changed.

Examples:
// Ok:
ShowLinkCursor:true,
ShowLinkCursor:0,
ShowLinkCursor:(window.thisPage=="cf")?1:0, 
    // if the user defined variable "thisPage" is "cf", 
    // ShowLinkCursor is true

// Incorrect:
ShowLinkCursor:"false",  // quotes not allowed around booleans
ShowLinkCursor:"0",
ShowLinkCursor:'(window.thisPage=="cf")?1:0', 
    // no quoted expressions
Default:
false

See Also:
StatusDisplayLink

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Created: 3/25/2004
Updated: 3/25/2004
URL: http://www.hiermenuscentral.com/documentation/reference/showlinkcursor.html