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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T06:31:21+00:00 2026-05-18T06:31:21+00:00

I somehow found this webpage and was absolutely stunned by the navigation bar. www.webdesignerwall.com

  • 0

I somehow found this webpage and was absolutely stunned by the navigation bar. http://www.webdesignerwall.com

When you put your mouse over “Home”, “About” or “Jobs” menu options, you get that awesome rollover effect in the brown field above. I like that very much and had a similar idea, but being an amateur, I can’t really say what type of programming is that. I would say it uses Ajax or JavaScript per se, but I’d like some of you to explain it to me, or even share some similar examples.

Thank you

  • 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-18T06:31:21+00:00Added an answer on May 18, 2026 at 6:31 am

    This is done by CSS. It places an extra <span> into every <a> link element. With CSS <span>s are hidden and positioned correctly above the menu elements (absolute). When one of the link is hovered the new style applies to the correct <span> which makes it visible.

    HTML

    <ul id="nav"> 
      <li id="nav-home"><a href="/>Home<span></span></a></li> 
      <li id="nav-about"><a href="/about/">About<span></span></a></li> 
      <li id="nav-jobs"><a href="/jobs/">Jobs<span></span></a></li> 
    </ul> 
    

    CSS

    #nav span {
     display: none;      /* hidden by default */
     position: absolute;
    }
    
    #nav a:hover span {  /* link:hover */
     display: block;     /* makes one of them visible */
    }
    
    #nav-home span {
     background: url(images/home-over.gif) no-repeat;
     width: 168px;   /* each has it's own image */
     height: 29px;   /* dimensions */
     top: -30px;     /* and coordinates */
     left: 35px;
    }
    
    #nav-about span {
     background: url(images/about-over.gif) no-repeat;
     width: 157px;
     height: 36px;
     top: -36px;
     left: 90px;
    }
    /* ... */
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know this question might sound quite silly, but I somehow found myself stuck
So, i recently found this term related somehow to neural networks, but I don't
I've tried all the time calculating examples I found on this site but somehow
Can you somehow lock an iPad to Safari and only one webpage? I've found
I found this plugin: http://vim.wikia.com/wiki/Find_files_in_subdirectories to be really useful to find a file(s) using
I found several answers and solutions, but most of it somehow integrated server-side helper.
I've found some remnant documents on one of my hard drives that were somehow
Somehow this doesn't work... var paper = Raphael(test, 500, 500); var testpath = paper.path('M100
I have this code for reading webpage. I need to send http header to
As an attempt to color text in ListBox i found this guide C# :

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.