Page is a not externally linkable
esso82 - 1:32 am on Jan 28, 2012 (gmt 0)
thank you marshall ... I just realized how stupid I am :)) ... never thought about using borders .... but while you were busy replying to my message, I figured out another way how to do that and that is:
<div>text</div>
<div class='mmdevider'></div>
<div>text</div>
<div class='mmdevider'></div>
... and so on
DIV.mmdevider {
background-color: #9c9c9c;
float: left;
width: 1px;
min-height: 30px;
}
I've just tested this on opera and chrome ... both agree with me ... but still a question from beginner .. is this correct technique? can I keep it this way or should I rework it once again using your idea?