CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
CSS div alignment
stylish16
Permalink to comment
#
May 2012
Hello members,
I am new to CSS & at starting level.
I am developing web page in which i want 3 div's, 2 one below each other horizontally & third one vertically along with them.
Starting position from top of 1st horizontal and last that is 3rd one (vertical) is same.
I want CSS Code for that.
Please Help.
Paulie_D
Permalink to comment
#
May 2012
Can you provide us with some sort of concept image because I, for one, am having trouble understanding what it is you are after.
Senff
Permalink to comment
#
May 2012
Kinda like this?
http://jsfiddle.net/senff/BDwj9/6/
ylc66
Permalink to comment
#
May 2012
@Senff
: you did great ! :)
@stylish16
: based upon Senff's code, maybe using % (width and height) allows you to fit with the user's window ...depending on what you want...
Add a Comment
I am new to CSS & at starting level.
I am developing web page in which i want 3 div's, 2 one below each other horizontally & third one vertically along with them.
Starting position from top of 1st horizontal and last that is 3rd one (vertical) is same.
I want CSS Code for that.
Please Help.
@stylish16 : based upon Senff's code, maybe using % (width and height) allows you to fit with the user's window ...depending on what you want...