Difference between revisions of "Test layout"

From ADF Docs
Jump to: navigation, search
(Created page with '<STYLE TYPE="text/css" TITLE=""> #left { position: absolute; left: 0px; width: 30%; color: red; background-color:#CCCCCC; border-style: solid; } #center { position: absolute; le…')
 
 
Line 1: Line 1:
 +
<HEAD>
 
<STYLE TYPE="text/css" TITLE="">
 
<STYLE TYPE="text/css" TITLE="">
 
#left {
 
#left {

Latest revision as of 01:42, 16 November 2009

<HEAD> <STYLE TYPE="text/css" TITLE="">

  1. left {

position: absolute; left: 0px; width: 30%; color: red; background-color:#CCCCCC; border-style: solid; }

  1. center {

position: absolute; left: 30%; width: 40%; background-color:#CCCCCC; border-style: solid; }

  1. right {

position: absolute; left: 70%; width: 30%; background-color:#CCCCCC; border-style: solid; }

body { margin: 0px; padding: 0px; } </STYLE> </HEAD>

<BODY>

left
center

</BODY>