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 / imagehorizspace

ImageHorizSpace

Description:
The distance, in pixels, between the right edge of the more image and the menu item's padding (left edge if RightToLeft is true).

Value:
Integer, or JavaScript expression that returns an integer. Negative integers are not allowed.

Applies To:
Menu Items.

Browser Compatibility:
ImageHorizSpace is supported in all browsers.

Comments:
"More" images are the (usually) triangular images that appear within a menu item denoting the existence of a child menu for this menu item.

image horizontal space

The image above assumes that ItemPadding has been set to 4, and ImageHorizSpace has been set to 10.

HierMenus provides several triangular graphics in its distribution file that are suitable for use in menus, however designers are welcome to create their own more images as appropriate. The graphics provided by HierMenus are located in the images sub-directory of the distribution file, and bear names such as HM_More_black_right.gif, HM_More_white_left.gif, etc.

You must always specify ImageHorizSpace as a number, or a JavaScript expression that returns a number. Do not use quoted strings or non-numerical characters when defining ImageHorizSpace. ImageHorizSpace is always interpreted by HM in pixels.

Examples:
// Ok:
ImageHorizSpace:3,
ImageHorizSpace:8,
ImageHorizSpace:(HM_Mac)?8:6, // 8 in Mac, 6 all others

// Incorrect:
ImageHorizSpace:"7",
ImageHorizSpace:10px,
ImageHorizSpace:"(HM_Mac)?8:6", // Do not quote expressions here
Default:
0

See Also:
ImageWidth, ImageHeight, ImageVertSpace



JupiterOnlineMedia

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/imagehorizspace.html