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
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
css
here is some info on transitions
here is some more reading on css transforms they will interest you
and here on text shadows