View Single Post
ישן 09-07-07, 11:15   # 1
X-T
חבר וותיק
 
מיני פרופיל
תאריך הצטרפות: Jan 2007
הודעות: 1,021

X-T לא מחובר  

אי תאימות ב HTML עם ה IE6!

ה HTML:
PHP קוד:
<div class="spacex">
&nbsp;
</div>
<div class="linewithtwo">
<div class="toptitle">
<?=$title;?>
<div class="spacex" style="font-size:10px;">
&nbsp;
</div>
<div class="textarea" style="direction:rtl;color:black;text-align:right;">
<?=$recomment;?>(<a href="javascript:popUp('recomment.php?url=page.php?id=<?=$id;?>')">המלץ לחבר</a>)
<br /><br />
<?=$text;?>
</div>
</div>
<form method="post" action="whois.php">
<div class="domainbox">
<div class="domaintext">

    <select size="1" name="ext">
    <option selected value="com">com.</option>
    <option value="net">net.</option>
    <option value="org">org.</option>
    <option value="info">info.</option>
    <option value="biz">biz.</option>
    <option value="name">name.</option>
    <option value="us">us.</option>
    <option value="ws">ws.</option>
    <option value="co.il">co.il.</option>
    <option value="org.il">org.il.</option>
    </select>   
    <input type="text" name="domain" size="15">
</div>
<div class="domainspace">&nbsp;</div>
<input type="hidden" name="option" value="check">
<div><input type="submit" name="submit" class="dosearch" value="בצע חיפוש דומיין" /></div>
<div class="domainspacer">&nbsp;</div>
<!-- Ads -->
<div class="domainads"><img src="imgs\10.jpg" alt="מבצע החודש דומיינים שמות מתחם" /></div>
</form><br />
<div class="quote">
<br /><br /><div style="text-align:right;padding-right:20%">
&nbsp;

</div>
</div>
<div class="space">
&nbsp;
</div>
<div class="good">
&nbsp;
</div>
<div class="space">
&nbsp;
</div>
<div class="aq">
&nbsp;
</div>
<div class="space">
&nbsp;
</div>
<div class="underline">
<img src="thumb1.jpg" alt="" />
</div>

<!-- End ads -->
</div>
<!-- End of domain box -->

</div>
</div>
<!-- The next -->
    </div>
    </body>
</html>
ה CSS
PHP קוד:
.space{
        
width:760px;
        
height:3px;
        }
        .
spacex{
        
width:760px;
        
height:6px;
        }
        
        .
linewithtwo{
        
width:760px;
        }
        .
domainbox{
        
float:left;
        
width:227px;
        
height:165px;
        
background-color:#BCD9E9;
        
}
        .
domaintext{
        
padding-top:2%;
        
color:white;
        }
        .
domainspace{
        
width:760px;
        
height:3px;
        }
        .
domainspacer{
        
width:760px;
        
height:6px;
        }
        .
domainads{
        
width:210px;
        
height:85px;
        
background-color:white;
        }
        .
toptitle{
        
float:right;
        
direction:rtl;
        
background-image:url(blue.jpg);
        
background-repeat:no-repeat;
        
width:512px;
        
height:30px;
        
font-weight:bold;
        
font-family:Tahoma;
        
font-size:22px;
        
color:#283D5F;
        
text-align:right;
        }    
        .
textarea{
        
float:right;
        
direction:rtl;
        
width:auto;
        
height:auto;
        
font-family:arial;
        
font-size:14px;
        
color:#000;
        
text-align:right;
        }    
        .
quote{
        
padding-right:100%
        
direction:rtl;
        
width:226px;
        
height:163px;
        
font-family:arial;
        
font-size:14px;
        
background-image:url(quote.jpg);
        }
        .
good{
        
padding-right:100%
        
direction:rtl;
        
width:226px;
        
height:163px;
        
background-image:url(good.jpg);
        }
        .
aq{
        
padding-right:100%
        
direction:rtl;
        
width:226px;
        
height:163px;
        
font-family:arial;
        
font-size:14px;
        
background-image:url(aq.jpg);
        }
        .
underline{
        
vertical-align:buttom;
        
float:left;
        } 
התצוגה ב FF:
http://img295.imageshack.us/img295/6227/ffiy5.jpg
IE7:
http://img222.imageshack.us/img222/4193/ie7te1.jpg
IE6:
http://img182.imageshack.us/img182/1332/ie6ba8.jpg
אשמח לקבל עזרה והסבר היכן טעיתי.
__________________
You don't shine if you don't glow

Last edited by X-T; 09-07-07 at 11:19..
  Reply With Quote