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

  • Home
  • SEARCH
  • 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 in asp.net, C#, etc... I saw this and this
I'm a complete beginner in Objective-C and Cocoa. I would like to create a
I'm a complete beginner with regards to IMMDevice, and I need to ask what
Note: Near complete beginner to logic programming I need to compare two lists of
I like to think that recently I have moved from complete beginner to beginner.
I know its a big question but I'm a complete beginner. I've limited experience
Although I'm a complete beginner, I do know how to connect to a database,
As I know in current Asp.Net MVC3, there is a component available named WebGrid
I'm a complete beginner in WPF so this is probably very simple. The following
I'm a complete beginner to this language and am currently trying to create a

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.