Rollover help

I am trying to redo a website for a friend with dw cs3 . I
dont have alot of creative lattitude, mostly just redo the site
with same layout except convert to css from a 6 year old ms
frontpage design (ugh!) that used nothing but tables and frames for
layout (ugh! again!). The menu button images given to me consist of
the same image, one with blue accent, one with red accent and no
text. I tried a css menu layout that swapped background images with
text overlayed (black letters, no change on mousover needed). This
way I could change menus at will on site maintenance etc without
making 2 new buttons if someone gets married or a product changes
names, just change the text in the code. I hand coded the menu in a
ul element and used css for image swap. it worked ok in IE, was
awful in mozilla, and I have wasted too much time trying to make it
work (friend wanted to not use js for some reason.. site is purely
xhtml with no flash etc, so it shouldnt cause loading speed issues
with js mouseovers)... so I am now looking to just use the original
behaviors in DW as intended, but cant figure out how to do it with
the text overlay and just background swap the images in the
javascript behaviors. Do I just need to make 2 new buttons for each
thing and move on, hoping maintenance wont be too big of an issue
with making new ones each time or is thier hope?

This is a good method to use, usually. Can you post a link to
a page where
you have tried it?
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"vwgn" <[email protected]> wrote in message
news:g6ecie$7l7$[email protected]..
>I am trying to redo a website for a friend with dw cs3 .
I dont have alot
>of
> creative lattitude, mostly just redo the site with same
layout except
> convert
> to css from a 6 year old ms frontpage design (ugh!) that
used nothing but
> tables and frames for layout (ugh! again!). The menu
button images given
> to me
> consist of the same image, one with blue accent, one
with red accent and
> no
> text. I tried a css menu layout that swapped background
images with text
> overlayed (black letters, no change on mousover needed).
This way I could
> change menus at will on site maintenance etc without
making 2 new buttons
> if
> someone gets married or a product changes names, just
change the text in
> the
> code. I hand coded the menu in a ul element and used css
for image swap.
> it
> worked ok in IE, was awful in mozilla, and I have wasted
too much time
> trying
> to make it work (friend wanted to not use js for some
reason.. site is
> purely
> xhtml with no flash etc, so it shouldnt cause loading
speed issues with js
> mouseovers)... so I am now looking to just use the
original behavior as
> intended, but cant figure out how to do it with the text
overlay and
> background
> swap in the javascript behaviors. Do I just need to make
buttons for each
> thing
> and move on, hoping maintenance wont be too big of an
issue with making
> new
> buttons or is thier hope?
>
>

