d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Baisc Html/css Question
Add Reply New Topic New Poll
Member
Posts: 22,030
Joined: Apr 28 2006
Gold: 1,283.00
Jul 12 2014 03:09pm
Hey guys -

Pretty minimal question but my HTML/CSS skill is pretty sub-par. I need to create the following overlapping rectangles but I'm struggling to figure it out. Any mind tossing in a quick hand and explaining this?



Appreciate it...
Member
Posts: 5,641
Joined: Apr 13 2006
Gold: 2.00
Jul 12 2014 03:45pm
div float margin/pad

/e

use style on div to float left and using margin/padding to get the positioning. Use z-order for top middle bottom.

This post was edited by SilverMice on Jul 12 2014 03:55pm
Member
Posts: 22,030
Joined: Apr 28 2006
Gold: 1,283.00
Jul 12 2014 04:04pm
Quote (SilverMice @ Jul 12 2014 03:45pm)
div float margin/pad

/e

use style on div to float left and using margin/padding to get the positioning. Use z-order for top middle bottom.


Well, I feel like an idiot that was much easier then I expected...
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll