Welcome to Dream.In.Code
Getting Help is Easy!

Join 136,358 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 2,669 people online right now. Registration is fast and FREE... Join Now!




css pseudo code

 
Reply to this topicStart new topic

css pseudo code

IMU
27 Aug, 2008 - 01:24 AM
Post #1

New D.I.C Head
*

Joined: 7 Aug, 2008
Posts: 38

CODE
<html>
<head>

<style type="text/css">
a:link {color: #FF0000}
a:visited{color:#FF0FF}
a:hover{font-size=150%}
</style>

</head>
<body>

<p><b><a href="default.asp" target="_blank">This is a link</a></b></p>

</body>
</html>


here is the code i want the link to enlarge to 150% but it is not possible why is it..
i am trying in css pseudo code.
User is offlineProfile CardPM
+Quote Post

no2pencil
RE: Css Pseudo Code
27 Aug, 2008 - 01:29 AM
Post #2

My fridge be runnin OH NOEZ!
Group Icon

Joined: 10 May, 2007
Posts: 6,460



Thanked: 66 times
Dream Kudos: 2425
Expert In: Goofing Off

My Contributions
There are 2 reasons why your css code is failing.

First, you can't use a %, you must use px for pixle.
Secondly, you can't assign the value with the equals sign. The two previous settings in your css code utilize assignment correctly.

Try something like the following :
CODE

<style type="text/css">
a:link {color: #FF0000}
a:visited{color:#FF0FF}
a:hover{font-size: 10px}
</style>

User is offlineProfile CardPM
+Quote Post

IMU
RE: Css Pseudo Code
27 Aug, 2008 - 01:45 AM
Post #3

New D.I.C Head
*

Joined: 7 Aug, 2008
Posts: 38

thanks got it

User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 12/2/08 09:17AM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month