Click here to Skip to main content
15,891,864 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey guys,

I'm trying to fit this 3 image, it's already night and I can't still make this fit right.

Please see the image this is what I want to happen: http://s13.postimg.org/l3m2bw6rb/div_problem.png[^


Here's another link:
[IMG]http://i39.tinypic.com/2d6wcw6.png[/IMG]


Thanks,
Posted
Updated 16-Jan-14 0:45am
v4
Comments
Karthik_Mahalingam 16-Jan-14 4:33am    
image not visible
KatsuneShinsengumi 16-Jan-14 4:39am    
Hi, I already add another link.
Karthik_Mahalingam 16-Jan-14 4:43am    
no luck
KatsuneShinsengumi 16-Jan-14 4:50am    
Basically it looks like this:
containerpanel{
height: 100px;
width: 100px;

}

panel 1{
height: 50px;
width: 50px;

}
panel 2{
height: 50px;
width: 50px;
}

Panel 3{
height: 100px;
width: 50px;
}

so basically 2 box on the left and one vertical rectangle on the right in one div container
Karthik_Mahalingam 16-Jan-14 4:56am    
you can use table tr td to arrange it.

1 solution

I did this:

div1, use float left
div2, use float right
div3, use position relative.

although I noticed that when i remove the bgcolor in the div1, the div2 extends it's color on div1's place. Other than that the other 2 div stays on it's position even with it's bgcolor removed.
 
Share this answer
 
Comments
Karthik_Mahalingam 16-Jan-14 10:04am    
good

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900