Similar Messages

  • Flash Photo Gallery Image Rollover Help

    Ok I was wondering if anyone could help me with this I have
    created a flash photo gallery which reads from an xml file. It uses
    the following action script
    myPhoto = new XML();
    myPhoto.ignoreWhite = true;
    myPhoto.onLoad = function(success) {
    //portfolioTag = this.firstChild;
    numimages = this.firstChild.childNodes.length;
    spacing = 70;
    for (i=0; i<numimages; i++) {
    this.picHolder = this.firstChild.childNodes
    this.thumbHolder =
    thumbnails.createEmptyMovieClip("thumbnail"+i, i);
    this.thumbHolder._x = i*spacing;
    this.thumbLoader =
    this.thumbHolder.createEmptyMovieClip("thumbnail_image", 0);
    this.thumbLoader.loadMovie(this.picHolder.attributes.thmb);
    this.thumbHolder.title = this.picHolder.attributes.title;
    this.thumbHolder.main = this.picHolder.attributes.main;
    this.thumbHolder.onRelease = function() {
    loader.loadMovie(this.main);
    title_txt.text = this.title;
    myPhoto.load("xmlphoto.xml");
    I want to add in a rollover effect to the gallery similar to
    the one in Flash Gallery 1 in photoshop
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=2961
    Would it be possible to take one of the as files from the Flash
    Gallery source and intergrate it into my gallery or would I be
    better just adding the rollover effect myself?

    the thumbnail (or its unique parent if you setup this up
    without fore-thought) should be a movieclip that stores a reference
    to the larger image's path.
    search google for flash gallery tutorial. there are bound to
    be lots of tutorials.

  • Rollover help in site design

    Newbie to fireworks here. I m more used to PS and exporting
    to image ready for rollover effects.
    I generally design my entire site page and export to IR, than
    add the frames to show the rollover effects and export. Seems
    simple enough. However, I cant for the life of me figure out how to
    do this in Fireworks.
    Ive tried copying my entire page layout from frame 1 to frame
    2 but keep getting lost.
    I tried the simple rollover tutorial, but thats only good if
    your just creating a rollover button. What if I want to layout
    entire page and add rollovers within page? How is this achieved?
    Any help is appreciated. Thanks.

    What HTML authoring are you using?
    Think about this -
    When you use a graphics editor to write your HTML, the editor
    assumes that
    EVERY PAGE will have the same shape. It then proceeds to
    write HTML that
    EXACTLY reproduces the shape of the layout you have built,
    but at the price
    of extreme rigidity of the resulting HTML (the tables are
    littered with col-
    and rowspans), which means that if your page shape changes at
    all (i.e., you
    add more content on one page, or larger graphics on another
    page), the whole
    layout breaks down.
    Based on my observations of posts on the DW forum over the
    past 5 years and
    more, fully 30% of the posts there can be attributed to this
    single issue -
    using wizards to write your HTML (even DW's Layout mode is
    the same).
    Now - adding interactivity in FW is not exactly the same
    thing, but it's a
    bad habit that needs to be broken (in my opinion). Use FW to
    do what it
    does exceptionally well - create graphics for the web. Use
    your HTML
    authoring for what it most likely also does exceptionally
    well - create HTML
    pages. Don't get the two mixed up....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "dellvostro" <[email protected]> wrote in
    message
    news:[email protected]...
    > Newbie to fireworks here. I m more used to PS and
    exporting to image ready
    > for
    > rollover effects.
    > I generally design my entire site page and export to IR,
    than add the
    > frames
    > to show the rollover effects and export. Seems simple
    enough. However, I
    > cant
    > for the life of me figure out how to do this in
    Fireworks.
    > Ive tried copying my entire page layout from frame 1 to
    frame 2 but keep
    > getting lost.
    > I tried the simple rollover tutorial, but thats only
    good if your just
    > creating a rollover button. What if I want to layout
    entire page and add
    > rollovers within page? How is this achieved? Any help is
    appreciated.
    > Thanks.
    >

  • Remote Rollover help using AS2

    I'm a new to Flash and not a developer. Use Flash for
    financial education seminar project as a financial advisor. Created
    a Flash project using Adobe Livemotion 2. I recently upgraded to
    Flash CS4 and trying to recreate same project with Flash. Have 4
    title buttons for the seminar topics that when I rollover with
    mouse brings up description of the slideshow. Trying to get Topic
    descriptions fade in with alpha (transparancy) 0 to 100 upon
    rollover. When you move mouse away alpha 100 to 0 should fade out.
    Clicking button will start slideshow which I know how to do. This
    is simple in Livemotion with states. Not sure how to do this using
    Actionscript 2 in Flash CS4. In Livemotion have this script for
    fade in on over state.
    _parent.Longterm_Group.lmSetCurrentState("Longterm _Fadein");
    Fade out is
    _parent.Redefining_Group.lmSetCurrentState("Redefining_Fadeout");
    As there is an over state for a button in Flash, can you
    assign AS 2 script to the over state for a button to affect another
    movie clip properties?
    Thanks for any help you can offer!
    Charles

    yes we can... lol! yeah you could use an onRollOver/onRollOut
    handlers, and a Tweens to create the fadeIn/Out effect and target a
    different MC. you would do this using something like the following:

  • Css single image rollover help

    I am try to make some up and down adjuster arrows for a web
    site I am working on, I would like it to look like the example
    (next to text level 2) found here:
    http://www.bigpictureimaging.com/061608test/homejs.html
    <-------javascript example (desired look)
    http://www.bigpictureimaging.com/061608test/homecss.html
    <--------css help me please (what I am getting)
    In the css method
    I am trying to use "bdarrow3216dwnup.gif" for the off and
    over state of the 2 buttons.
    I can get the base arrows to show and the text links seem to
    be off the page, as styled, but I am getting no rollover on lvldwn
    and lvlup is not set up yet since down isn't working yet.
    I think my problem is my css name is not addressing the class
    I have given it but I am not sure, please help me
    my correct example is done the old fashion way swap image w/
    javascript, I have reviewed probably a dozen css single image
    tutorials I have found on the web and I am not getting anything to
    work properly, I have made these fine before I think my problem is
    my style isn't targeting correctly or something above it is
    cascading and voiding the desired style.
    Are their any good tutorials showing how the css cascading
    works (visual stuff is better for me).
    http://www.bigpictureimaging.com/061608test.zip
    Any guidance would be greatly appreciated
    -- - TIA
    palnudb

    I am try to make some up and down adjuster arrows for a web
    site I am working on, I would like it to look like the example
    (next to text level 2) found here:
    http://www.bigpictureimaging.com/061608test/homejs.html
    <-------javascript example (desired look)
    http://www.bigpictureimaging.com/061608test/homecss.html
    <--------css help me please (what I am getting)
    In the css method
    I am trying to use "bdarrow3216dwnup.gif" for the off and
    over state of the 2 buttons.
    I can get the base arrows to show and the text links seem to
    be off the page, as styled, but I am getting no rollover on lvldwn
    and lvlup is not set up yet since down isn't working yet.
    I think my problem is my css name is not addressing the class
    I have given it but I am not sure, please help me
    my correct example is done the old fashion way swap image w/
    javascript, I have reviewed probably a dozen css single image
    tutorials I have found on the web and I am not getting anything to
    work properly, I have made these fine before I think my problem is
    my style isn't targeting correctly or something above it is
    cascading and voiding the desired style.
    Are their any good tutorials showing how the css cascading
    works (visual stuff is better for me).
    http://www.bigpictureimaging.com/061608test.zip
    Any guidance would be greatly appreciated
    -- - TIA
    palnudb

  • Dreamweaver Rollover Help

    When making a webpage, rollover images malfunction to show the rollover change over one central image, instead of the specified image. What did I do wrong?
    Here's what I mean (ignore the whote squares, I edited out the title and any telling informationbecause this website is for a client)
    (without rollover)
    (when rolled-over)

    <html>
    <head>
    <title>Untitled-2</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <script type="text/javascript">
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    </head>
    <body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('images/index_ov_06.gif','images/index_ov_08.gif','images/index_ ov_09.gif','images/index_ov_10.gif','images/index_ov_11.gif','images/index_ov_14.gif','ima ges/index_ov_02.gif')">
    <div align="center"><!-- Save for Web Slices (Untitled-2) -->
      <table id="Table_01" width="696" height="582" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td colspan="5">
            <img src="images/Index_01.gif" width="695" height="30" alt=""></td>
          <td>
            <img src="images/spacer.gif" width="1" height="30" alt=""></td>
          </tr>
        <tr>
          <td colspan="2"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image31','','images/index_ov_02.gif',1)"><img src="images/Index_02.gif" width="295" height="84" id="Image6"></a></td>
          <td colspan="3" rowspan="2">
            <img src="images/Index_03.gif" width="400" height="100" alt=""></td>
          <td>
            <img src="images/spacer.gif" width="1" height="84" alt=""></td>
          </tr>
        <tr>
          <td colspan="2">
            <img src="images/Index_04.gif" width="295" height="16" alt=""></td>
          <td>
            <img src="images/spacer.gif" width="1" height="16" alt=""></td>
          </tr>
        <tr>
          <td>
            <img src="images/Index_05.gif" width="127" height="24" alt=""></td>
          <td colspan="3" rowspan="6"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image31','','images/index_ov_06.gif',1)"><img src="images/Index_06.gif" width="523" height="375" id="Image31"></a></td>
          <td rowspan="8">
            <img src="images/Index_07.gif" width="45" height="451" alt=""></td>
          <td>
            <img src="images/spacer.gif" width="1" height="24" alt=""></td>
          </tr>
        <tr>
          <td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image31','','images/index_ov_08.gif',1)"><img src="images/Index_08.gif" width="127" height="79" id="Image"></a></td>
          <td>
            <img src="images/spacer.gif" width="1" height="79" alt=""></td>
          </tr>
        <tr>
          <td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image31','','images/index_ov_09.gif',1)"><img src="images/Index_09.gif" width="127" height="59" id="Image2"></a></td>
          <td>
            <img src="images/spacer.gif" width="1" height="59" alt=""></td>
          </tr>
        <tr>
          <td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image31','','images/index_ov_10.gif',1)"><img src="images/Index_10.gif" width="127" height="63" id="Image3"></a></td>
          <td>
            <img src="images/spacer.gif" width="1" height="63" alt=""></td>
          </tr>
        <tr>
          <td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image31','','images/index_ov_11.gif',1)"><img src="images/Index_11.gif" width="127" height="79" id="Image4"></a></td>
          <td>
            <img src="images/spacer.gif" width="1" height="79" alt=""></td>
          </tr>
        <tr>
          <td rowspan="3">
            <img src="images/Index_12.gif" width="127" height="147" alt=""></td>
          <td>
            <img src="images/spacer.gif" width="1" height="71" alt=""></td>
          </tr>
        <tr>
          <td colspan="2" rowspan="2">
            <img src="images/Index_13.gif" width="380" height="76" alt=""></td>
          <td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image31','','images/index_ov_14.gif',1)"><img src="images/Index_14.gif" width="143" height="39" id="Image5"></a></td>
          <td>
            <img src="images/spacer.gif" width="1" height="39" alt=""></td>
          </tr>
        <tr>
          <td>
            <img src="images/Index_15.gif" width="143" height="37" alt=""></td>
          <td>
            <img src="images/spacer.gif" width="1" height="37" alt=""></td>
          </tr>
        <tr>
          <td>
            <img src="images/spacer.gif" width="127" height="1" alt=""></td>
          <td>
            <img src="images/spacer.gif" width="168" height="1" alt=""></td>
          <td>
            <img src="images/spacer.gif" width="212" height="1" alt=""></td>
          <td>
            <img src="images/spacer.gif" width="143" height="1" alt=""></td>
          <td>
            <img src="images/spacer.gif" width="45" height="1" alt=""></td>
          <td></td>
          </tr>
      </table>
      <!-- End Save for Web Slices -->
    </div>
    </body>
    </html>

  • Rollover help please

    I've been using Flash lightly for litlle less than a year now, and I'm working on creating a gallery for my portfolio site. I have thumbnails of all my work. I've turned them into button and made it so when you rollover it, a larger preview of it appears with a description of the piece, off to the side in a designated area. Instead of making my stage larger or creating more pages to contain all my thumbnails, I made a vertical scrollbar. The scrollbar works just fine. The problem is when the thumbnail is moved, the rollover that would be moves in relation to it.
    So how can I absolutely make sure that any rollover I create with a button is where I want it to be, no matter where the thumbnail moves to?

    if your button's instance name is btn, and the large image's instance name is img (with center reg point) and you want img to be centered when btn is rolled over you would use something like:
    btn.onRollOver=function(){
    this.gotoAndStop("over");
    var centerPT:Object={x:Stage.width,y:Stage.height};  // if btn continues to scroll after being rolled-over, you'll need to execute these lines in a loop.
    this.img.globalToLocal(centerPT);
    this.img._x = centerPT.x;
    this.img._y = centerPT.y;

  • Disjointed Rollover help

    Hi All!
    I'm trying to create a simple disjointed rollover. This is for a photography page; I want thumbnails near the bottom of the page and when someone rolls over the image I want that bigger image to appear in the middle of the screen. How do I do this?
    Thanks in advance!!!

    Do I make a new style sheet or paste code on my existing style sheet?
    You can paste the CSS code into your existing style sheet.
    To publish your site so that it can be viewed publicly, you need to procure a web server space from a commercial hosting company like Lunarpages, Dreamhost, Hostgator, etc...
    Go to Site > Manage Site > Advanced > Remote Server Info and enter the log-in details your host gave you to connect to your web server space:   FTP, user name, password, folder...
    Put / upload your page and dependant files to your remote server.
    See creating your first web site in DW CS5 -
    http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • How to switch off the rollover help tips

    Does anyone know how to stop the yellow help boxes appearing when you roll the cursor over things?
    Cheers

    Hi Greg,
    That would depend on what application you're using. Check the apps preferences and see if there's an option for turning off tool tips.

  • Show end of label text when String is too long

    I have a JLabel with a string in it, but the string is too long for the label, and only the first part of the string is visible.
    How can I make the label show the end of the string?

    I use the field as a rollover helper. When the mouse rolls over a cell or column in a table, it shows the value in the textfield.
    Now, when the field gets a new value, it flickers because it first enters the string and shows it from the beginning and then scrolls to the end, causing a flicker.
    Is there any way I can get around this?

  • What does the chain/link button in Logic instruments do?

    I'm a new user of Apple MacBook Pro and MainStage v2.2.2 for music ministry work.  Found the Logic Software Instruments and some useful documentation about the interface and programming for each, but no mention thus far of the two lines of controls that MainStage adds to the top of each.
    First line is blue chain/link button - no rollover help, no F1 help, no right click context menu/help, no nothing.  The pulldown items on that line and the stuff on line 2 is fairly obvious.  What does that little chain link button do?  Every one of the software instruments seems to have the button present.
    NotLiable

    Okay.  I tried your experiment.  Double click on ES P button in channel strip and up pops the ES P software instrument.    Click on link button  -- on is blue, I see -- and double click on EXS24 button in another channel strip.  EXS24 window pops up, with the link button still blue/on, replacing the ES P window.  Turn off link button and open another software instrument and it joins the EXS24 on the screen.
    I now know what the button does, and that was my entire reason for posting, but your first sentence now has me curious.  You wrote, "The Link function is not obvious in MS, but essential in Logic."  It wasn't obvious because it's not documented, that I can find, in MS help, MS User Guide or Logic Pro 9 Instrument documentation.  No rollover tip.  Zip, squat, nada.  When you contrast "obvious" with "essential," do you mean the feature is not relevant in MS?  I'm not looking for a Logic tutorial, but I did find the feature mentioned in that product's manual.  I just want to know what, if anything, I need to do with this in MS.
    Art

  • Simple button rollover effect help needed - please help!

    Hi everyone,
    I was hoping someone could tell me how was this rollover
    effect done - can be seen on the small map on the right:
    http://www.refinery29.com/
    What I want to do is to be able to have the same effect on
    rollover and rollout just reversed (fade in - fade out).
    Please help!!
    THANKS

    quote:
    Originally posted by:
    NedWebs
    That naming at both ends is something I consider a fluke in
    Flash's design, but only because I don't know why it won't work the
    way you probably had it.
    There's probably some logical explanation, but I haven't
    found it, just the solution for when it happens
    It's such a minor little detail. I suspected it would be
    something this small, as that's usually the case, but I just
    couldn't put my finger on it. Not one of the places I researched
    made any reference to that when they said to name the instance of
    the button. How stupid.
    Anyway, thank you again. I can finally move forward. This was
    driving me mad.

  • Need help inserting 2 rollover images in a footer

    I used two separate rollover images to put in a footer of a
    page. When seeing in a browser I only see one rollover, the footer
    is big enough I don't understand. Yet if I delete the second
    rollover and copy the first underneath I see it in the browser but
    after giving the image another name and swapping for the correct
    images I disappears. I have no problem using the add hyperlink
    which works fine. but the client insists I use the rollover images.
    any help?

    To add to the advice from Ann, if you visit the Creative Cow website there are a mass of After Effects video tutorials where you will find one that is specifically for your task.

  • Need help with buttons that react to rollover that create a scoll effect

    hey everyone,
    I'm new to flash and actionscript and am having trouble
    creating what I need. I want to create a scroll area that scrolls
    left and right when you rollover a left or right arrow. what I want
    to scroll looks like a piece of film negative that has about 20
    thumbnails in it. I only want it to show about 4 thumbs at once
    though (thus the scroll is needed). so when the mouse rolls over
    the arrows, it scrolls, and when it rolls out it stops in place.
    eventually, i will add links to the thumbs for a better image.
    I've checked out a couple tutorials on scrollbars and such
    thinking that I can just go in and modify the code a bit, but the
    two turorials i've tried to do have left some of the pieces out...
    not very helpful when you don't know actionscript well. does
    anybody have any tips or ideas?

    Hi there,
    What I did, I took a variable 'counter123' and assign '0' value to this variable.
    I then added a button with Advanced action, I am sharing the Screenshot of the advanced action panel.
    Screen shot 1 :
    Incrementing the Value on click :
    The value of the variable should increase on every click, so lets add a true statement as a condition.
    Screenshot no 2 :
    As normally on buttons/click boxes, the project will continue as soon we click them.
    lets compare the value of our variable and then pause the project.
    Screen shot 3 :
    last if our purpose is solved, here we have clicked the button 4 times, so that has updated the value of our counter to 4, so as soon as the counter exceeds the value, we want the project to continue.
    please let me know if this helps you.
    This will help you in pressing a button 4 times, and i think you can also add actions to show and hide 'zeros' in your project.
    I find such scenarios very interesting and I always find help on Lilybiri's Blog : http://lilybiri.posterous.com/
    Thanks

  • Help with Rollover Image

    Hello, i am new to using dreamweaver and setting up webpages. I was attempting to create a roll-over image in my navigation bar and the image is popping up and working, but the original image is still there next to it. Wondering if anyone has any idea on why the original image is still there in addition to the new image with the rollover. Any help would be appreciated!!
    Here is the link to my page - http://steamboatplaces.com
    Thanks a lot!
    Erik

    If you're talking about the "Home" button in particular, I see two instances of the image in your code (the rollover works just fine for me).  You've got home_on.jpg and home_btn.gif (perhaps one is a placeholder, though?). 
    If you're still having a problem with the rollover, kindly post what browser and version you're using to preview the site (as I wasn't able to reproduce any problems with the rollover in Chrome and IE8/IE8 Compatibility Mode).

Maybe you are looking for

  • Solution Manager instance install with on differnt platform than ERP system

    Hello, I am working on a project to implement Solution Manager 7.0 in our landscape (SAP 4.7).  Our current servers are running on HP-UX 11 with Oracle 9.4.0.2 database.  We are considering implementing SolMan on a different OS (Linux & Windows the p

  • Trying to burn a DVD that is 1.5 to 2 hours long

    I have a project that is one hour and 40 minutes long. I used iDVD to make a menu (no frills) and saved it as a disk image. Then I tried to use disk utility to burn the DVD. Well, of course I couldn't because the disk image ended up being too large.

  • Product category not visible in search help

    Hello, We have performed changes to product categories in Dev system and moved it to Q. I can see all the cateogories correctly in COMM_HIERARCHY, but when I try to add them in the org structure to users, I can't find them. Any idea, why this could h

  • Re-claim tablespace size?

    Dear all, I am purging the old data, after that the tablespace seems to not re-claim the tablespace size (remain the same) ? Please advice, Amy

  • Problem Adding IDS in VMS 2.2

    i am trying to add the IDS 4215 and IDSM module which is giving me the following error. This sensor is version 4.1(4)S119 which is not known to the system. Install a Signature update to the system and retry the procedure which i have followed is 1. I