Hi,
I use the following to create a thin horizontal line on my site, in IE the line has gap on top and bottom but in FF there is no gap - can anyone tell me why and maybe how to resolve this issue ?
css
html
i can post an example but didnt want my link to be
seen as advertising
thanks in advance MG
I use the following to create a thin horizontal line on my site, in IE the line has gap on top and bottom but in FF there is no gap - can anyone tell me why and maybe how to resolve this issue ?
css
Code:
.menulineclass {
text-align: center;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
width:100%;
border-bottom:1px solid #666666;
font-size:0em;
}
html
Code:
<hr class="menulineclass">
i can post an example but didnt want my link to be
seen as advertising
thanks in advance MG