Forum Moderators: open

Message Too Old, No Replies

Table height problems in IE 6

         

chairwars

11:17 pm on Sep 18, 2003 (gmt 0)

10+ Year Member



I want to make a table with a list of text and a 1 px white line in between each line of text. I have set the height of the white line to 1, and it looks fine in Opera 7 but the line is much larger than 1px in IE6.

I have tried inserting a 1px image into the cell but that makes no difference.

I have also tried setting a font size to 1px but that also has no effect.

Any ideas?

Ryan8720

1:12 am on Sep 20, 2003 (gmt 0)

10+ Year Member



Put each line of text into either a table cell or div and set following for it:

border-bottom: 1px solid #fff;