CSS Layout

This is the first chapter of Dynamic HTML of Netscape Communicator! Unlike Internet Explorer, NC doesn't support any Simple Effects such as cursor changing or font changing. CSS is one of HTML4.0 component. So IE and NC has same function. Here is the simple codes;


  position:absolute;
  margin-top:100pt;
  margin-left:100pt;
  width:100pt;
  border-color:navy;
  border-width:2pt;
  background-color:#FFFFEE;
  

Almost same with IE 4, except border. You can give border to CSS with NC(not IE). Here is the picture

Here is the Example
Go Back to Home.