Can't get the borders to show...

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
rpieszak
Beginner
Beginner
Posts: 8
Joined: Fri Oct 08, 2004 2:36 am

Can't get the borders to show...

Post by rpieszak »

Greetings all,

I cannot get my borders to display, these are the style properties that I'm using...

bordercolor="000000";
borderstyle="solid";
borderwidth=1;

Is there something else I have to include???
Thanks!
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

It might be the left out hash mark in the color #000000;

Ruth
rpieszak
Beginner
Beginner
Posts: 8
Joined: Fri Oct 08, 2004 2:36 am

Post by rpieszak »

Ruth,

Yeah, that was it. I purposely left it out because I'm running on ColdFusion, and # is a special character in CF. It's odd though, all other setting that use a color were missing the # character, yet the border color was the only one that wasn't working. Regardless, it works perfectly now, thanks for your help!
Post Reply