The words "featured restaurants" comes in fine using IE7 but for firefox and chrome the text is outside of the box, too low? Is it in my use of span or something else. Thank you. Dreamweaver validator didn't show up any errors. HELP!
on my style.css
span.frontpage {
color: white;
font-weight: bold;
font-size: 20px;
font-family: garamond, "times new roman", serif;
}
#frontpagerestaurants {
border: solid #F2912A 1px;
height: 24px;
width: 448px;
background: #B3313A;
position:absolute;
top: 370px;
left: 378px;
text-align: center;
}
on my default.htm
<div id="frontpagerestaurants"><p><span class="frontpage">Featured Restaurants</span></p></div>
on my style.css
span.frontpage {
color: white;
font-weight: bold;
font-size: 20px;
font-family: garamond, "times new roman", serif;
}
#frontpagerestaurants {
border: solid #F2912A 1px;
height: 24px;
width: 448px;
background: #B3313A;
position:absolute;
top: 370px;
left: 378px;
text-align: center;
}
on my default.htm
<div id="frontpagerestaurants"><p><span class="frontpage">Featured Restaurants</span></p></div>




