View Single Post
ישן 07-12-10, 13:55   # 2
mrns
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Apr 2010
הודעות: 346

mrns לא מחובר  

קוד:
<html>

<head>
    <style type="text/css">
        .MainDiv{
            width: 705px;
            height: 300px;
        }
        .slogDiv{
            width: 480px;
            height: 25px;
            top:0px;
            right:0px;
        }
        .bigDiv{
            width: 225px;
            height: 300px;
            top:0px;
            left:0px;
        }
        .largeDiv{
            width: 480px;
            height: 210px;
            top:25px;
            right:0px;
        }
        .marcDiv{
            width: 480px;
            height: 65px;
            top:235px;
            right:0px;
        }
        .r{
          float : right;
        }

    </style>
</head>

<body>

<div class="MainDiv">
    <div class="r">
        <div class="slogDiv" style="background-color:lightblue ;"></div>
        <div class="largeDiv" style="background-color:red ;"></div>
        <div class="marcDiv" style="background-color:green ;"></div>
    </div>
    <div class="r"><div class="bigDiv" style="background-color:blue ;"></div></div>
</div>

</body>
</html>
__________________
<°)))))><
mrns - קידוד ותכנות אתרים
  Reply With Quote