Connecting Tech Pros Worldwide Forums | Help | Site Map

dynamic css table border

Newbie
 
Join Date: Mar 2009
Posts: 1
#1: Mar 30 '09
Hi, new to web-developing and new to BYTES, so so please dont be strict!

I am trying to create a table dynamicly and I put in several rows:

for( int bla bla){
<tr style="border-top:1px solid black">
<td>bla bla<td>
<tr>
}

works almost fine in Chrome,Opera but in Firefox some rows have no border (depends in the resolution) and in IE there are no rows at all.

Thanks..

Reply

Tags
border, css, dynamic, row, table