  
Body |   
#boxContent { border: none;z-order:300;background: #FFF;  }  
#boxContent { position: relative; left: -5px; top: -5px; } 
#boxContainer { position: relative; background: #AAA; margin: 4px;z-order:200;}  
 
.Content>p {margin:0px;} 
.Content>p+p {text-indent:30px;} 
 
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct  
length values to user agents that exhibit the parsing error exploited above yet get  
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include 
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */ 
 
body>#navAlpha {width:128px;} 
 
 
/* Again, "be nice to Opera 5". */ 
body>#navBeta {width:168px;} 
 
/* Again, "be nice to Opera 5". */ 
body>#navBeta {width:168px;} 
 
 
/* Again, "be nice to Opera 5". */ 
body>#webtop {width:168px;} 
 |