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
Memory
Web Design
Logo Design
Dental Insurance
Memory Upgrades
Best Price
Shop Online
PDA Phones & Cases
Desktop Computers
Boat Donations
Televisions
KVM Switch over IP
Promos and Premiums
Baby Photo Contest

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

ImageSrcOver

Description:
The src, i.e., server location, of the graphic to be used for the more image when the mouse is hovering over the menu item. Also assigned to the more image of parent items if their child menus are visible and the item's KeepHilite parameter is set to true.

Value:
String, null, or JavaScript expression that returns a String/null.

Applies To:
Menu Items.

Browser Compatibility:
ImageSrcOver 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. ImageSrcOver is the server location (URL) of the graphic that will be used for this more image when the mouse hovers over the item, or in parent items when their child menus are visible and their KeepHilite parameters are set to true. By setting ImageSrcOver to a different graphic than ImageSrc, a rollover effect is created with the more image.

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.

Note how the configuration parameter setting ImageDir interacts with ImageSrcOver. If ImageSrcOver does not begin with http, then ImageDir is added to the front of ImageSrcOver to arrive at the actual server location for the image.

If ImageSrcOver is null and ImageDir is null, or if ImageSrcOver is the same as ImageSrc, no rollover effect is provided for the more image.

ImageSrcOver is used as the more rollover graphic for standard menus. When right-to-left menu displays are in effect (when RightToLeft is true), HierMenus uses ImageSrcLeftOver as the rollover image graphic.

Examples:
// Ok:
ImageSrcOver:"HM_More_black_right.gif",
ImageSrcOver:"http://myserver.com/myHMImages/HM_More_black_right.gif",
ImageSrcOver:null,
ImageSrcOver:(window.showMore)?"HM_More_green_left.gif":null,
    // if the user defined variable "showMore" is true,
    // then use "HM_More_green_left.gif

// Incorrect:
ImageSrcOver:HM_More_blue_right.gif,  // Strings must be quoted
ImageSrcOver:"null",                   // null must NOT be quoted
ImageSrcOver:'(window.showMore)?"HM_More_green_left.gif":null', 
    // no quoted expressions
Default:
"HM_More_white_right.gif"

See Also:
ImageDir, PreloadImages, IsPermHilite, IsSelected, IsRollover, KeepHilite, MoreImagesVisible, MoreImageAlt, ImageSrc, ImageSrcLeft, ImageSrcLeftOver, ImageWidth, ImageHeight, ImageHorizSpace, 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

Solutions
Whitepapers and eBooks
IBM eBook: Planning a Service Oriented Architecture
IBM eBook: Choosing the Right Architecture--What It Means for You and Your Business
Microsoft Article: Will Hyper-V Make VMware This Decade's Netscape?
Avaya Article: Using Intelligent Presence to Create Smarter Business Applications
Intel Go Parallel Article: Getting Started with TBB on Windows
Microsoft Article: 7.0, Microsoft's Lucky Version?
Avaya Article: How to Feed Data into the Avaya Event Processor
IBM Article: Developing a Software Policy for Your Organization
Microsoft Article: Managing Virtual Machines with Microsoft System Center
Intel Go Parallel Article: Intel Threading Tools and OpenMP
HP eBook: Storage Networking , Part 1
Microsoft Article: Solving Data Center Complexity with Microsoft System Center Configuration Manager 2007
MORE WHITEPAPERS, EBOOKS, AND ARTICLES
Webcasts
HP Video: StorageWorks EVA4400 and Oracle
HP Webcast: Storage Is Changing Fast - Be Ready or Be Left Behind
Microsoft Silverlight Video: Creating Fading Controls with Expression Design and Expression Blend 2
MORE WEBCASTS, PODCASTS, AND VIDEOS
Downloads and eKits
Red Gate Download: SQL Toolbelt and free High-Performance SQL Code eBook
Iron Speed Designer Application Generator
MORE DOWNLOADS, EKITS, AND FREE TRIALS
Tutorials and Demos
Silverlight 2 App and Walkthrough: Leverage Silverlight 2 with SQL Server and XML
IBM Article: Enterprise Search--Do You Know What's Out There?
HP Demo: StorageWorks EVA4400
Microsoft Article: The Progress and Promise of Deep Zoom
Microsoft How-to Article: Get Going with Silverlight and Windows Live
MORE TUTORIALS, DEMOS AND STEP-BY-STEP GUIDES
Created: 3/25/2004
Updated: 3/25/2004
URL: http://www.hiermenuscentral.com/documentation/reference/imagesrcover.html