View Full Version : what is wrong with these?


katie16
06-22-2003, 10:56 PM
okay, two parts of my css code dont seem to work, my links worked when i first tryed them but now they dont! and my scrollbar is not changing! is there some thing wrong with tese?


A{cursor:hand;height:1px;behavior:url(http://www.angelfire.com/oh5/drowninghope0/link.htc);filter:progid:dximagetransform.microsoft .fade(duration=1)}

A:link{color:#7B9CF1; border:1 dashed; border-color:000000;cursor:"crosshair"}

A:visited{color:#3956A4;text-decoration:line- through;font-weight:none}

A:hover{color:#3463DC;filter:fliph; height:0,text-transform:capitalize;background-color:FFFFFF;font-weight:none;cursor:crosshair}

and


scrollbar-face-color : #234CB6;
scrollbar-highlight-color : #234CB6;
scrollbar-3dlight-color : #FFFFFF;
scrollbar-shadow-color : #234CB6;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #234CB6;
scrollbar-arrow-color : #000000}

Owlie42
06-22-2003, 11:21 PM
Try putting a ; before the scrollbar part.

katie16
06-22-2003, 11:24 PM
nope it still did not work:(

zangerbanger
06-22-2003, 11:28 PM
body{
scrollbar-face-color: #234CB6;
scrollbar-highlight-color: #234CB6;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-shadow-color: #234CB6;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #234CB6;
scrollbar-arrow-color: #000000}

Try to avoid the spaces between the colons (or maybe that was the forum) and make sure you have the body part to add. I don't see anything wrong with your link part though... maybe angelfire doesn't support those link transitions. My best bet is to double check :) .

katie16
06-22-2003, 11:30 PM
no those where the parts that where mesed up here is the whole code
<style type="text/css">
<!--

A{cursor:hand;height:1px;behavior:url(http://www.angelfire.com/oh5/drowninghope0/link.htc);filter:progid:dximagetransform.microsoft .gradientwipe(duration=1)}

A:link{color:#7B9CF1; border:1 dashed; border-color:000000;cursor:"crosshair"}

A:visited{color:#3956A4;text-decoration:line- through;font-weight:none}

A:hover{color:#3463DC;text decoration:none;background-color:FFFFFF;font-weight:none;cursor:crosshair}


body
{ background-color: #234CB6;

font-family: "Harry P"; src: url(" http://www.angelfire.com/oh5/drowninghope0/Harryp__.ttf");
color: #234CB6 ;
letter-spacing: 1;
font-size:12pt;

scrollbar-face-color : #234CB6;
scrollbar-highlight-color : #234CB6;
scrollbar-3dlight-color : #FFFFFF; scrollbar-shadow-color : #234CB6;
scrollbar-darkshadow-color : #000000; scrollbar-track-color : #234CB6;
scrollbar-arrow-color : #000000 }

td
font-family: "Harry P"; src: url(" http://www.angelfire.com/oh5/drowninghope0/Harryp__.ttf");
color: #051744}

input, textarea
{ background: #234CB6 ;
font-family: "Harry P"; src: url(" http://www.angelfire.com/oh5/drowninghope0/Harryp__.ttf");
color: #051744;
border-color: #000000;
border-width: 2px}

-->
</style>

zangerbanger
06-22-2003, 11:38 PM
Okay 2 things:

1) Put your gradientwipe code after your hover attribute

2) Get rid of those spaces before and after your colons.

katie16
06-22-2003, 11:46 PM
well my scrol bar is working now :) it was not the spaces though. my .htc link is still not working :(

zangerbanger
06-22-2003, 11:57 PM
I'm not sure if Angelfire allows .htc files so it may not work :( .

katie16
06-23-2003, 12:00 AM
yes it dose it said " uploaded sussesfully" if not it would of said "invaild filetype" or something and like i said it worked at first