Style SheetsI want to talk to you about style sheets. In fact the true name of DHTML style sheet method is Cascaking Style Sheets Positioning (CSS). This is the basis of DHTML. Both IE 4 and NC 4 DHTML support this CSS. Now I'll show you how does CSS work. CSS deals with div tag. Let's learn! < div id="CSS" style="position: absolute; left:100px; top:50px; width:80px; height:40px; visibility:visible;" Here is the HTML!> Here is some rules
Click here to view example. |