Controlling Rollover Image displayed based upon URL

Using CS5 and have a template set up with rollovers for navigation:
Does anyone knows how to change the rollover image to display the "mouseover" image when you're on that specific page?
Example: Pages 1 thru 6 have rollover navigation on the left side of a template (so same coding used thoughout the site).   Standard image changes with mouseover for selecting the new page.   What I would like is to have the "mouseover image" for page 4 displayed when you're actually on page 4 ... etc for other pages.
Can that be done using a template?   I know I can do it if I create "non template based" pages.

I never use MouseOver behaviors for navigation.  There is no reason to when CSS can perform the same effects with less code.
http://alt-web.com/DEMOS/CSS-Horiz-menu-3.shtml
Persistent Page Indicator "you are here" on Site Wide CSS Menus
http://alt-web.com/Articles/Persistent-Page-Indicator.shtml
(='.'=)
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/

Similar Messages

  • How do you get different check box fields to display based upon a list box selection?

    I am a relative newbie with LifeCycle Designer ES using v.8.2.1 to create interactive forms to replace manual hardcopies.  I am working on a form that has a few pull down list boxes.  I want different check box fields to display based upon the selection of an item from one of the pull down lists.
    Any guidance on the best way to accomplish this would be greatly appreciated.

    Hi,
    Here is a sample with script in the change event of the dropdown. You may want to clear previous checkbox choices once the subform is hidden.
    It is good to group objects in a subform - that way you only need to hide the subform and not each object in turn.
    Good luck,
    Niall

  • How to programmatically control the Image display size

    I wonder if
    it is possible to let the Vi adapt the size of the VISION image display if the
    user zooms in the displayed picture (as can be done in other graphical software
    like Photoshop or ImageI). Is there something prepared?

    If you are using LV 7.1, there is a property node that let you define the size of the image display.
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    Image size.vi ‏64 KB

  • Dynamic image display (based on variable attribute) in Web application?

    Hi experts,
    I am using a Web Template (from the Web application designer) based on a BEx Query.
    This web template displays a logo (jpg image) and the report. 
    Is there a way to add another image to my web app and having the right logo displayed depending on a characteristic (sales organization for example) chosen in the variable screen (before the first rendering)?
    Thanks for your help.
    Points will be given to useful answers.
    Cheers,
    Olivier

    Thanks for your helpful answers guys.
    Andrey's tutorial helped me to catch the sales org variable value in a variable named salesorg (Script Item in the web template as well as Data Provider Info Item).
    Now could you explain how/where to use this variable to swith images? Is this still in the same Script_item where i should be able to "hide" / "show" the following XHTML tag?:
    <img   etc .......     img<
    Thanks for your help, I'm a bit confused on this last point (and not so comfortable with Java Script).
    Olivier
    Edited by: SAP_BW_USER_49 on Nov 23, 2011 3:32 PM

  • How can I select which page to display based upon a log-in?

    I have created a page where the user will enter one of several codes.  I wanted to use the login function and validate the code against a table that I have pre-loaded with these codes.  The code entered would control which page was displayed to the user. 
    (I have identified a community of potential clients, and this group is broken down into 10 unique sub-groups.  Each person receives a mail that includes one of 10 unique 'codes', which identify the sub-group.  When the recipient calls up my website and enters the code (as a user ID), this will determine which of the 10 pages is displayed.  If someone randomly enters (or mis-keys) a value into the promo field a default error page (page #11) would display.)
    Is this possible using the log-in function.  Now that I'm looking at the function, it appears that any successful log-in will be directed to the same page.  If I can't use the log-in function, how can I accomplish this.  In essence, I am looking for the successful codes to act as an "if . . .then . . .else . . " type of logic.  Or, a successful hit on one of records in my table is akin to making a menu selection (that is not available in any other fashion). 
    Any help on this would be greatly appreciated. 
    BTW - kudos to David Powers and Charles Nadeau for the great tutorial on Setting up a PHP development environment for Dreamweaver!

    Thanks so much for the reply. I chose to go with the array and added the following code (my code is in red) :
       if (isset($_SESSION['PrevUrl']) && false) {
          $MM_redirectLoginSuccess = $_SESSION['PrevUrl']; 
    $redirects = array('snj830' => 'promosnj830.php', 'snj141' => 'promosnj141.php', ‘snj416’ => ‘promosnj416’);
        header("Location: " . $redirects[$_SESSION[‘MM_Username]] );
      else {
        header("Location: ". $MM_redirectLoginFailed ); 
    The re-direct on a failed logon is working successfully, but if I enter one of my 3 valid codes, the following screen is displayed:
    Index of /boundsauctions.com/promopages
    Name Last modified Size Description
         Parent Directory             -       
         _notes/      15-Oct-2010 17:40      -       
         errorpage.php      13-Oct-2010 17:24      1.9K       
         promo _login.php      15-Oct-2010 17:40      5.6K       
         promosnj141.php      15-Oct-2010 16:00      6.2K       
         promosnj416.php      15-Oct-2010 15:54      4.6K       
         promosnj830.php      15-Oct-2010 15:55      4.6K       
    As you can see, the last three pages here are the ones that I am trying to display.  Can you tell what I'm doing wrong?

  • Can a Content Query Web Part (CQWP) be used to filter content based upon a substring of a variable

    Folks, I'm a newbie to this forum and to SHarepoint in general - so please be gentle :-)
    I'm using Sharepoint 2010 and have content in lists which I want to display based upon certain user attribtes. For example I have a sharepoint LINKS list which contains entries for vaious applications (I'm using the LINKS list as an example, however I'd
    like to apply it to many libraries/lists).
    Name:UK Intranet - URL:http:UKintranet.com - Description: UK
    Name:USA Intranet - http:USintranet.com - Description: USA
    Name:UK Contacts list - http:UKPhones.com - Description: UK
    Name:USA Contacts list - http:USAPhones.com - Description: USA
    My users are split accross AD domains, one for each called UK and others in a domain called USA 
    What I would like to do in a content query is display items where the users domain (ie UK or USA) is contained in the Description field.
    So a CQWP which includes something like "filter when Decription = &userdomian"
    I should also add that I am only using basic page editing in a browser and have no access to Sharepoint Designer
    Can this be done?
    BTW - I know this is a little like Audience Targetting, however I don't have rights to setup audiences and as the information about the audience is already available in the users domain I simply wanted to reuse that.

    Hi Peter,
    According to your description, my understanding is that you want to filter items based on the current user’s domain.
    Whether you could access Central Administrator, and create a new user property in User Profile Service Application->Manage User Properties. If yes, create a new user property (assuming it is called ‘Domain’)to store the users’ domain information. If not,
    please choice a existing user property that you don’t use to store the domain information, like Department.
    Then do as the followings:
    Open the page that you want to display the list.
    Eidt the page and insert the list into the page.
    Insert a Current User Filter web part(Insert->Web Part->Filters->Current User Filter) into the page.
    Then edit the Current User Filter web part, and select value to provide: SharePoint profile value for current user: Department(or Doamin).
    Connect the Current User Filter web part to the list: Connections->Set filter values to->the list.
    Connection Type: Get Filter Values from, click Configure.
    Consumer Field Name:Description, click Finish.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Thresholded image in "Image Display"

    Hi:
    I'm using LabView 7.0 and IMAQ 7.0. In IMAQ there is a control called "Image Display". I want to display a thresholded image in the "Image Display" but I only get a dark frame.
    In the "Imaq WinDraw" this is posible and I tried wire the Image Out of "Imaq WinDraw" to the "Image Display" but it does not work.
    Can you help me or send me an example?
    Thanks!!

    Try changing the palette on the Image Display to Binary. It should work fine.
    Bruce
    Bruce Ammons
    Ammons Engineering

  • Controlling what's displayed when an error occurs

    Hi:
    Is there a setting (cannot find one) that is analagous to the ERROR_LEVEL setting in OAS.
    We need to control what's displayed when the URL points to a PL/SQL procedure that is not found.

    You could use DB Prism.
    It has included this functionality from early version, also its 100% compatible with mod_plsql.
    Best regards, Marcelo.
    Look at DB Prism's website: http://www.plenix.com/dbprism/doc/Home.html
    null

  • Display an image based upon condition A

    I am displaying layers based upon windows username. If User B, then Layer B. If Username A, then Layer A. etc. Do you see that is compatible with Acrobat Reader 9? It would appear as if the OCG methods will not work as Reader doesn't support the setIntent OCG object Maybe with another function like backgrounds or watermarks?
    The only thing the layer contains is a picture. Can we get the pictures to display using another method other then OCG?
    Please advise.

    You can place a picture as a button icon. You can also show/hide buttons with JavaScript.
    George

  • Can't find image display in the IMAQ Vision control palette

    Hi
    I am trying to display an image on the front panel. But i cannot find the image display vi .. according to the manual, it is available from the IMAQ Vision control palette. I have the academic version of LabVIEW 7 express. Does my version have the vi? Thank you
    rsa..

    Hello,
    The IMAQ Display control is a part of the NI-IMAQ driver. This driver is free of charge and can be downloaded from our website by going to www.ni.com/download. Here is a URL directly to the current version of IMAQ: "http://digital.ni.com/softlib.nsf/websearch/CD7EAFE90E9E47398625703000754A12?opendocument&node=132060_US". If you plan on using that control, I would recommend just installing the driver for it on whatever computer you want to use it on.
    Regards,
    Aaron B.
    National Instruments

  • Selectively display link based upon userID

    I know how to add security to tabs, etc. in Portal, but I have a jsp portlet that contains various links and images. I want to selectively display some of these items based upon the user currently viewing the page. Is it possible to add security at this level?
    Thanks in advance.

    The links and images on the jsp portlet are not Portal items, I do not think you can use portal security to
    secure them. But for links and images on portal pages, each of them can be secured.
    Why not create a page, put your links and items to it, and set the item level security. Then expose the page
    as a portlet, this page portlet can be include on other pages.

  • Image display control scrolling does not work properly when zoomed in

    I am using a ROI on an image in the image display control. When zooming into the image to fine-adjust the positioning of the ROI, the image scrolling does not work properly. As far as I understand, the image should scroll automatically when the ROI is leaving the visible area. However, the scrolling behaviour seems to depend on the origin of the Labview panel, not the origin of the image display control, which might require to move the ROI way out of the visible area before the scrolling takes place. In other words: the coordinate system of the image display control is shifted with respect to the true visible image area, depending on where you place it on the front panel. As a consequence, when clicking on a ROI which is in the visible area, but is outside of what Labview thinks is the visible area, it might immediately jump to the left border of the image, making the positioning of the ROI really difficult.
    Has anyone noticed this behaviour, and what would be a reliable solution to avoid this? 
    Dirk

    Hello,
    no, I am not talking about the tools palette. Just place an image control with some image in it on a new VI front panel. Then, use the rectangle from the tools and select a ROI in the image. If you zoom in (using the magnification glass), and then grab the ROI and move it around, the image scroll with the ROI. So far, so good. If you now place the image control elsewhere on the panel, or add new control above it, resize the panel, etc. , this scrolling when moving the ROI will not work correctly if the origin (0,0) of the panel is far away from the image control.
    I have attached a VI for simplicity (although there is hardly any code in it).
    If you make a ROI and try to move it down, you will notice that scrolling starts if you move the mouse out to about 10cms below the image (depens on your screen, of course). After that, if you click on the ROI, the scroll bars and ROI might jump up to the upper end of the image. Imagine how annoying this is if you try to finely adjust the ROI position. 
    I think it is a bug in the implementation of the image display control.
    Thanks,
    Dirk
    Attachments:
    scrolling.vi ‏818 KB

  • Using IMAQ Image Display control vs IMAQ WindDraw for large image files

    Hello All;
    I am designing an application that is currently using IMAQ Image Display control to view large images (5K x 3K and larger).  My problem is that these images take 10-20 seconds to load and display, whereas if I use IMAQ WindDraw to display my image in a separate window, it only takes a couple of seconds.  My application is designed such that I am making use of the Subpanels in LabVIEW 8.0, and to make it pleasant for the user, the interface is such that my line profile, histograph and image viewer displays are contained within the same GUI (panel).
    I read the National Instruments application note regarding displaying of large images, and it did not seem to make a difference.  For example, I switched the 'modern' IMAQ Image Display control with the classic Image Display control, since the 'classic' does not contain any of the 3D rendering tools which might slow the process down.
    Why is there such a huge difference in loading times if I am trying to do exactly the same thing with both methods?  How can I bring the IMAQ Image Display control up to the same speed as the IMAQ WindDraw tool?
    I am currently using LabVIEW 8.0 with the latest IMAQ/NI Vision package from NI (IMAQ v7.1?).  Thanks.
    DJH

    Use a property node and select 16 bit image mapping. You can create a control for this or whatever you need. If you select the individual elements, you can get enumerated controls.
    Bruce
    Bruce Ammons
    Ammons Engineering

  • Rollover image not displaying second image, please help me

    Hello,
    I am trying to get 4 buttons on my page to display one image and then when a mouse rollsover to display a second image.  I have created 8 images.  2 for each of the 4 buttons.
    http://caliberproductsinc.com/Caliber%20Marine/boatrollers.htm
    Here is my page.  The 4 buttons I am concerend with are the "questions, manuels brochure, news" at the bottom.  The image displayed is the first image the second "rollover" image is the same except our logo turns red.
    I placed them by using insert, image objects, rollover image.  I pointed the first to the image that you are seeing and the "rollover image" to the red version.  The first image shows up fine.  The second never shows up?  Can anyone tell me why?  What am I doing wrong?
    Thanks

    "...dry roted...."  - I assume you mean "dry rotted"?
    Anyhow, on line 35 of your code, change this -
    function MM_swapImgRestore() { //v3.0
    to this -
    function MM_swapImgRestore() { //v3.0
    That slash doesn't belong there.

  • Rollover images not displaying

    I created a horizontal navigation bar in a table using rollover images. I'm planning on changing it to an unordered list with CSS soon, but until I do there is a major problem. Randomly, the buttoms aren't displaying. In browser lab they will just show as an icon. The site isn't live, but I can sent you the code. Thanks.

    I'm planning on changing it to an unordered list with CSS soon,
    What are you waiting for??  Image rollover menus are awful to maintain and they don't work on Smartphones (touch screens).   Ditch the image rollovers immediately.
    Download free Widget Browser
    Log-in to Adobe Exchange and grab Spry Menus 2.0
    There's no time like the present!!!
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

Maybe you are looking for

  • Lacie MAX NAS no longer connected to Mavericks

    I have had numerous issues with my LaCie Network Space Max 2 TB on OS X over the years but now I can't connect at all. The NAS is connected to my router via WiFi and was working fine. Just recently, it stopped allowing me to login to manage files. Th

  • Problems selecting paper bin/source with some printers drivers

    Hi, I'm using CR2008 SP2 .NET SDK. With some printers drivers i'm unable to set the correct paper source in the print options. For example, if I use Toshiba e-series PLC driver (you can find it here:drivers and select, for example, the e-STUDIO281C p

  • Need Oracle 9i client for RedHat Enterprise Linux AS 4.0 machine

    I need to install Oracle 9i client on my RHEL AS 4.0 machine (running Intel xeon 64 bits processor). Could some one please point me to correct installable for this. I tried to use both the Oracle9i Release 2 (9.2.0.4) installables at http://www.oracl

  • Audio fine, no video for .mov files

    I am trying to view films on disk that a friend has lent me. MPG4 files play just fine, but the .mov files do not play the video, only the audio. A Quicktime message showed up that told me I would need other components, and directed me to the DIVX si

  • ITunes 9.1 installed - now I can't move music to my iPod

    I installed iTunes 9.1 yesterday and now I can't move any music to my ipod. The device appears in the directory listing, but any attempt to move a song, album, or playlist to it fails. The device and all of it's directory highlight in blue and no act