Aqua-Soft Forums: DIV Layout - Aqua-Soft Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

DIV Layout Rate Topic: -----

#1 User is offline   brokenlighter Icon

  • Group: Member
  • Posts: 26
  • Joined: 04-April 08

Posted 26 September 2008 - 06:34 PM

I am trying to do this

Posted Image

But when i put content in DIV 1 it pushes DIV's 2 & 3 down.

how do i stop that

I did it buy putting 2 inside 1 and then 3 inside 2, otherwise they ended up under eachother, whats the best way to do this.
0

#2 User is offline   davidsword Icon

  • Group: Subscribers
  • Posts: 1,016
  • Joined: 19-December 06

Posted 27 September 2008 - 12:29 AM

<div style="width:100%;float:left;overflow:hidden;">
 <div style="float:left;width:75%;">left</div>
 <div style="float:right;width:25%;">
  <div>top right</div>
  <div>bottom right</div>
 </div>
</div>

0

#3 User is offline   brokenlighter Icon

  • Group: Member
  • Posts: 26
  • Joined: 04-April 08

Posted 27 September 2008 - 01:12 AM

thanks again david
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic