View Single Post
ישן 07-12-10, 13:49   # 1
morsrh
חבר מתקדם
 
morsrh's Avatar
 
מיני פרופיל
תאריך הצטרפות: Feb 2010
מיקום: אשקלון.
גיל: 31
הודעות: 444
שלח הודעה באמצעות MSN אל morsrh

morsrh לא מחובר  

Smile CSS , בעיה מעצבנת.

טוב אז יש לי את הקוד הזה :
HTML קוד:
<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;
        }
        
    </style>
</head>

<body>

<div class="MainDiv">
    <div class="bigDiv" style="background-color:blue ;"></div>
    <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>

</body>
</html>
התוצאה שאני רוצה להגיע אליה היא :



והתוצאה כרגע היא :



אשמח לתיקון + להסביר לי איפה הבעיה המעצבנת.
תודה.
  Reply With Quote