CSS - Mimic <hr>
I am trying to mimic a line like HR but without the space above and below the line.
I tried... Code: div#bar { background: #c6d9f0; line-height: 1px; } But I can't control the height of the "bar". I only want it to be 1px high...so it is a hint of a line. Right now I am using a <tr>with the same background color with a height of only 1 px. But I am wanting to go completely CSS.... IDEAS? Similar TutorialsHello! I've created a new tag called <H2L> which I want to act like the normal <H2> tag - ie. it should sit on it's own line. Can anyone tell me what css I need to make it so that it will be on it's own line? ie. No text will flow beside it? Thanks, regan Code: <H2L >ON MY OWN LINE</H2L > following text won't flow from the right of it Hi guys I've started this thread in this CSS forum, because I need to find a solution in CSS code. I was given the following image. I must make same menu, using CSS. But this is not a problem. My problem is to find in css a real typography that mimics following image. Does any1 know which css code and which font should I use ? The man who gave me that image doesn't know which font was used Thanks a lot in advance |