View Full Version : can someone tell me where ive gone wrong with this.......


funkykel
05-16-2003, 04:50 PM
hey ;)

ive just been trying to do some css styling and its not working for some reason and my images have dissappeared.

here is the html, if someone can let me know where ive gone wrong a possible correct the html id be eternally greatfull ;)
Thanks Kelly........

<...html>
<head>
<title>Untitled Document</title>
<style type="text/css"> a:hover {color:#FF9900}
<!-- a{behavior:url(http://www.starlitedesign.net/link.htc); color:#FF9900; filter: progid:dximagetransform.microsoft.fade (duration=1.0); height:0px; text-decoration:none} -->
</style>
</head>

<body bgcolor="#FFFFFF" text="#FF9900" link="#FF9900" vlink="#FF9900" alink="#FF9900">
<div align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#FF9900"><br>
<img src="circle.jpg" width="8" height="8"> <a href="services.htm" target="main">services</a><br>
<img src="circle.jpg" width="8" height="8"> <a href="specials.htm" target="main">specials
</a><br>
<img src="circle.jpg" width="8" height="8"> <a href="packages.htm" target="main">packages</a><br>
<img src="circle.jpg" width="8" height="8"> <a href="contact.htm" target="main">contact
us</a></font><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#FF9900"><br>
</font></div>

</body>
</html>

zangerbanger
05-16-2003, 04:54 PM
Try putting the "a:hover {color:#FF9900}" part inside the stylesheet. Right now it's just hanging out in nothing-land.

funkykel
05-16-2003, 05:04 PM
ok i changed it too this:

<style>
<style type="text/css"> a:hover {color:#FF9900} !-- a{behavior:url(http://www.starlitedesign.net/link.htc); color:#FF9900; filter: progid:dximagetransform.microsoft.gradientwipe (duration=1.0); height:0px; text-decoration:none} -->
</style>


Im still having no luck, have i set it out wrong once again? sorry im a dumbass im new to css :D

Originally posted by zangerbanger
Try putting the "a:hover {color:#FF9900}" part inside the stylesheet. Right now it's just hanging out in nothing-land.

jazzberry
05-16-2003, 11:35 PM
try this

<html>
<head>
<title>Untitled Document</title>
<style type="text/css"><!-- a:hover {color:#FF9900}
a{behavior:url(http:
//www.starlitedesign.net/link.htc); color:#FF9900; filter: progid:dximagetransform.microsoft.fade (duration=1.0); height:0px; text-decoration:none} -->
</style>
</head>

hope i helped