Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Legend Alignment Problem in Firefox Re: Legend Alignment Problem in Firefox

#111802
MBM
Participant

I removed :

display: inline-block;

And added :

position:absolute;

legend{
font-family: 'PT Sans Narrow', sans-serif;
font-size: 26px;
padding:10px 0 10px 220px;
background-color:#000000;
color:#ffffff;
overflow: auto;
width:490px;
margin-left:140px;
position:absolute;
}