2 replies [Last post]
EthanCote.com
Offline
newbie
Montreal
Last seen: 19 years 20 weeks ago
Montreal
Joined: 2003-11-07
Posts: 2
Points: 0

Hello all,

My very first post here so go easy on me Laughing out loud

I am trying to add border around the TD by using the following css:

.blueBorderLRTB {
padding: 1px;
border-left: 1px solid #20739E;
border-right: 1px solid #20739E;
border-top: 1px solid #20739E;
border-bottom: 1px solid #20739E;
}

HTML code:

<TD BGCOLOR="##FFFFFF" CLASS="blueBorderLRTB" ALIGN="right"><STRONG>Client:</STRONG></TD>

On my PC, the css is working correctly but on IE 5.0 on the Mac, I do not see the blue border. Is this css compatible with IE 5.0 on the Mac?? Or do I need to upgrade the browser version???

Many thanks for your help in advance.

Cheerio,

Chi.

procywolfy
Offline
Regular
Last seen: 19 years 36 weeks ago
Joined: 2003-07-21
Posts: 21
Points: 0

CSS and Mac on IE 5.0

Quote:
<TD BGCOLOR="##FFFFFF" CLASS="blueBorderLRTB" ALIGN="right"><STRONG>Client:</STRONG></TD>

You have two #.

EthanCote.com
Offline
newbie
Montreal
Last seen: 19 years 20 weeks ago
Montreal
Joined: 2003-11-07
Posts: 2
Points: 0

CSS and Mac on IE 5.0

Good eye =)

Actually the two ## because this was coded in cfm (coldfusion tag). Disregarding the double #'s sign, does anyone know how to solve this problem?

Your help is greatly appreciated.

Thank.

Cheerio,

Chi.