I have the following in my CSS:
Code:
.Vdivider {
background: url("VDivider.png") no-repeat right top;
min-height: 60px;
}
In the index.html I got:
Code:
<div class="VDivider">
Text to put in box...
</div>
The strange thing is: when I don't start my index.html file with
it displays perfectly in Chrome with the vertical dividers as well but IE is completely garbage. When I put the doctype in front then IE displays the page fine, except no vertical dividers and in Chrome the vertical dividers will be gone as well.
Any clues?
Thanks in advance!