Yellow box

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kian

    Yellow box

    Hi there,

    I would to implement a yellow box to contain some description for visitor to
    browse though a list of choices. Every time a visit clicks on the choice, a
    yellow text box will appear on the current browser containing some
    information for them. (NOT a Pop up window.)

    I don't know how to implement this kind of yellow box. The nearest idea of
    yellow box is using title="text" as below... (but the yellow box in this box
    will disappear after a few seconds.)

    <a href="abc.html" title="My description in Yellow box">My Links</a>

    Any hint?

    Thanks,
    Kian


  • Greg Griffiths

    #2
    Re: Yellow box

    check out http://www.greggriffiths.org/livelink for a sample.

    Kian wrote:
    [color=blue]
    > Hi there,
    >
    > I would to implement a yellow box to contain some description for visitor to
    > browse though a list of choices. Every time a visit clicks on the choice, a
    > yellow text box will appear on the current browser containing some
    > information for them. (NOT a Pop up window.)
    >
    > I don't know how to implement this kind of yellow box. The nearest idea of
    > yellow box is using title="text" as below... (but the yellow box in this box
    > will disappear after a few seconds.)
    >
    > <a href="abc.html" title="My description in Yellow box">My Links</a>
    >
    > Any hint?
    >
    > Thanks,
    > Kian[/color]

    Comment

    Working...