L_eskandary
جمعه 26 آذر 1389, 10:23 صبح
با سلام
دوستان من کدهای css زیر رو برا یه td نوشتم ولی تو IE7 درست عمل می کنه و تو IE8 ظاهرا با imageUrl مشکل داره و جواب نمی ده (یعنی تو IE8 ، bakground-image رو نمی خونه):
#URightMenu
{
height: 140px;
padding: 12px 5px 4px 5px;
margin: 4px 00 4px 00;
background-image: url('../SkinImage/UserRMBg.gif');
background-repeat: no-repeat;
background-position: center;
}
#topmenu
{
height: 40px;
width:960px;
padding: 12px 5px 4px 5px;
margin: 4px 00 4px 00;
background-image: url('../SkinImage/menu2.gif');
background-repeat: no-repeat;
background-position: center;
}
#TRightMenu
{
height: 140px;
padding: 12px 5px 4px 5px;
margin: 4px 00 4px 00;
background-image: url('../SkinImage/TRightMenu.gif');
background-repeat: no-repeat;
background-position: center;
}
و البته همه کدهایی که مشابه این ها هستن .
ولی هر جا که از paddingو margin استفاده نکردم image رو هم نمایش می ده مثل :
#divUserbg
{
background-image: url('../SkinImage/Userbg.gif');
background-repeat: no-repeat;
background-position: center;
background-color :Gray;
width: 760px;
}
body
{
font-family: Tahoma, calibri;
font-size: small;
background-image:url( '../SkinImage/bg.jpg' );
background-color:#141414;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:50% 0px;
min-width:1025px;
}
پیشاپیش از توجه دوستان ممنونم.
موفق باشین.
دوستان من کدهای css زیر رو برا یه td نوشتم ولی تو IE7 درست عمل می کنه و تو IE8 ظاهرا با imageUrl مشکل داره و جواب نمی ده (یعنی تو IE8 ، bakground-image رو نمی خونه):
#URightMenu
{
height: 140px;
padding: 12px 5px 4px 5px;
margin: 4px 00 4px 00;
background-image: url('../SkinImage/UserRMBg.gif');
background-repeat: no-repeat;
background-position: center;
}
#topmenu
{
height: 40px;
width:960px;
padding: 12px 5px 4px 5px;
margin: 4px 00 4px 00;
background-image: url('../SkinImage/menu2.gif');
background-repeat: no-repeat;
background-position: center;
}
#TRightMenu
{
height: 140px;
padding: 12px 5px 4px 5px;
margin: 4px 00 4px 00;
background-image: url('../SkinImage/TRightMenu.gif');
background-repeat: no-repeat;
background-position: center;
}
و البته همه کدهایی که مشابه این ها هستن .
ولی هر جا که از paddingو margin استفاده نکردم image رو هم نمایش می ده مثل :
#divUserbg
{
background-image: url('../SkinImage/Userbg.gif');
background-repeat: no-repeat;
background-position: center;
background-color :Gray;
width: 760px;
}
body
{
font-family: Tahoma, calibri;
font-size: small;
background-image:url( '../SkinImage/bg.jpg' );
background-color:#141414;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:50% 0px;
min-width:1025px;
}
پیشاپیش از توجه دوستان ممنونم.
موفق باشین.