Tilted Forum Project - TFP - Sexuality, Philosophy and Political Discussion

Go Back   Tilted Forum Project - TFP - Sexuality, Philosophy and Political Discussion > Interests > Tilted Technology

Reply
 
LinkBack Thread Tools
Old 09-20-2003, 10:40 AM   #1 (permalink)
Fear the bunny
 
Join Date: Apr 2003
Location: Hanging off the tip of the Right Wing
HTML Question: How can I make links bold when hovered over?

I was just at a site where the text links all went from regular to bold when hovered over, and I wondered how you do that. If anyone knows, please tell me how to write the code.

Thanks.
__________________
Activism is a way for useless people to feel important.
BoCo is offline   Reply With Quote
Old 09-20-2003, 11:06 AM   #2 (permalink)
Crazy
 
Join Date: Aug 2003
Location: Reading, UK
Here's one solution with CSS:
Code:
&lthtml>
&lthead>
&ltstyle type="text/css">
A:link, A:active {
	font-weight: normal;
	text-decoration: none;
}
A:hover {
	font-weight: bold;
	text-decoration: none;
}
&lt/style>
&lt/head>

&ltbody>
&lta href="testing.html">Just testing&lt/a>
&lt/body
&lt/html>
*edit: modified the post to be readable in the browser + added extra functionality (the link is underlined only when the cursor is on top of it)

Last edited by peacy; 09-20-2003 at 11:11 AM.
peacy is offline   Reply With Quote
Reply

Bookmarks

Tags
bold, hovered, html, links, make, question

Thread Tools

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 On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -7. The time now is 04:56 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
All text (c) 2002-2008 Tilted Forum Project
"Insignia" vBulletin 3.5 - b6gm6n - x7x7x7.com