CSS Borders Always White???
-
I have a table layout that uses CSS to format the background color of the cells, etc. The problem is when I use any of the border styles, the space for the border is drawn, but not the color. (i.e. if I have border-bottom: solid 1px black; it I get a 1 px, solid WHITE border. I have tried many colors and it always ends up white. I also changed the width to something big, like 10px, and once again, I got a 1px, WHITE border. Any ideas??? There's a fine line between confidence and arrogance.
-
I have a table layout that uses CSS to format the background color of the cells, etc. The problem is when I use any of the border styles, the space for the border is drawn, but not the color. (i.e. if I have border-bottom: solid 1px black; it I get a 1 px, solid WHITE border. I have tried many colors and it always ends up white. I also changed the width to something big, like 10px, and once again, I got a 1px, WHITE border. Any ideas??? There's a fine line between confidence and arrogance.
Hi, What browsers are you using to render the HTML? Also, are you setting the class at the table level or the cell level. I don't seem to have any problems using IE6. Can you post the HTML of the table + defined CSS that you are using. Cheers, Andy