Posted by marss on 07/12/07 07:58
Jukka K. Korpela wrote:
> The simple way is to set a bottom or top border for some "real" element,
> e.g.
>
> <div style="border-top: solid 1px black">...</div>
I simplified above example for clarity and was smarted for it :(.
Actually I need a horizontal (black) line 1 pixel thick with a (red)
dot on one of its ends.
Something like this:
<div style="border-top: solid 1px black;border-left: solid 1px red"></
div>
But it does not work.
Is it possible?
Thanks,
Mykola
[Back to original message]
|