Padding Problem - Joomla! Forum - community, help and support
hello,
first of thank taking time read topic.
im building joomla template have come across problem, problem ive got header title displaying correctly in ie7 not displaying correctly in firefox.
screenshot ie7:

screenshot firefox:

css code:
can solve problem?
thanks
shaun
first of thank taking time read topic.
im building joomla template have come across problem, problem ive got header title displaying correctly in ie7 not displaying correctly in firefox.
screenshot ie7:

screenshot firefox:

css code:
code: select all
.leftmodule1_header {
position:absolute;
top:0px;
left:0px;
width:238px;
height:25px;
background:url(../images/238x25leftmodule_header.png);
background-repeat:no-repeat;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
text-align: left;
padding-top:6px;
padding-left:10px;
}
can solve problem?
thanks
shaun
Comments
Post a Comment