DIV display similar to tooltip

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • leenadiwan
    New Member
    • Jan 2007
    • 22

    DIV display similar to tooltip

    Hello Friends,

    I have a DIV tag that is not visible on page load.
    COnditionally I want to make is visible and that too as if its floating box on the page.

    Something like on this link when one tries to mouse over to the icons.
    http://brianmcnitt.com/wp/2005/08/15/10-best-resources-for-css/

    How do I do it?

    Regards,
    Leena
  • leenadiwan
    New Member
    • Jan 2007
    • 22

    #2
    I added the following to the css of my DIV
    Code:
    	float: left;
    	width: 40%;
    	margin: 0.5em;
    Now Im getting the box but then-
    1. Its appearing at a wrong location. How do I change its position?
    2. The buttons and text on top of which this box appears are all visible. How do I make sure that once this box is shown the items below it on page are not seen?

    Regards,
    Leena

    Comment

    • leenadiwan
      New Member
      • Jan 2007
      • 22

      #3
      Anyone can help?

      Comment

      • AricC
        Recognized Expert Top Contributor
        • Oct 2006
        • 1885

        #4
        Originally posted by leenadiwan
        Anyone can help?
        Sorry, I thought this thread was answered have you solved your problem yet?

        Aric

        Comment

        Working...