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:
image

screenshot firefox:
image

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

hi,

you try set top margin e.g. 2px value?

code: select all

.leftmodule1_header {
margin-top:2px;
}


olaf





Comments

Popular posts from this blog

Hur installera Joomla på One.com - Joomla! Forum - community, help and support

removing index.php from URL address - Joomla! Forum - community, help and support

「イメージマップのアンカー名には、...」のエラーが出ないようにしたい