Rollover link to text

i want to create a list. when you scroll over one of
the links in the list, a new cell/box of text should appear to
provide more information. Then dissapear when you scroll off of the
link. WHAT IS THIS CALLED? I can't find it or any topics on it.
thanks, dt

Do a google search for 'overlib'., that may do what you're
after
Nadia
Adobe® Community Expert : Dreamweaver
CSS Templates |Tutorials |SEO Articles
http://www.DreamweaverResources.com
~ Customisation Service Available ~
http://www.csstemplates.com.au
Spry Widget Examples
http://www.dreamweaverresources.com/spry-widgets/
"dannyt3" <[email protected]> wrote in
message
news:f6sd24$gb5$[email protected]..
>
i want to create a list. when you scroll over one of
the
> links in
> the list, a new cell/box of text should appear to
provide more
> information.
> Then dissapear when you scroll off of the link. WHAT IS
THIS CALLED? I
> can't
> find it or any topics on it. thanks, dt
>

Similar Messages

  • How to activate lightbox from a second rollover link?

    I am trying to active my lightbox from a second rollover link and do not know how to do it.  I been looking for hours to find the right answer and the closest thing that made any sense was someone saying to do this..
    This is commonly caused by a conflict between scripts. Check your body tag and look for an onload attribute. Example:
    <body onload="MM_preloadImages(‘/images/menu_on.gif’)…;">
    A quick fix to this problem is to append the initLightbox() to the onload attribute as so:
    <body onload="MM_preloadImages(‘/images/menu_on.gif’)…;initLightbox()">
    Sounds simple enough but the problem is my 'body onload' attitubute in my HTML seems to be uneditable for some reason so I am unable to test if this works or not.  Can someone please help me as I am new to dreamweaver and this is my first website. Here is where is sits in my code - not sure if that will help.
    thanks
    </script>
    <!-- InstanceEndEditable -->
    <!-- InstanceParam name="Home" type="text" value="nostyle" -->
    <!-- InstanceParam name="About Us" type="text" value="nostyle" -->
    </head>
    <body onload="MM_preloadImages('_images/bit_nav1grey.png','_images/bit_nav2grey.png','_images/b it_nav3grey.png','_images/bit_nav4grey.png','_images/bit_nav5grey.png')">
    <div id="container">
    <div id="logo">
    </div><!--end logo -->
    <div id="header">
       <div id="banner">
       </div><!--end banner -->
       <div id="navbar">
         <ul>
           <li><a href="home.html" title="Home" target="_self">Home</a></li>
           <li><a href="about.html" title="About Us" target="_self">About Us</a></li>
           <li><a href="products.html" title="Products" target="_self">Products</a></li>
           <li><a href="news.html" title="News" target="_self">News</a></li>
           <li><a href="contact.html" title="Contact Us" target="_self">Contact Us</a></li>
         </ul>
       </div><!--end navbar -->
    </div><!--end header --><!-- InstanceBeginEditable name="main" -->
    <div id="main">
      <div id="drill_text">
        <h2 class="drill_heading">Hardcore Drill Bits</h2>

    No sorry it is not up yet.  But here is a sample of my code of what I am trying to do...each of the rollover named <div id="drill_nav1">,<div id="drill_nav2">,<div id="drill_nav3">...etc I want to link to a different lightbox gallery as per example at the bottom.  Does that help?
    </head>
    <body onload="MM_preloadImages('_images/bit_nav1grey.png','_images/bit_nav2grey.png','_images/b it_nav3grey.png','_images/bit_nav4grey.png','_images/bit_nav5grey.png')">
    <div id="container">
    <div id="logo">
    </div><!--end logo -->
    <div id="header">
       <div id="banner">
       </div><!--end banner -->
       <div id="navbar">
         <ul>
           <li><a href="home.html" title="Home" target="_self">Home</a></li>
           <li><a href="about.html" title="About Us" target="_self">About Us</a></li>
           <li><a href="products.html" title="Products" target="_self">Products</a></li>
           <li><a href="news.html" title="News" target="_self">News</a></li>
           <li><a href="contact.html" title="Contact Us" target="_self">Contact Us</a></li>
         </ul>
       </div><!--end navbar -->
    </div><!--end header -->
    <div id="main">
       <div id="drill_text">
         <h2 class="drill_heading">Hardcore Drill Bits</h2>
         <p class="drill_text">All impregnated items are available in Hardcore’s ever reliable traditional matrix recipes or the recently developed “M” series which is fast becoming the “weapon of choice” for those customers looking to further reduce their cost per metre.</p>
        </div><!-- end drill_text -->
       <div id="large_image2">
        </div><!-- end large_image2 -->
       <div id="drill_nav1"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('impregnated drill bits','','_images/bit_nav1grey.png',1)"><img src="_images/bit_nav1.png" alt="impregnated drill bits" width="206" height="70" id="impregnated drill bits" /></a>
        </div><!-- end drill_nav1 -->
       <div id="drill_nav2"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('shoe bit','','_images/bit_nav2grey.png',1)"><img src="_images/bit_nav2.png" alt="shoe bit" width="206" height="70" id="shoe bit" /></a>
        </div><!-- end drill_nav2 -->
       <div id="drill_nav3"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('pcd bits','','_images/bit_nav3grey.png',1)"><img src="_images/bit_nav3.png" alt="pcd bits" width="206" height="70" id="pcd bits" /></a>
        </div><!-- end drill_nav3 -->
       <div id="drill_nav4"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('wedging and directional ','','_images/bit_nav4grey.png',1)"><img src="_images/bit_nav4.png" alt="wedging and directional bits" width="206" height="70" id="wedging and directional " /></a>
        </div><!-- end drill_nav4 -->
       <div id="drill_nav5"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('surface set bits','','_images/bit_nav5grey.png',1)"><img src="_images/bit_nav5.png" alt="surface set bits" width="206" height="70" id="surface set bits" /></a>
        </div><!-- end drill_nav5 -->
       <div id="large_image2">
        </div><!-- end large_image2 -->
       <div id="drill_image1">
         <div id="gallery" class="lbGallery">
           <ul>
             <li> <a href="_images/impregnated/Impregnated_header.jpg" title=""><img src="_images/impregnated/Impregnated_thumb.jpg" width="186" height="140" alt="Flower" /></a> </li>
             <li> <a href="_images/impregnated/standard-core-bit.jpg" title="STANDARD<br />
                A standard bit configuration uses parallel waterways"></a> </li>
             <li> <a href="_images/impregnated/taper-water-way-bit.jpg" title="TAPER WATER WAY<br />
                Waterways taper out to OD, also known as <em>pie</em> or <em>wedge</em> waterways"></a> </li>
             <li> <a href="_images/impregnated/vortex-drill-bit.jpg" title="VORTEX<br />
                Grooves on OD will provide a free'r cutting bit without changing the matrix, also known as <em>turbo</em> "></a> </li>
             <li> <a href="_images/impregnated/face-discharge-drill-bit.jpg" title="FACE DISCHARGE<br />
                Face discharge ports prevent fluid from washing the core "></a> </li>
             <li> <a href="_images/impregnated/sand-water-way.jpg" title="SAND WATER WAY<br />
                Large ID waterways reduces fluid velocity to prevent core washing, ideal if face discharge ports are getting blocked"></a> </li>
             <li> <a href="_images/impregnated/big-john-drill-bit.jpg" title="BIG JOHN<br />
                16mm matrix height, 4 diamond reinforcing pins per segment and additional waterways, used if bit gauges are being worn out prematurely"></a> </li>
             <li> <a href="_images/impregnated/conventional-drill-bit.jpg" title="CONVENTIONAL<br />
                All conventional coring systems covered from 46mm up to 8C"></a> </li>
            </ul>
          </div>
         <script type="text/javascript">
    // BeginOAWidget_Instance_2127022: #gallery
            $(function(){
                $('#gallery a').lightBox({
                    imageLoading:            '_images/lightbox/lightbox-ico-loading.gif',        // (string) Path and the name of the loading icon
                    imageBtnPrev:            '_images/lightbox/lightbox-btn-prev.gif',            // (string) Path and the name of the prev button image
                    imageBtnNext:            '_images/lightbox/lightbox-btn-next.gif',            // (string) Path and the name of the next button image
                    imageBtnClose:            '_images/lightbox/lightbox-btn-close.gif',        // (string) Path and the name of the close btn
                    imageBlank:                '_images/lightbox/lightbox-blank.gif',            // (string) Path and the name of a blank image (one pixel)
                    fixedNavigation:        true,        // (boolean) Boolean that informs if the navigation (next and prev button) will be fixed or not in the interface.
                    containerResizeSpeed:    400,             // Specify the resize duration of container image. These number are miliseconds. 400 is default.
                    overlayBgColor:         "#000000",        // (string) Background color to overlay; inform a hexadecimal value like: #RRGGBB. Where RR, GG, and BB are the hexadecimal values for the red, green, and blue values of the color.
                    overlayOpacity:            0.8,        // (integer) Opacity value to overlay; inform: 0.X. Where X are number from 0 to 9
                    txtImage:                'Impregnated Drill Bits',                //Default text of image
                    txtOf:                    'of'
    // EndOAWidget_Instance_2127022
        </script>
        </div><!-- end drill_image1 -->

  • Rollover links don't work! iweb 08

    I've added a few rollover links to my text and they don't work when I upload the html to my non-mobileme server. I don't see any of my rollover picture sources in the code, but I don't know where or how to add them... Here is the code:
    <area href="mailto:[email protected]?subject=Sign%20Me%20Up!" title="Sign Me Up!"
    onmouseout="IMmouseout('shapeimage_7', '0');" shape="rect" onmouseover="IMmouseover('shapeimage_7', '0');" coords="356, 88, 534, 110" /><area href="mailto:[email protected]?subject=" title="Send Love to Kay" onmouseout="IMmouseout('shapeimage_7', '1');" shape="rect" onmouseover="IMmouseover('shapeimage_7', '1');" coords="357, 154, 533, 176" /><area href="mailto:[email protected]?subject=" title="Send Love to Joseph" onmouseout="IMmouseout('shapeimage_7', '2');" shape="rect" onmouseover="IMmouseover('shapeimage_7', '2');" coords="346, 176, 544, 198" /><area href="mailto:[email protected]?subject=" title="Book Us" onmouseout="IMmouseout('shapeimage_7', '3');" shape="rect" onmouseover="IMmouseover('shapeimage_7', '3');" coords="339, 242, 551, 264" /></map>
    (followed by the mouseout image src files)
    Help me!

    What's the URL of the problem page?
    OT

  • Rollover link buttons

    Hey guys,
    I was wondering wether there was a way to create rollover
    link graphics the same way as text links ie.
    link/active/hover/visited. I want to create link buttons with
    graphics and need the different 'rollover' states (but dont want to
    use Flash) as I want pure HTML/CSS - is there a way round to do it
    or should I stick to good old fashioned text links, which I'm
    trying not to? Many thanks.

    Make the graphics the background image for the <a>
    tags, and use the hover
    pseudo-class to do the rollover to a new background image.
    You can see that in the menu here -
    http://66.165.96.216
    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
    ==================
    "tommysauce" <[email protected]> wrote in
    message
    news:ed218e$7b6$[email protected]..
    > Hey guys,
    > I was wondering wether there was a way to create
    rollover link graphics
    > the
    > same way as text links ie. link/active/hover/visited. I
    want to create
    > link
    > buttons with graphics and need the different 'rollover'
    states (but dont
    > want
    > to use Flash) as I want pure HTML/CSS - is there a way
    round to do it or
    > should
    > I stick to good old fashioned text links, which I'm
    trying not to? Many
    > thanks.
    >

  • Did you know how to link the text in two or more text boxes?

    Did anyone know how to link the text in two or more text boxes in Pages 5.0? Thanks for your answer.
    Qualcuno sa come collegare il testo in due o più caselle di testo nella versione 5.0 di Pages. Grazie per le vostre risposte.

    It's just one of the many, many features that have been eliminated or changed. Leave feedback for the Pages team using the link in the Pages menu and review & rate the new versions in the Mac App Store.
    If you previously had iWork '09, those apps are still in your Applications folder in a folder named iWork '09. You can continue to use them to get things done.

  • How to link a text box to an anchor frame in the master pages?

    Ok, as the title states, we are trying to figure out if it is possible to link a text box to an anchor frame in the master page. When you look at our Master Page layout, we have a text box in the upper left hand corner of the left hand page, this is used for our machine serial numbers. Then we have an anchor frame that automatically fills out the figure number. Let's say I have pages 2 & 3 (left & right), they have a S/N at the top of the page for the machine, then pages 4 & 5 have a different S/N. If I have to add more pages in between pages 2 & 3 (bumping the current 4 & 5 to 6 & 7), the anchor frame bumps to the next page, but the S/N text box doesn't. Is there a way to fix it so that they both move to the next page? Thanks for the help.
    P.S. I can include images and other info if needed.

    I have included a two pictures that should help me explain.
    Master Page:
    This is the master page set up, the "Page Text Box" has the flow set to "B" while the S/N text box has the flow set to "A". This setup is for our parts manuals, the left page is usually an illustration while the right page is usually a parts list. The text box, anchored frame & paragraph tag are empty in the master page set up. The "page text box" has a flow of "B" and the "S/N text box" has a master flow of "A".
    Body Page 1:
    When we create new pages, the paragraph tag automatically fills in the figure title on the left page, then we add an anchor frame within the text box to hold the illustration. You will notice that I added in a "test" serial number at the top of the page. Now if I need to go back and add two pages before this, the anchor frame, illustration and parts list will move to a new page, but the S/N text box will not. The "Before S/N TBD" would stay on the original page.
    This is what happens, the text box containing the illustration and the parts list "bump" to the next page, but the S/N text box does not. So the question we have is there a way to link that text box to the page so when we create new pages the S/N text box moves with the illustration.
    Does this help?
    Thanks for the assistance Error7103.

  • How can I view the underlying URL to a hypertext link in text from galley or story mode?

    How can I view the underlying URL to a hypertext link in text from galley or story mode?

    click inside the hyperlink and open Window > Hyperlinks (in InCopy). The link is highlighted there. If you can't see it in the editable field, double-click the highlighted entry and it'll open in a dialog box.
    AM

  • Re-linking multiple text boxes in InDesign

    So here's my problem....
    I've laid out a magazine in InDesign. It has many features, complete with graphics, insets, etc. One of my contributing authors wants his story (as published) sent to him separately in order to have it translated into Japanese. It's six pages long. I've copied & pasted it into a new 6 page InDesign document. But now the text box links are broken. I want to re-link the text boxes (already filled with text) back together, but I can't seem to figure out how to do that. I really DON'T want to have to reflow all the text and graphics again. Isn't there a simple way to just re-link the text Boxes?

    Instead of copy/pasting, you would have been better off going to
    Layout>Pages>Move Pages and moved them to a new document. Then the text
    threads would have stayed intact.

  • When I create a PDF with Adobe Reader XI, it wont take the links behind the images. Sometimes he does, mostly not.. Whats the solution? The links in text do work!

    When I create a PDF with Adobe Reader XI, it wont take the links behind the images. Sometimes he does, mostly not.. Whats the solution? The links in text do work!

    Hello,
    How can I give a answer back in the discussion on Adobe.com?
    I don’t see any link?
    1.      We have a subscription.
    2.      Im converting a newsletter from the web to PDF.
    3.      Sometimes I put a weblink behind the image in the newsletter. Most of the time PDF wont take the links behind the image.
    Only the tekstlinks are OK.
    [private data removed]

  • Linking Dynamic text boxes?

    Hi there,
    This might be straight forward, but I would like to know how could one link dynamic text boxes so that the information would flow? In a way, the information would flow from:
    (XML) Input A into BOXA00, BOXA01, BOXA02, BOXA03, etc.
    (XML) Input B into BOXB00, BOXB01, BOXB02, BOXB03, etc.
    (XML) Input C into BOXC00, BOXC01, BOXC02, , BOXC03, etc.
    Any takers?

    Hi i recently have made a function that can calculate the amount of text that will fit into a specified text box. See my attached file. Notice that the box will only accommodate the text in red since that is the maximum it can display.
    "This here one is a very very very long long long text that cannot really fit completely into this box so we will have to cut it at some index point"
    My function getTextExtent will return an object with properties
    nIndex -> which determines the index at which the text will be delimited
    fExceeded -> is true if the text is longer than the allocated height of the text field.

  • Linking Floating Text Boxes in Pages - What Happened?

    A year ago, I prepared various documents (i.e., newsletter and book-type document) in Pages.  I was able to link floating text boxes.  A month ago, I got a message after opening my last year's newsletter indicating that the links to the boxes had been broken when I opened the document.  In addition, the command  disappeared from the command box.  I found instructions in the Apple website, but these referred me back to the command that no longer exists in the command box.
    I remembered that when I switched from Windows to Apple in 2009, I was impressed that I did not need a publishing software to prepare my newsletter.  I was able to do everything I needed with Pages.  I am wondering whether Apple decided to change the versatility of Pages and add a publishing software.
    Can anyone help me?  I really hope that Apple did not destroy Pages' versatility.  However, I have learned that adaptation is the name of the game.  Therefore, I will do whatever needs to be done.  I just need to know what to do.  Thanks for helping!

    No, feature removed allong with over 90 others:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&mforum=iworktipsn trick
    Pages '08 or Pages '09 should still be in your Applications/iWork folder.
    Trash/archive Pages 5 and rate & review it in the App Store.
    Peter

  • How can i link a text to a photo into a slideshow?

    hello, need some help please! i want to link a text to a specified photo into a slideshow, another word to another photo and so on...I've tried any slideshow, and composition with anchor points and it doesn't work. How can i realize that please?

    There's no support within Muse to cause click on a word within a flow of text to result in a slideshow turning to a specific image.
    A composition widget can be used to have clicking on or rolling over a trigger object cause a target container to appear.

  • Link for text in applet

    how to set EXTERNAL URL link for text in applet

    Click me
    such type of external web page link is possible in applet
    how
    regards

  • Link in a DVD menu to link to text files such as Word, Adobe PDF's ect

    Hello All
    Is there anyway to put a link in a DVD menu to link to text files such as Word, Adobe PDF's etc that are burned into the DVD?
    Hope someone can help me out.

    Is there anyway to put a link in a DVD menu to link
    to text files such as Word, Adobe PDF's etc that are
    burned into the DVD?
    Actually, you CAN'T with iDVD. You CAN put a variety of content into the DVD-ROM area, but that isn't accessable from any menu in an iDVD created DVD.
    If you use DVD Studio Pro, you have some ability to add the kind of links you ask about.
    F Shippey

  • Rollover Link that displays a message, is there a way to do that in Acrobat?

    Hello,
         Is there a way to create rollover links that display a pop message in the PDF itself? I do not want a separate browser window to pop up, or a link to another PDF page, I just want a bubble, box, or an image to pop up when you rollover a word in the PDF itself.
    Thanks,
    MG

    Post your question in the forum for Adobe Acrobat.

Maybe you are looking for

  • Re-Recording DVD+RW disks?

    I have a LaCie d2 DVD±RW drive and was planning to use DVD+RW disks to (hopefully) re-record iPhoto library backups, ITunes backups, etc. I wanted to use the same disks every month, instead of using DVD+R or DVD-R disks and throwing them out. Well, a

  • InDesign CS4 - Crashed and lost my morning's work !!!

    I had the kind if event this morning which hasn't happened to me since the early 1990's. I lost a morning's work. I recently got a new PowerMac and installed a brand new copy of Adobe Creative Studio CS4. This morning, I opened a document in InDesign

  • Good Trnsprt Faculty

    Dear Gurus, We may be getting a project with a lot of Transportation involved for which we need to include activities like creating (automatically) Shipment Docs based on route, load and type of truck used and calculate the costing and settlement and

  • CUP-Role Status regarding to the System

    Hello, I have been doing some test and I wonder how to distinguish when the role is ready at the diferent phisical system as Prod, Q, Dev.  When searching a role already imported from ERM, you can select three diferent role status ( only the third on

  • Cleanup - Removing unused image files?

    I have used some image files as templates in my animation. There doesn't seem to be a way to remove the files without Edge squaking about those files missing. Even after I have removed all references to those files. What is the proper way to remove u