Hello.

I am trying to do
        $("tbody tr").each(function(){
            $(this).children("td:first").css({
                'border-left': '3px solid #EEEEEE',
            });
            $(this).children("td:last").css({
                'border-right': '3px solid #eeeeee',
            });
            $(this).children("td:not(:first:last)").css("text-align",
"center");
        });

This works in Firefox 3.5 but somehow it bogs down in IE7+
I also tried with td:eq(0) and td:eq(4) (have 5 columns)

help?

-------------------
Alexandru Dinulescu
Web Developer
(X)HTML/CSS Specialist
Expert Guarantee Certified Developer
XHTML: http://www.expertrating.com/transcript.asp?transcriptid=1879053
CSS : http://www.expertrating.com/transcript.asp?transcriptid=1870619
RentACoder Profile:
http://www.rentacoder.com/RentACoder/DotNet/SoftwareCoders/ShowBioInfo.aspx?lngAuthorId=6995323

XHTML/CSS/jQuery Blog -> http://alexd.adore.ro/blog
MainWebsite: http://alexd.adore.ro

Reply via email to