/    Sign up×
Community /Pin to ProfileBookmark

Javascript for Simple Text Menu

I am looking for a javascript or some code that one mouse over, the text in my menu becomes bigger and bold.

[url]http://www.comtechsolutions.com/[/url]

^^ View above link for a menu I would like.

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@domiereavronMar 15.2006 — this does not require java

its is css

<STYLE TYPE="text/css">

a:link{color: #ffffff; text-decoration: none; font-family: arial;font-size:15; font-weight: 700;}


a:visited{color: #ffffff; text-decoration: none; font-family: arial;font-size:15; font-weight: 700;}


a:active {color: #ffffff; text-decoration: none; font-family: arial;font-size:15; font-weight: 700;}


a:hover {color: #ffffff; text-decoration: none; font-family: arial; font-size:16; font-weight: 900;} /* mouse over link */

</STYLE>

notice that when you hover on the link it gets bigger? you can even change the color, face etc, you dig?

To give you an idea I throw something together for you

<HTML>

<HEAD>

<TITLE></TITLE>

<STYLE TYPE="text/css">

a:link{color: #ffffff; text-decoration: none; font-family: arial;font-size:15; font-weight: 700;}


a:visited{color: #ffffff; text-decoration: none; font-family: arial;font-size:15; font-weight: 700;}


a:active {color: #ffffff; text-decoration: none; font-family: arial;font-size:15; font-weight: 700;}


a:hover {color: #ffffff; text-decoration: none; font-family: arial; font-size:16; font-weight: 900;} /* mouse over link */

</STYLE>

</HEAD>

<BODY>



<table width="100%" rules="none" cellspacing="0" cellpading="0" border="0">

<tr valign="bottom">

<td>

</td>

<td align="right" width="500">

<font size=+5; face="arial"; color="blue">

<b><i>SPG:</i></b> Learning Center

</font>

</td>

</tr>

</table>

<table width="100%" rules="none" cellspacing="0" cellpading="0" border="0">

<tr bgcolor="blue" align="center">

<td>

<a href="http://www.blizzard.com">Airline Transfers</a>

</td>

<td>

<a href="http://www.blizzard.com">Current Promotions</a>

</td>

<td>

<a href="http://www.blizzard.com">Old Promotions</a>

</td>

<td>

<a href="http://www.blizzard.com">Cash & Points</a>

</td>

<td>

<a href="http://www.blizzard.com">Missing Stays</a>

</td>

<td>

<a href="http://www.blizzard.com">Call Comment Codes</a>

</td>

<td>

<a href="http://www.blizzard.com"">Updates</a>

</td>

</tr>

</table>

</body>

</html>
×

Success!

Help @bajanboost spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...