发新话题
打印

新手求教

新手求教

如下:
#myPod{
   line-height:1.9em;
   font-style:italic;
   font-family:Georgia,"Times New Roman",Times,serif;
   color:#444444;
   border-color:white;
   border-width:1px;
   border-style:dashed;
   background-color:#a7cece;
   padding:25px;
   padding-left:80px;
   margin:30px;
   margin-right:250px;
   background-image:url(images/l4.gif);
   background-repeat:no-repeat;
   background-position:top left;
   }
在这其中,定义了margin:30px; 后面又有margin-right:250px; 在这种情况下,右边距是取30px还是250px呢?
以最后一次的属性值
从左到右
从上到下
  margin-right:250px;
发新话题