dj_ahmad
07-15-2010, 03:23 PM
من برای جوملا 1.5 از یه فالب ساختم ماژول های من تو موقعیت های مختلف دارای یک بدنه و یک هیدر هست .
بعد از ایجاد index.php مقدار زیر رو برای قسمت ماوژل ها توی css در نظر گرفتم ..ولی مشکلی که هست اینه که هیدر ماژول به نمایش در نمیاد
div.moduletable,div.moduletable_menu,div.moduletab le_text {
margin-bottom: 0px;
background-image:url(../images/b_mod.png);
background-position:bottom left;
background-repeat:no-repeat;
padding-bottom:20px;
padding-right:19px;
width:282px;
min-height:290px;
overflow:hidden;
}
table.moduletable th, div.moduletable h3,div.moduletable_menu h3,div.moduletable_text h3 {
background: url(../images/t_mod.png) no-repeat;
background-position:bottom left;
color: #FFFFFF;
text-align: right;
padding-right: 30px;
height: 69px;
line-height: 49px;
font-weight: bold;
font-size: 12px;
font-family:Tahoma;
margin-top:0px;
margin-right:-19px;
margin-bottom:0px;
}
h3 {
background-image: url(../images/bac_h2.png);
background-position:right;
background-repeat:no-repeat;
color:#FFFFFF;
text-align: right;
padding-right: 52px;
height: 21px;
line-height: 21px;
font-weight: bold;
font-size: 11px;
font-family:Tahoma;
margin-top:0px;
margin-bottom:2px;
}
table.moduletable td {
font-size: 11px;
margin: 0px;
font-weight: normal;
}
من متوجه نشدم مشکل از کجاست
خیلی هم بررسی کردم
بعد از ایجاد index.php مقدار زیر رو برای قسمت ماوژل ها توی css در نظر گرفتم ..ولی مشکلی که هست اینه که هیدر ماژول به نمایش در نمیاد
div.moduletable,div.moduletable_menu,div.moduletab le_text {
margin-bottom: 0px;
background-image:url(../images/b_mod.png);
background-position:bottom left;
background-repeat:no-repeat;
padding-bottom:20px;
padding-right:19px;
width:282px;
min-height:290px;
overflow:hidden;
}
table.moduletable th, div.moduletable h3,div.moduletable_menu h3,div.moduletable_text h3 {
background: url(../images/t_mod.png) no-repeat;
background-position:bottom left;
color: #FFFFFF;
text-align: right;
padding-right: 30px;
height: 69px;
line-height: 49px;
font-weight: bold;
font-size: 12px;
font-family:Tahoma;
margin-top:0px;
margin-right:-19px;
margin-bottom:0px;
}
h3 {
background-image: url(../images/bac_h2.png);
background-position:right;
background-repeat:no-repeat;
color:#FFFFFF;
text-align: right;
padding-right: 52px;
height: 21px;
line-height: 21px;
font-weight: bold;
font-size: 11px;
font-family:Tahoma;
margin-top:0px;
margin-bottom:2px;
}
table.moduletable td {
font-size: 11px;
margin: 0px;
font-weight: normal;
}
من متوجه نشدم مشکل از کجاست
خیلی هم بررسی کردم