![]() |
Disjointed, clickable text rollover
I have text-based navigation. Rolling over "contact" displays the address (layer) over all the other menu buttons. I would like the email address and the phone number to be rollovers (changing color from grey to red) and as well clickable links. Problem: roll-out makes the address disappear, which is intended but it's impossible to click address/phone links. Would it work if the roll-out effect (disappearing) would be delayed? Is there a CSS only solution?
Here's the page: http://http://raphaelzwyer.com/testRapha/rollover_test.html Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
It looks like your working on the site.
Your dorpdown code looks like this: Code:
<li id="contactrollover">Son of sucker fish is down or gone so I'm sending you here to see how a css horizontal menu with a drop down is made and styled. http://www.devinrolsen.com/pure-css-horizontal-menu/ |
Thanks, sunfighter!
I added padding to the right of the popup. Works fine now. Thanks, guys! Check: raphaelzwyer.com/testRapha/portfolio.html The only drawback: I can't figure out how to make the phone link work independently from the email link. (hope I didn't post the reply twice, doesn't appear on my account) |
You have everything wrapped with an
<a> tag that links to "mailto."Code:
<div class="menubuttons"><a> inside to only work on "info@raphaelzwyer.com":Code:
<div class="menubuttons"><a> with <span>, therefore we have to make it act like it was an <a>:Code:
.rollspan:hover { |
| All times are GMT +1. The time now is 05:43 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.