PDA

View Full Version : applying "lines" to lines using css.?


:: d ::
12-06-2007, 09:46 PM
my problem is this:

i've created a page that holds a simple price list within a DIV and i would like a line under every item in the price list to make it easier to see which price corresponds to which item.

is there an equivalent to "border-bottom:" in css that would let me apply a line/border to the bottom of each line instead of just the containing element without having every entry in the list in a div of it's own?
i forgot to add an important detail, in that rather than the line only covering the length of the text on any given line it should be the full width of the containing DIV for every line.