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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T16:34:33+00:00 2026-06-06T16:34:33+00:00

My navigation bar is suppost to all be clear until you hover your mouse

  • 0

My navigation bar is suppost to all be clear until you hover your mouse over a icon. Then all of the other icon should go blurred, but at the moment all of the icons are blurred to begin with. I cant figure out how to do this.
http://dl.dropbox.com/u/13722201/Dorset%20Designs/index.html

i believe you can view the css source as well if not ill post it.
http://dl.dropbox.com/u/13722201/Dorset%20Designs/main.css

  • 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-06-06T16:34:34+00:00Added an answer on June 6, 2026 at 4:34 pm

    You can do this with CSS3 (there are some browser limitations) and text-shadow + transitions

    http://jsfiddle.net/rlemon/sNQsy/ here is a quick demo (this will not be 100% cross browser .. ie for instance, I’ll let you figure out how to fix that).

    and here is the source code.

    html

    <ul class="nav">
    <li><a href="#">link one</a></li>
    <li><a href="#">link two</a></li>
    <li><a href="#">link three</a></li>
    <li><a href="#">link four</a></li>
    <li><a href="#">link five</a></li>
    </ul>​
    

    css

    .nav {
     list-style:none;    
    }
    .nav li {
     float: left;
     padding: 2px 12px;
    }
    .nav li a {
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     color: transparent;
     text-shadow: 0 0 5px rgba(0,0,0,0.5);
    }
    .nav li:hover a {
     color: black;
     text-shadow: none; 
    }​
    

    here is some info on transitions

    here is some more reading on css transforms they will interest you

    and here on text shadows

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

Sidebar

Related Questions

The navigation bar for my site-- ncptw2012 --is working, except when I hover the
I am facing a problem in wordpress wp-clear theme, single.php don't load navigation bar
I'm customizing my navigation bar using: UIImage *anImage = [[UIImage imageNamed:@theImage] resizableImageWithCapInsets:UIEdgeInsetsMake(0, 0, 0,
I have a navigation bar which is an unordered list with tabs as list
I have a navigation bar that tells the user which page is selected by
I made the navigation bar (top bar) appear/disappear when I tap the screen, and
I'm making a navigation bar that remains at the top of the page. When
Tab bar, navigation bar, tab bar icons, heights of UI controls... I've been reading
Imagine I have a navigation bar in my page header, with a number of
I have a navigation bar that has two dropdowns (as nested ul's). I'm trying

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.