I have a class called alternate to apply a different styled background
It works great in IE, but not so hot in FF. Of course if I set the width to what I'd really like (say 90%) it works fine in FF but not IE.
Any tips would be awesome.
Code:
.alternate {
padding-left: 30px;
width: inherit;
background: #F0F2F3;
display: block;
}
It works great in IE, but not so hot in FF. Of course if I set the width to what I'd really like (say 90%) it works fine in FF but not IE.
Any tips would be awesome.