Cascade Style Sheet Beispiel: (Alle Elemente von Cascading Stylesheets Level 2 erklärt)
<div style="overflow:hidden; width:45px; height:45px;"> <img src="../images/icons/bild.gif"></div> <div style="overflow:visible; width:45px; height:45px;"> <img src="../images/icons/bild.gif"></div> <div style="overflow:scroll; width:45px; height:45px;"> <img src="../images/icons/bild.gif"></div> |