Results 1 to 2 of 2

Thread: Hovering Text box on Click?

  1. #1
    Join Date
    Nov 2008
    Posts
    43

    Hovering Text box on Click?

    I have a navigation bar with a few buttons on it. These buttons will be linked to information about the website. I would like for the user to click on the button in the navigation bar and have a text box open in the middle of the page and hover above the main logo of the site which is currently in the center of the page. Anybody know how i would go about doing this?

    My website is: http://mepledge.com

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    I know how to do it with a hover popup using just CSS and no javascript; see the general principles for a simple menu here:-

    http://www.wickham43.supanet.com/tut...verpopups.html

    the popup can be positioned where you want by editing the left and top positions so that each menu button has a popup in the same place.

    You have to use javascript to hold the popup after clicking but remember that once you have clicked the link you will open the new page unless the link has no page to go to.
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Similar Threads

  1. Hide/show a text box based on drop down list in php
    By TechnoAtif in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 11 Jan 2008, 01:29 AM

Posting Permissions

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