Is this possible and if so how does one do it with CSS that works in all browsers? If not does someone know the code to use an 3px X 1px image to create the dots I want just on the bottom border?
I want to create a seperation between two rows with a dotted line, and thought it would be easier to do in CSS then have a blank row in between with a 1-x background image in the back of the row.
I was looking for a way to use CSS to make a dotted border along the bottom of a cell but with two pixels in between each dot instead of just one space. I guess the only way to do this is by defining an image as the bottom border.
Didn’t work … just repeated the image in the background causing a bunch of vertical lines. I think I’m just going to stick with the “dotted” border and leave it at that.