So i have a:
<div class="divHr">
<hr size="0.01">
</div>
.divHr hr{
display: block;
width: 100%;
border-top: 0.25px dotted #CCCCCC;
}
If i view it on Chrome / IE / Firefox - additionally it works great on google chrome on mobile devices.
If i view the site on Safari (IOS) or the standard Android Browser, the HR doesn't display at all.
I have tried not displaying the border using border: 0px;
and changing the size="0.01"
to 1, but it still doesn't display - so it isn't a problem with borders. `
I'd really appriciate some help on this one, thanks guys!