Old 02-05-2008, 14:09   #1 (permalink)
papito
Registered User
 
Join Date: Oct 2006
Posts: 20
rollover links question!

hey,

how can i create that effect of selecting type when i rollover a link

not using flash...

like for example: experimentaljetset.nl

sorry i cant post full links .. not allowed before 15 posts.. i'm new here

thanks
  Reply With Quote
Old 02-05-2008, 14:45   #2 (permalink)
StumpyXL
Registered User
 
StumpyXL's Avatar
 
Join Date: Apr 2008
Location: Ohio
Posts: 61
Send a message via AIM to StumpyXL
Use CSS and do a ' A:hover '.
There are hundreds of examples online.
  Reply With Quote
Old 02-05-2008, 14:45   #3 (permalink)
ifohdesigns
Registered User
 
ifohdesigns's Avatar
 
Join Date: May 2008
Location: Providence, RI
Posts: 6
Send a message via AIM to ifohdesigns
Code:
<ul> <li><a href="mylink">my link</a></li> <li><a href="mylink">my other link</a></li> </ul>

With the CSS

Code:
ul li a:hover { background: #00386e; color: #fff; padding: 5px; /*just for a little breathing room*/ }

The same principles can be applied directly to an anchor if you wish. Just use the right selectors to get to it.

Good luck!
  Reply With Quote
Old 02-05-2008, 14:55   #4 (permalink)
StumpyXL
Registered User
 
StumpyXL's Avatar
 
Join Date: Apr 2008
Location: Ohio
Posts: 61
Send a message via AIM to StumpyXL
Yeah, sorry at work can't type in the code have about 5 seconds of free time.
  Reply With Quote
Old 02-05-2008, 23:35   #5 (permalink)
papito
Registered User
 
Join Date: Oct 2006
Posts: 20
thanks works fine!
  Reply With Quote
Old 03-05-2008, 00:21   #6 (permalink)
papito
Registered User
 
Join Date: Oct 2006
Posts: 20
hey if you go back to that experimentaljetset.nl website in the news section...

when you resize your windows, the content moves to stay within the window... i learned to make a relative positioned div makes that... but i cant figure out how to create something like that page..

can anyone give more detail on how that page might be constructed

thanks
  Reply With Quote
Old 03-05-2008, 00:22   #7 (permalink)
papito
Registered User
 
Join Date: Oct 2006
Posts: 20
just realized... this forum does the same thing...
i'm on a 20" screen so there a bit of room on the sides... and when i resize my window to a very small width.. all the content squeezes in...

how does that work??
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 2 (0 members and 2 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8