View Full Version : مشکل با firefox و css
  
lordhp
جمعه 29 خرداد 1388, 20:43 عصر
سلام
من یک فایل css دارم که  firefox میتونه از اون error بگیره (منظورم اینه که فایل css رو می خونه ) اما فقط توی IE سایت رو درست می بینم و  firefox و safari کلا css رو skip کردن
من هم فقط از کد زیر در head استفاده کردم
<link rel="stylesheet" href="styles.css" type="text/css">
violet
شنبه 30 خرداد 1388, 16:45 عصر
توضیحات شما ناقصه؟
نمونه کد؟
lordhp
شنبه 30 خرداد 1388, 16:50 عصر
/* CSS Document */
*
{
margin: 0px;
padding: 0px;
}
body 
{
 background: #000000 url(../pix/back_all.jpg) no-repeat;
 margin-top: 20px;
 margin-left: 20px;
 margin-right:20px;
 margin-bottom:20px;
}
#maindiv
{
 background:url(../pix/commentbackground.png);
 margin-left:120px;
 width:840px;
 height:315px;
}
#Chat
{
 margin-left:20px;
 margin-top:20px;
 width:800px;
 height:300px;
 overflow:auto;
}
#input
{
 margin-left:140px;
 margin-top:8px;
 width:740px;
}
#bar
{
 background:url(../pix/bar.png);
 width:800px;
 height:96px;
 margin-left: 140px;
 margin-top: 20px;
}
#homeb
{
 margin-left:145px;
}
#LinkinParkAxPlayer
{
 position: absolute;
 margin-left:20px;
 margin-top:20px;
}
#maintable
{
 margin-left:140px;
 margin-bottom:20px;
}
#WLSearchBoxDiv
{
 margin-left:140px;
 margin-bottom:8px;
}
#copyright
{
 color:#FFF;
}
#MicrosoftTranslator
{
 margin-left:10;
}
#signupTable
{
 background:url(../pix/TableBack.png);
 color:#FFF;
 width:800px;
 height:auto;
 margin-left:140px;
 margin-top:8px;
 margin-bottom:20px;
}
#browser
{
 margin-top:10px;
 margin-right:10px;
}
#text
{
 width:800px;
 margin-left:40px;
 margin-top:8px;
 height:250px;
}
#number
{
 width:40px;
 margin-top:8px;
 margin-left:40px;
}
#num
{
 margin-left:20px;
 margin-top:8px;
 width:100px;
}
#changeb
{
 width:100px;
 margin-top:8px;
 margin-left:40px;
}
#downloadTable
{
  background:url(../pix/TableBack.png);
  color:#FFF;
  width:800px;
  height:800px;
  margin-left:140px;
  margin-top:8px;
  margin-bottom:20px;
}
.button
{
 width:128px;
 height:32px;
 text-align:left;
 margin-left: 0px;
 margin-top: 8px;
 margin-bottom:8px;
}
.mps
{
 background:url(../pix/SpanBack.png) no-repeat center;
 width:340px;
 height:340px;
}
.news
{
 color:#FFF;
}
 
 
البته یک نکته هم داره اونم اینه که بعشی ها رو اجرا می کنه و بعضی ها رو نه!
 
vBulletin® v4.2.5, Copyright ©2000-1404, Jelsoft Enterprises Ltd.