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 184149
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T15:14:29+00:00 2026-05-11T15:14:29+00:00

I am in love with stackoverflow’s single-color click-to-close’ hovering dialog boxes that greet a

  • 0

I am in love with stackoverflow’s single-color ‘click-to-close’ hovering dialog boxes that greet a user when they try to vote and aren’t logged in or use the site incorrectly. Any idea how and/or what technology Jeff used to implement these neat little devices?

EDIT: I’m specifically talking about the SQUARE dialog boxes that say ‘Click To Close’ on them. I know how to implement the rectangular strip on the top of the screen.

  • 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. 2026-05-11T15:14:29+00:00Added an answer on May 11, 2026 at 3:14 pm

    Although I was under the impression they used jQuery’s UI Dialog for this, I am not too sure anymore. However, it is not too difficult to whip this up yourself. Try this code:

    $('.showme').click(function() {     $('.error-notification').remove();     var $err = $('<div>').addClass('error-notification')                          .html('<h2>Paolo is awesome</h2>(click on this box to close)')                          .css('left', $(this).position().left);     $(this).after($err);     $err.fadeIn('fast'); }); $('.error-notification').live('click', function() {     $(this).fadeOut('fast', function() { $(this).remove(); }); }); 

    With these styles:

    .error-notification {     background-color:#AE0000;     color:white;     cursor:pointer;     display: none;     padding:15px;     padding-top: 0;     position:absolute;     z-index:1;     font-size: 100%; }  .error-notification h2 {     font-family:Trebuchet MS,Helvetica,sans-serif;     font-size:140%;     font-weight:bold;     margin-bottom:7px; } 

    And click here to see it in action.

    However, I think you’d still need to tweak it a little bit to give it the right positions depending on the situation in which you are using it. I took care of this for the left position because it is working for the top, but I think there may be some situations in which it won’t. All things considered, this should get you started. If you want a more robust implementation, you should check out jQuery BeautyTips which is really awesome and would make this trivial to implement.

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

Sidebar

Related Questions

I love the way StackOverflow handles tags. Is there any jQuery plugin that would
I'm a long running fan of stackoverflow, first time poster. I'd love to see
I love list comprehensions in Python, because they concisely represent a transformation of a
I love the ease that the ASP.NET Ajax control Toolkit provides to ASP.NET developers.
First of all - I love you all at Stackoverflow! Everyone is very helpful!
I just learned about XLST on stackoverflow today (I love how in computers you
i'm very aware that this is probably not a stackoverflow question, but i figure
For most major sites that you can preform CRUD operations does each user have
I love stackoverflow and I love my new Kindle and I'm looking to bridge
I love StackExhchange / StackOverflow's approach to integrating OpenID. As I understand it, the

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.