Jazzle,
I believe you need to do:

.css('borderColor');

Let me know if that works for you.

On 7/15/07, jazzle <[EMAIL PROTECTED]> wrote:



Hi guys and gals,
.css("border-color")
is returning undefined.

The element in question has 2 css classes, both of which have it set.

HTML:
<p class="result success">

CSS:
.result { border: 2px dotted #fb0;  }
.success        { border-color: #33cc33; }

Can I get the correct border-color with jQuery?
--
View this message in context:
http://www.nabble.com/.css%28%22border-color%22%29-returning-undefined-tf4082154s15494.html#a11602408
Sent from the JQuery mailing list archive at Nabble.com.




--
Benjamin Sterling
http://www.KenzoMedia.com
http://www.KenzoHosting.com

Reply via email to