Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 26, 2012 03:51 AM by res.web
Contributor
3060 Points
2788 Posts
Apr 26, 2012 03:10 AM|LINK
I need to stack two boxes in two columns and each box needs a shaded header area at the top. They should be bordered not touching each other.
I have searched google to death and have not found any help for this.
Can anyone here help?
Member
546 Points
138 Posts
Apr 26, 2012 03:51 AM|LINK
Hi,
For this you can use two divs and arrange them side by side using float:left;
To have space between this two divs you can set margin-right for first div.
Let me know whether it works
Jackxxx
Contributor
3060 Points
2788 Posts
Need to do 4 noxes with shaded tops on one page
Apr 26, 2012 03:10 AM|LINK
I need to stack two boxes in two columns and each box needs a shaded header area at the top. They should be bordered not touching each other.
I have searched google to death and have not found any help for this.
Can anyone here help?
Jackxxx
res.web
Member
546 Points
138 Posts
Re: Need to do 4 noxes with shaded tops on one page
Apr 26, 2012 03:51 AM|LINK
Hi,
For this you can use two divs and arrange them side by side using float:left;
To have space between this two divs you can set margin-right for first div.
Let me know whether it works