Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Digital Lifestyle
Web Design and Hosting
Image placement with CSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="RobDreugan" data-source="post: 44471"><p>you can use the display attribute.</p><p></p><p>So for instance. You could have your div column. inside of that you could have 2 divs. </p><p></p><p>You use the main div, for the placement of the entire section, but use the ones inside of the main one to display the information in a way you like.</p><p></p><p>So, you'd do something like this</p><p></p><p>div#1 {display:block;}</p><p></p><p>and then if you put say 10 images that are all the same size, like the example you showed, it'll block display them, i.e. just stack them right on top of each other. You obviously know you can set the width etc...but that should put you in the right direction.</p></blockquote><p></p>
[QUOTE="RobDreugan, post: 44471"] you can use the display attribute. So for instance. You could have your div column. inside of that you could have 2 divs. You use the main div, for the placement of the entire section, but use the ones inside of the main one to display the information in a way you like. So, you'd do something like this div#1 {display:block;} and then if you put say 10 images that are all the same size, like the example you showed, it'll block display them, i.e. just stack them right on top of each other. You obviously know you can set the width etc...but that should put you in the right direction. [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
Digital Lifestyle
Web Design and Hosting
Image placement with CSS
Top