HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Help with a CSS style
Post new topic   Reply to topic    HTML Help Forum Index -> CSS
View previous topic :: View next topic  
Author Message
GuitarGuy7288



Joined: 14 Oct 2005
Posts: 3

PostPosted: Fri Oct 14, 2005 9:00 pm     Help with a CSS style Reply with quote

I can't seem to get this style-sheet to work. Anyone wanna let me know why?

Code:
<html>
<head>
<title>
Let's give this a shot...
</title>
<style type="text/css">
Body { background-color: black; color: white; } 
a:link { color: white; text-decoration: none; }
a:active { color: grey; text-decoration: none; }
A:visited { color: grey; text-decoration: none; }
A:hover { decoration: blink; }





</style>
</head>
<body>
<a href="blah">blah</a>
</body>
</html>
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8267
Location: Castle Rock CO USA

PostPosted: Sat Oct 15, 2005 5:37 am     Reply with quote



You can try:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>
Let's give this a shot...
</title>
<style type="text/css">
body { background-color: black; color: white; }
a:link { color: white; text-decoration: none; }
a:visited { color: grey; text-decoration: none; }
a:hover { decoration: blink; }
a:active { color: grey; text-decoration: none; }
</style>
</head>
<body>
<a href="blah">blah</a>
</body>
</html>

but blink is not supported by IE or a few other browsers. Hopefully CSS3 will even drop ithe value since the HTML <blink> has been deprecated some time now
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> CSS All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial