Results 1 to 2 of 2

Thread: Question about Cool DHTML Tooltip

  1. #1
    Join Date
    Apr 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Question about Cool DHTML Tooltip

    First time user of Dynamic Drive and am super excited!

    I am using tooltip on my index page of:

    driftlessorganics.com

    I want to hover over the vertical letters "Market" and I want it to display the items that we are selling at market that week. Ideally I want the items to be in a list format and centered like this:

    Asparagus
    Blue Potatoes
    Yellow Potatoes

    Is this possible? So far, I have only been able to do what is you see on the page.

    THANKS!

  2. #2
    Join Date
    Nov 2006
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    1,920
    Thanks
    2
    Thanked 267 Times in 262 Posts

    Default

    Hi there MikeL,

    and a warm welcome to these forums.

    add the highlighted "br elements" to line 376 of your document, as shown here....
    Code:
    <div id="bv_Text2" 
    style="margin:0;padding:0;position:absolute;left:85px;top:191px;width:39px;height:348px;text-align:left;z-index:23;" 
    onMouseover="ddrivetip('AT MARKET THIS WEEK:<br>Asparagus,<br>Blue Potatoes,<br>Sunflower Oil','#D2D2D2', 300)";
    onMouseout="hideddrivetip()">
    
    coothead

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •