jquery - Phantom borders appear after an element is added to the page -


i having slight issue ui on project. using jquery templating add elements page after called process has finished. have table on page , header of table has borders. here css setting header border:

#maincontent thead tr td{     border: 1px solid #bbbbbb;     border-collapse: collapse;     background-image: url(../images/columnheader_bg.png);     background-repeat: repeat-x;     background-color: #e2e2e2;     text-decoration: underline;     font-weight: bold;     padding: 5px; } 

after called process has finished , element added through jquery templating, borders header appear on first row of body of table. hard explain captured screen shot video @ http://screencast.com/t/ld8svpgv (notice @ end of video under 'status' , 'action' borders appear).

anyone have idea causing , how can remove it?

cheers,

kia

it hard pin point exact problem details provide.

does happen on specific browser?

i advice install firebug add-on firefox , investigation there.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -