Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 04-07-2007, 08:12 AM Single dropdown
Sydpix's Avatar
Drinker I Smoke

Posts: 424
Name: Denny
Location: In a can...
Trades: 0
Anyone have an idea how http://www.webstandards.org made that fancy skip to content menu?
__________________
.
Village Idiot

Sydpix is offline
Reply With Quote
View Public Profile Visit Sydpix's homepage!
 
 
Register now for full access!
Old 04-07-2007, 08:29 AM Re: Single dropdown
Extreme Talker

Posts: 169
Trades: 0
Easy. You could've just looked at the source, but I'll explain the gist. The contents is always there, it just fades in with the background colourwise. Open the page press ctrl+a while not hovering over the thing, see the text? You should. Then on hover it applies a background image and that's that.
Here's a test example code which only changes the background colour since you need the image for the other.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Test</title>

<style type="text/css">
body {
   background-color: #000;
   }

a#skip {
   display: block;
   position:absolute;
   top:0;
   left:0;
   width:100%;
   padding: 0 0 1em 0;
   background: transparent;
   font-weight: bold;
   text-align: center;
   }

a#skip:link, a#skip:visited {
   color: #191919;
   }
a#skip:hover, a#skip:focus, a#skip:active {
   background: #fc3 no-repeat center bottom;
   }
</style>

</head>
<body>
<a id="skip" href="#content" title="Skip to content">Skip to content</a>
</body>
</html>
__________________
George Bush would never take me alive.
MJM_RDS is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Single dropdown
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.16336 seconds with 12 queries