Rollover Button Link HELP please

I am trying to create a button that does this (HOME in the top left side):
http://fromtherivercollective.com/Blog/
for this site:
http://fromtherivercollective.com
Is this possible in iweb? if not with shapes can I use images? I am not getting anywhere and am so frustrated. Any help is much appreciated. Thanks!

Here's an example of something similar: rollover drop down. The code used is included.
And another type: Color fading menu/navbar based on jQuery
OT

Similar Messages

  • Dreamweaver simpleviewer multiple galleries button links help

    I am trying to do this:
    http://www.airtightinteractive.com/simpleviewer/examples/multiple_galleries/gallery1/index .html
    and here is another good example
    http://www.designhousestudios.co.uk/sampleportfoliogallery/sampleportfolio.html
    on my page here:
    http://peachtree-designs.com/
    This seems to be the code that pertains to the different slideshows (this is from the example webpage of how I want it to be):
    <div id="header" >
    <a href = "../gallery1/index.html">Gallery 1</a> | <a href = "../gallery2/index.html">Gallery 2</a>
    </div>
    <div id="flashcontent">SimpleViewer requires JavaScript and the Flash Player. <a href="http://www.macromedia.com/go/getflashplayer/">Get Flash.</a></div>
    <script type="text/javascript">
    The "Simple" Viewer slideshow gives instructions on how to simply embed  and I have done that successfully, a link is here in case you want to check it out:
    http://www.airtightinteractive.com/simpleviewer/examples/embedded/
    I have this working fine but would like to embed several galleries. The instruction page of "simple"viewer says to create multiple galleries you just need to:
    " ...To create multiple SimpleViewer galleries, make a copy of the whole SimpleViewer gallery folder for each gallery. Create your individual galleries as normal. You can now create a menu page that links to the index.html page in each sub-folder. Here is an example that contains a menu to navigate between 2 SimpleViewer galleries."
    My confusion lies in what the heck a menu page is. I have ignored this all together and tried looking at the code from pages that give examples. especially the page that gives a download of html.
    But I don't understand how to link the buttons in Dreamweaver to create different slideshows. I've put the four slideshow folders (print, illustration, logo, design) into my main HTML page. I assume the solution is to put the code mentioned above in for each slideshow/gallery .. reference each gallery by my folders names but then somehow make the DW buttons link to those folders.
    I'll keep poking around at this and see if I can figure it out, but any input, advice or help would be SO very appreciated. If you would speak in laymans terms I'd appreciate it, I know flash well but am new to dreamweaver and not very good at codeing though I manage.
    Thanks so much in advance, sorry this is so long winded.
    sharon

    I'm actually still having a problem with the individual galleries linking to the swf. Here's an explination and I'm attaching a snapshot of the file folder structure and the html's:
    Thanks for responding :) I feel like I'm almost there, been struggling with this for a week.
    my site is here:
    http://peachtree-designs.com/web.html
    I am going with a different approach, instead of trying to link the graphics from within each gallery folder I am instead placing each gallery html outside the individual gallery folders in my root folder ... then trying to link the main html page to each html gallery file, and have each gallery file link/see the swf galleries within the folders.
    I have made separate gallery folders for each gallery, print, logo ect is in it's separate folder in the root folder of my website.
    In the main root folder I have the index.html *plus* I've put each galleries html file *outside* it's folder but directly in the root folder, so the main html webpage file can link (with the buttons) to each gallery html in the root folder.
    Problem is getting the galleries html's to connect/link to the swf gallery in each gallery folder (within the root folder) (I'd put the html's directly in it's gallery folder but then the graphics links break). "gallery not found" is what I get and I'm not sure how to do this. In the code of each gallery html is this:
      <td valign="top"><script type="text/javascript">
    var fo = new SWFObject("illustrations/viewer.swf", "viewer", "500", "500", "8", "#c5bdb2");
    fo.write("flashcontent");    
        </script></td>
    so the gallery html's in the root folder *should* be directed to each swf in it's gallery folder: illustrations/viewer.swf .. print/viewer.swf ... etc ... but it's not working.
    I'm going to try to just attach my whole site in case someone can take a look and tell me what's wrong. It's large but I'm desperate and it's hard to explain.

  • Button Linking Help....

    Hey guys!
    I am doing some work for a friend at the moment, they have a FLASH header they have brought from a template site... it can be found here:
    http://iforest.co.uk/flash/ (with a link to the source code....)
    What I am struggling with (I have changed images and the text) But I cant make each of the buttons or areas HyperLinked... I want each to act as a button so they can browse their site. Can anyone please help? I have tried making the images buttons, and setting the action as GetURL etc I have also tried linking the text in the properties section, but it just wont work!
    Any help would be greatly appreciated!
    Thanks
    C

    Hi,
    In the pic_splash movieclip, Layer 5 at the last key frame(35) please add the following actionscript code.
    stop();
    this["pic"+1].onRelease = function () {
       getURL("http://www.adobe.com" , "_blank" );
    this["pic"+2].onRelease = function () {
       getURL("http://www.google.com" , "_blank" );
    this["pic"+3].onRelease = function () {
       getURL("http://www.nokia.com" , "_blank" );
    If you add the above lines of code, you can be able to navigate to the corresponding URL's on click.
    Thanks

  • Photoshop button links- help!

    I created several different photoshop buttons that link to different pages in my website. I had never had an issue with them until I started moving the physical location of the buttons around on the page. In preview mode, all links work perfectly. However when I publish my work, the buttons are linked to all the wrong pages (they usually link to the page that used to be in that physical location).
    However I've double checked and they are all linked properly. I have no idea what is wrong.
    Here is my site. if you click on the buttons in the bottom row you will see what I mean.
    http://www.maddienieman.com/
    Please help me,
    MN

    clear your cache. they all work for me

  • Slowness on 'next' button link  [was: Please check]

    Sir,
    Please check below link when main page load and i have press next button than response is very slow and i have using div to display product and javascript to call so i want it i have click next or previos than there is some thing to display loading or same thing else so user thing something is happning in this case when we have press next nothing happen for while and than display next page.
    http://www.sgcricket.com/html/test/sgcricket/html/productpage.html
    Please help.
    Rajeev.

    Maybe it has something to do with the function Loadnewpage.
    You first check is if an activeXObject exists (that will only be true on IE), and after that you go for XMLHttprequest. I suppose activeX will be slower (i don't know for sure). This is a possible explanation for the difference in behaviour between IE and the other browsers.
    Microsoft advises first to check on the XMLHttprequest (which will work from IE7 onwards), and if that fails to check on the activeX. So you should change the order in the if-then-else structure.
    There is a smalll bug/inconveniency with this code. If both tests fail you will have a undefined req variable but you will still try to use this.
    Just curious: why are you using this method for loading a new page?
    Grtz

  • Flash button link help

    i have a flash website template where i have done all the editing for my website but now on profile page i create a button and i want when i click on that button that button will take me on another page which is already in that template, but i can't create that. Please assit me asap.
    I have create that button on "symbol 25 copy 2" and i want that button take me on "symbol 25 copy 4"

    What will people who do not have Flash installed do when they
    come to your
    page? How about the search engines?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Andy" <[email protected]> wrote in message
    news:e50thk$hjd$[email protected]..
    > In DW if I hit the "Play" button in Properties and then
    click the Flash
    > button, the link works but will not work in IE6!!!???
    >
    >
    > "Andy" <[email protected]> wrote in message
    > news:e50rde$fde$[email protected]..
    >> Thanks for your reply, Alan.
    >>
    >> That is what I did put in the link box but for some
    reason the link will
    >> not work.
    >> I put
    http://www.netspace.net.au in
    the link box, then saved my work and
    >> viewed it in IE6, but it will not connect me to the
    site when I click on
    >> the button. If I create a hyperlink using a word, eg
    Netspace, it works
    >> OK.
    >> I'm using Dreamweaver 8.
    >>
    >> Andy
    >>
    >> "Alan" <[email protected]>
    wrote in message
    >>
    news:C0995965.28F809%[email protected]..
    >>> In the Flash Button dialog box, in the url or
    link box, type the full
    >>> url
    >>> address including the
    http://
    >>>
    >>>
    http://www.example.com
    >>> instead of
    >>> www.example.com
    >>>
    >>> You have to do this for all external links,
    whether using flash buttons
    >>> or
    >>> regular links.
    >>>
    >>>
    >>
    >>
    >
    >

  • Google Docs link Help PLEASE

    would anyone mind please helping me understand why the google doc link URL that i embed in my website keeps going to the main page instead of the document I am trying to link - or alternatively is requiring me to login before I access the document?
    I /simply/ want to be able to let someone click on a link and go to a document that I have posted to Google docs and each time I do this one or the other of the above issues comes up.
    I even tried to SHARE the document from withing the Google Docs interface and when I click on the two links in the email they both come up as inacessible (problem number 3).
    I've shared 2011  publication.pdf
    Click to open:
    2011  publication.pdf
      Google Docs makes it easy to create, store and share online documents, spreadsheets and presentations.
    I've commented out some text there but it seems to me that these never work. For instance on the last link on this page here I never get it to go to the document: http://www.universaljointdesign.com/wwwcms/welcome.php?menu=2
    Can anyone push me along with this one?
    Thanks.

    I got the issue. The responsibility was not attached to the user..
    Thanks..

  • Displaying Icons on buttons --Urgent Help Please

    Hi All,
    I have been trying to display icons on push buttons. This is what I did after reading the white papers. Still it does not work. Please help.
    1. Created a folder on my Oracle home called images
    2. From Ms Dos ran d:\OracleHome\jdk\bin\jar.exe -cvf d:\OracleHome\forms90\java\images.jar *.gif
    3. Changed the formsweb.cfg
    imageBase=codeBase
    archive_jini=f90all_jinit.jar,images.jar
    ( here I even tried Flip flopping the two values. The Jinitior part wored but the image still does not show.)
    4. Saved the file , started the listner and ran the test form.
    5. Named the Icon file name to Aflist (no extensions)
    DOES NOT WORK.
    Pleaseeeeeeeeeeeeeeee Help.
    Many thanks in Advance.

    Frank,
    Thanks for the reply.
    I have opened the .jar file and saw that it is having the full path. myImages.jar is created in oracle_home/forms90/java directory. No luck.
    Now, I have some question about formswerb.cfg file, I do not see any section pertaining to the form that I developed and deployed. How is this config file referenced when my FORM is running on the browser?
    # 1) Runform arguments:
    #form=test.fmx
    form=EMP1.fmx
    userid=I changed the form to EMP1.fmx, but even with test.fmx file in place, my EMP1.fmx runs just fine. I am baffled with the arrangement here.
    Can you explain or direct to some documentation, where I can find precise information about what the following files do, from a developer stand point, what changes do I need to make in these files before deploying the forms on the browser.
    forms90.conf
    formsweb.cfg
    forms90.propertiesI will be very much thankful for the information.
    Thx,
    Sri

  • Displaying Icons on Push buttons --Urgent Help Please

    Hi All,
    I have been trying to display icons on push buttons. This is what I did after reading the white papers. Still it does not work. Please help.
    1. Created a folder on my Oracle home called images
    2. From Ms Dos ran d:\OracleHome\jdk\bin\jar.exe -cvf d:\OracleHome\forms90\java\images.jar *.gif
    3. Changed the formsweb.cfg
    imageBase=codeBase
    archive_jini=f90all_jinit.jar,images.jar
    ( here I even tried Flip flopping the two values. The Jinitior part wored but the image still does not show.)
    4. Saved the file , started the listner and ran the test form.
    5. Named the Icon file name to Aflist (no extensions)
    DOES NOT WORK.
    Pleaseeeeeeeeeeeeeeee Help.
    Many thanks in Advance.

    Nirav,
    images.jar should be in the forms90/java directory
    Frank

  • Links help please

    Hi,
    When iWeb first came out I created my site. I'm just now updating the site by adding 2 new pages - News and Abbacadabra. On all the original pages, I was able to make the links all white and the mouseover and click were shades of gray. On the two new pages I can make the text white but as soon as I choose 'Enable as hyperlink' the link becomes medium gray and the mouseover is black. I simply can't get it to do anything else.
    Maybe this is the same question Robin was asking?
    Anyway, I cannot figure out how to make the links on these 2 new pages the same as the originals ones. I want to do this within iWeb as I did before, not use textedit or anything. I'm already going to have to do enough of that shortly.
    I've tried retyping, copying and pasting the entire box of links to the 2 new pages, just the linked text, the unlinked text....every combination. I even tried copying the dark links from the 2 new pages to one of the original pages - they remain white on the original pages. The color picker seems disabled or something.
    Am I missing something or do I have to redo all the original pages and forget the white text links I have on the original pages. Either I've forgotten something or something has changed...
    I apologize if this is a subject that has been discussed to death. I tried to read everything before asking. I'm just in a tight deadline now and need to know if there is any hope of fixing it.
    Any help would be really appreciated. Here is the site address:
    http://www.dreamaiden.com
    Cheers,
    Susan

    Hi An,
    Thank you for the welcome and the quick resonse.
    I believe I did start out with the plain white template on all pages so I don't think that is it... I will investigate that further to make sure.
    I would love to do what you're suggesting regarding duplicating one of the original pages but I can't figure out how to 'duplicate' the page. I don't see anything in the menu that allows me to make a page as a copy of an existing one. Can you tell me how to do that then?
    I did already simply copy the text boxes, etc. from one page to a new one but even that didn't work. Very odd.
    Susan

  • HP DV8000 blinked power led and button. Help please

    hello.
    i have notebook HP DV8000 and i dont know why but notebook is not running. in video is a problem. (Batery is out) 
    https://www.youtube.com/watch?v=TAXQZp4q8NM
    please help. 

    Hello @Radudu999 ,
    Welcome to the HP Forums! I hope you enjoy your experience!
    I understand your computer will not start properly. I will do my best to assist you with this issue! To troubleshoot, please try the steps in this HP document: Computer Does not Start
    This document contains steps such as resetting the notebook and more, corresponding to the exact symptoms. I believe this document will resolve the issue. If not, I would contact HP phone support for hardware assistance. You can utilize this website to learn how to contact HP appropriately, based on your region: Contact HP Worldwide
    Please let me know if you have any other questions or concerns. Thanks for bringing this issue to the HP Forums. Have a great day!
    Mario
    I worked on behalf of HP.

  • I AM TRYING TO SET UP THE PRIVATE BROWSING FEATURE - I SEEM TO HAVE LOST THE FIREFOX BUTTON. HELP PLEASE

    WHEN I OPEN THE FIREFOX BROWSER, I NO LONGER SEEM TO HAVE THAT ORANGE BAR THAT SAYS FIREFOX AT THE TOP LEFT. I AM SHOWING FILE,EDIT,VIEW,HISTORY,BOOKMARKS, TOOLS AND HELP. I WANTED TO ACTIVATE PRIVATE BROWSING BUT SEEM TO HAVE LOST THE FIREFOX BUTTON THAT I NEED TO CLICK ON. THANKS, JANE

    Make sure that you do not run Firefox in full screen mode (press F11 or Fn + F11 to toggle; Mac: command+Shift+F).<br />
    If you are in full screen mode then hover the mouse to the top to make the Navigation Toolbar and Tab bar appear.<br />
    You can click the Maximize button at the top right to leave full screen mode or right click empty space on a toolbar and use "Exit Full Screen Mode" or press F11.
    *https://support.mozilla.org/kb/how-to-use-full-screen
    See also:
    *https://support.mozilla.org/kb/how-do-i-get-firefox-button
    *https://support.mozilla.org/kb/Menu+bar+is+missing

  • My I phone 6 plus will not play real racing 3 it is slow and won't let me use the buttons. Help please

    MMy I phone 6 plus will not let me play real racing 3 it is slow and will not let me use the button. help please

    I'm not sure there's anyone here who would know the answer to that. Hopefully someone will come along, but you might want to cross post in the Creative Cloud forum as well:
    http://forums.adobe.com/community/creative_cloud
    Be sure to explain that PSE doesn't have a cloud subscription--not many people there will know much about Elements.

  • I have only had my iphone for about 2 months, and i was talking on it and it just shut off. It has been charging all night, because i thought it was dead. But, it still won't turn on and i have tried pressing the lock button. Help please!

    I really want to know what I should do. I don't have insurance on my phone, am I still under warranty?

    You should still be under warranty.  First try rebooting the iPhone by pressing and holding both the Home and Sleep buttons at the same time until the Apple symbol appears, ignoring the power off slider.  You should get indications of life within about 10 seconds while holding the buttons.

  • Captivate 5 files not working in Atlantic link, help please

    Version Captivate 5
    Published file swf
    Atlantic link's Content Point version 1.31
    I've previously been using Captivate 4 and publishing swf files to be loaded in to Atlantic Link's Content Point.  To get the swf files to work in the past have publish set the publishing preferences to using Action Script 2 (AS2) settings.  This is not an option in Captivate 5.  When I put the swf files in to Content Point and publish the elearning the swf files will not run correctly, different elements appear all over the screen.
    Does anyone know of a way to resolve this problem.
    Regards
    David

    David
    Captivate 5 SWF are now AS3 .looks like you have to setup your Content point to AS3 .
    Thanks
    Suresh

Maybe you are looking for

  • Sharing Apps and Songs with family members

    I've just set my 2 kids up with their own apple ID's so that they can buy music that they like, instead of only having access to my wife an my music and apps. My wife thinks this was a bad idea, since now if we like songs that they download, we will

  • Multiple versions...how do I change the default?

    It seems like there are 10 ways to change the version of java when you have more than one installed and none of them seem to work for me. Have a 1.4, a 1.5 and a 1.6 installed. When I run "java -version" I always get back 1.6 I can't seem to figure o

  • Adding Field Info in Subject Line of Email with Attached PDF

    Had a question regarding the email submit button. I wanted to know if there was a way to put the information put into a specific text field in the email subject line when the PDF is being sent via email as an attached. For Example: Question one on th

  • E-Sourcing Database.

    Hi Experts,             What is the database used in E-Sourcing. Is the databases integrated along with E-Sourcing? Thanks in advance, Sharmele.

  • Programatically extract information from PDF

    I am very green to Adobe/Java programming, so this is just a plausibility question not really a how to question.  Is it possible to take text from a PDF document that isn't a form?  I have heard about  database integration with forms  but what if the