Header Bar not extending in IE7 - Joomla! Forum - community, help and support
i new css design , new joomla. have designed company website using free template downloaded. upgraded ie7 , noticed grey header bar/title bar in center of every page isn't extending across page.
it fine in firefox, not ie7. below examples of looks in ff , ie7. please help! i'm not sure fix problem.
my company's site www.msaonline.com.
thank you!
good:
bad:
it fine in firefox, not ie7. below examples of looks in ff , ie7. please help! i'm not sure fix problem.
my company's site www.msaonline.com.
thank you!
good:
bad:
in css file this:
add width statement looks this:
code: select all
.componentheading {
background: url(../images/subhead_bg.png) repeat-x;
color: #666666;
text-align: left;
padding-top: 4px;
padding-left: 4px;
height: 21px;
font-weight: bold;
font-size: 10px;
text-transform: uppercase;
add width statement looks this:
code: select all
.componentheading {
background: url(../images/subhead_bg.png) repeat-x;
color: #666666;
text-align: left;
padding-top: 4px;
padding-left: 4px;
height: 21px;
font-weight: bold;
font-size: 10px;
text-transform: uppercase;
width:625px;
Comments
Post a Comment