Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 989591
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T05:49:04+00:00 2026-05-16T05:49:04+00:00

I am a complete beginner to ASP.NET and need to know how do I

  • 0

I am a complete beginner to ASP.NET and need to know how do I create the hover effect like in the following website:-

http://www.viking.com/Chairs/Chairs.asp

There’s this link “Shopping cart” in the upper right hand corner of the web page…when you move your mouse over it, a text box is shown..

How do I create that effect ?

I just need an idea like what do I search for? ..what all code do I need to include in my web page??

Please help ? Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T05:49:05+00:00Added an answer on May 16, 2026 at 5:49 am

    It looks to be more about jquery than asp.net. Give the element you want the box to appear from an id (foo) and create another, hidden, div with the data you want to show onmouseover (bar).

    For the element that you want to cause the box to appear add a mouseover event using JQuery eg:

    $(document).ready(function() {
      $("#foo").live("mouseover", function () {
         $("#bar").slideDown("fast");
      });
      $("#foo").live("mouseout", function () {
         $("#bar").hide();
      });
    });
    
    <div id="foo">MOUSOVER ME FOR BOX</div>
    <div id="bar" style="visibility:hidden;">HIDDEN CONTENT</div>
    

    This should do a basic slidedown effect on mouseover for you and should hide it on mouse out. Take a look at http://api.jquery.com/ to get a better understanding of what’s happening and you can do with JQuery.

    Edit – You’ll need to include the JQuery js files on your page, see here http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am a complete beginner trying to develop for FCKeditor so please bear with
As a complete beginner with no programming experience, I am trying to find beautiful
I'm a complete beginner when it comes to programming. I'm taking a stab at
First, let me say that I'm a complete beginner at Python. I've never learned
I am a complete JSP beginner. I am trying to use a java.util.List in
To complete some testing I need to load the 64 bit version of an
I have a complete XML document in a string and would like a Document
I just downloaded Notepad++ because I need to work on a classic asp project.
I'm a complete beginner at WPF. I've made a usercontrol labeledTextbox that holds a
I'm a complete beginner, and this is how I understand linking: Static linking copies

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.