Results 1 to 5 of 5

Thread: CSS + Javascript (Textual tooltip Script) question

  1. #1
    Join Date
    Sep 2008
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CSS + Javascript (Textual tooltip Script) question

    Hello. First of all I am newb. I had started a thread over in the Dynamicdrive Scripts section. Thanks to posters help, I solved most of the problems I was having.

    I am having a few problems with a menu still though, that might be more of a CSS/HTML issue.

    Posted on this page are 2 menus. The bottom left one was a CSS menu I was working on originally. I needed to find a way to have 'tooltip' type text come up to the right of my menu.

    http://www.blissco.ca/test/blank.html

    The top one is an attempt to merge the "Textual tooltip Script" from this site (http://www.dynamicdrive.com/dynamicindex5/linkinfo.htm) and my old Menu. I think I am getting close to getting it working. Considering I am new to CSS and Javascript I THINK it's coming along well. (?).

    Which brings me to the question. I am trying to figure out how to remove the gaps between the links in the new (top) menu though so that it matches the bottom one.

    Here is the page the menu is going on. I am putting it at the bottom, and the main content will be in the area above. http://www.blissco.ca/test/

    Any help is greatly appreciated. Thanks.

  2. #2
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    It's because you're using the <p> element.

    Add this to your css file:

    Code:
    p {
      padding: 0px;
      margin: 0px;
    }
    - Mike

  3. #3
    Join Date
    Sep 2008
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks! Going to try it right now.

  4. #4
    Join Date
    Sep 2008
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yep, worked perfect. Thanks a ton for the help.

  5. #5
    Join Date
    Sep 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Css Faq

    Hi.................
    check out this site http://www.css-faq.com/. CSS-faq is programming language.take help and solve your problem.
    Thank you
    css faq

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
  •