ConcreteWaves
04-05-2012, 10:19 AM
Hi, I have a <ul> <li> setup at the bottom of my page in small text that says, Directions Forums Informations Blah Blah all hyperlinks within the same ul. All the text is how I want it to look and they all have a hover to go bold and greenish when you mouseover. However - one specific <li> the Forums...when you mouse over I simply want the 10px text to say Coming Soon. That's all.
Sounds so easy, but I can't seem to find anything on it. Except some old school codes from 5 or 6 years ago and I know a lot has changed since then there's probably an easier way to do it.
<footer id="footer">
<span><a href="#">Back to top</a></span> <!-- capitalize using text-transform (css) -->
<nav id="footer_nav">
<ul>
<li><a href="#">Directions</a></li>
<li><a href="#">Forums</a></li>
<li><a href="#">Follow on facebook</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
<span2> © 2006 Tamzen Karma, Awakenings Aromatherapy Massage. All Rights Reserved. Licensed in Colorado.</span2>
</footer>
the <li> Forums. I want to rollover to Coming Soon...what is the code to do so and how do I set it up so only that single word changes to coming soon, i'm afraid even if I figure out the code, all of my list will roll over to say Coming Soon.
Sounds so easy, but I can't seem to find anything on it. Except some old school codes from 5 or 6 years ago and I know a lot has changed since then there's probably an easier way to do it.
<footer id="footer">
<span><a href="#">Back to top</a></span> <!-- capitalize using text-transform (css) -->
<nav id="footer_nav">
<ul>
<li><a href="#">Directions</a></li>
<li><a href="#">Forums</a></li>
<li><a href="#">Follow on facebook</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
<span2> © 2006 Tamzen Karma, Awakenings Aromatherapy Massage. All Rights Reserved. Licensed in Colorado.</span2>
</footer>
the <li> Forums. I want to rollover to Coming Soon...what is the code to do so and how do I set it up so only that single word changes to coming soon, i'm afraid even if I figure out the code, all of my list will roll over to say Coming Soon.