![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've a site which used to be all tables but i wanted to try and do the css conversion, almost did it but having problems with a 3 column section of divs.. I want to use relative positioning and use the float method to make each div sit by each other but the div which is supposed to be on the far right will as hell not go there ! Well it does go to the right but the TOP is not at the same level as the center div, rather its top is the same as the bottom of the center div. |
#3
| |||
| |||
|
|
I want to use relative positioning and use the float method to make each div sit by each other but the div which is supposed to be on the far right will as hell not go there ! |
#4
| |||
| |||
|
|
Dave Brown wrote: I've a site which used to be all tables but i wanted to try and do the css conversion, almost did it but having problems with a 3 column section of divs.. I want to use relative positioning and use the float method to make each div sit by each other but the div which is supposed to be on the far right will as hell not go there ! Well it does go to the right but the TOP is not at the same level as the center div, rather its top is the same as the bottom of the center div. Put the content for the left and right floated DIVs in *before* the content for the one in the middle. So to get this: AAAAA BBBBB CCCCC AAAAA BBBBB CCCCC AAAAA BBBBB CCCCC You need this: DIV id="#leftFloat">AAAAA AAAAA AAAAA</DIV DIV id="#rightFloat">CCCCC CCCCC CCCCC</DIV DIV id="#center">BBBBB BBBBB BBBBB</DIV |
![]() |
| Thread Tools | |
| Display Modes | |
| |