היום מצאתי באינרנט קוד מגניב ללוגו של IE דרך CSS בלבד!!
הינה הקוד:
קוד PHP:

<style type="text/css"
#e-top

{

    
border2px solid #2b5ff8;

    
height58px;

    
width90px;

    
border-width50px 80px 17px 80px;
    
border-radius120px 120px 0px 0px;
    -
moz-border-radius120px 120px 0px 0px;

}

 

#e-bottom

{

    
border5px solid #2b5ff8;

    
height58px;

    
width90px;

    
border-width17px 80px 50px 80px;
border-radius0px 0px 120px 120px;

     -
moz-border-radius0px 0px 120px 120px;

}

 

#e-cut

{

    
margin-left75px;

    
width100px;

    
height20px;

    
bordernone dotted black;

    
background-color#ebebeb;

}

 

#ring

{

    
margin-top: -250px;

    
width240px;

    
height270px;

    
bordersolid orange;

    
border-width12px 0px 0px 24px;
border-radius400px 100px 400px 100px;

     -
moz-border-radius400px 100px 400px 100px;

}

 

#ie-logo

{

    
displayblock;

    
width250px;

    
height250px;

    
margin0 auto 10px auto;

    
padding50px;

    
background-color#ebebeb;
border-radius25px;

     -
moz-border-radius25px;

}
 
</
style>
</
head>
<
body>

<
div id="ie-logo">

    <
div id="e-top">

    </
div>

    <
div id="e-bottom">

        <
div id="e-cut">

        </
div>

    </
div>

    <
div id="ring">

    </
div>

</
div