6
Answers

Positioning in CSS

I have three div in a view page as below:

<div id=left>
<div id=body>
<div id=right>

i am trying to have three panels: left,body,right
how can i do this that will fit to any browser or window??

Answers (6)