Test layout

From ADF Docs
Revision as of 01:42, 16 November 2009 by Renee.mckechnie (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

<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>