This is a discussion on "[SOLVED] how to put divs next to each other" within the Web Page Design section. This forum, and the thread "[SOLVED] how to put divs next to each other are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] how to put divs next to each other
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
[SOLVED] how to put divs next to each other
can anyone tell me if there is another way f putting divs next to each other without floating them both to the left or is there no other way
|
|
|
|
||||
|
Re: how to put divs next to each other
Absolute positioning? I dont understand really why you want to know!
__________________
Resources Administrator
Grilling Gurus - Interviews with the Best Web Designers and Developers in the Industry Got a Question for Ryan Carson and his Web Design/Development team Carsonified? Jack Franklin - My Blog (It's a Pen in My Mouth BTW)
Last Blog Entry: My Latest Project - Grilling Gurus... (Jun 11th, 2008)
|
|
|||
|
Re: how to put divs next to each other
as floating it to the left just isnt working for me on this site
|
|
||||
|
Re: how to put divs next to each other
Make sure the width of the divs is the right size. If they are in a Wrapper of 800px and each is 405px, they will not display next to each other.
__________________
Resources Administrator
Grilling Gurus - Interviews with the Best Web Designers and Developers in the Industry Got a Question for Ryan Carson and his Web Design/Development team Carsonified? Jack Franklin - My Blog (It's a Pen in My Mouth BTW)
Last Blog Entry: My Latest Project - Grilling Gurus... (Jun 11th, 2008)
|
|
|||
|
Re: how to put divs next to each other
ill upload it i tried Absolute positioning but that didnt work the problem is the ftr keeps going next to the rest of the divs and not staying at the bottom but when i view it it looks fine but in dreamweaver its all next to each other
____ its cool i used float left and then the next box Relative postioning and its workd the ftr stayed at the bottom ____ ha no it stoped my roll overs from working on the nav if i float the nav section the roll overs dont work ____ http://rawfreelance.co.uk theres the link i cant get the div under the nav to go to the left without either the nav roll overs stoping or the ftr jumping to the right side of the wrap Last edited by Ed; Jan 13th, 2008 at 18:10. Reason: Quadruple Posts |
|
|||
|
Re: how to put divs next to each other
Don't use absolute positioning, it's just a regular pain in the butt!
For what you are doing floating is the least complex. Your solution to your problem is so easy you'll die! Float the two columns left. Add to the footer css this code
If that doesn't do the trick and keep your footer below the two divs, then put a clear div in Column code <div class="clear"></div> Footer code Css for this is
|
|
|||
|
Re: how to put divs next to each other
I LOVE YOU hahaha cant believe that worked i thought i was missing a basic CLEAR Thankyou hahaha
|
|
|||
|
Re: how to put divs next to each other
I love you 2!
:laughing1: |
|
||||
|
Re: how to put divs next to each other
Everyone loves Linda
Thread solved
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Gaps between divs :-( | danny322 | Web Page Design | 13 | Jan 24th, 2008 10:14 |
| [SOLVED] Im getting a gap between 2 divs :-( | danny322 | Web Page Design | 1 | Jan 9th, 2008 08:46 |
| [SOLVED] overlapping divs :-( | danny322 | Web Page Design | 7 | Dec 18th, 2007 12:58 |
| [SOLVED] DIVs and Firefox - help! | Emzi | Web Page Design | 4 | Oct 4th, 2007 10:42 |