![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
To describe it as a table. I'm hoping to have a large cell with the text for a section contained in it. and then a smaller cell with an image. My problem is I simply can't get the DIV tags to align side by side. The second div keeps showing up below where the first one finishes. What two divs are you talking about? |
#3
| |||
| |||
|
|
Hi folks, I've been using CSS for style for several years now, but I've never attempted a layout using CSS. (I'd like to move away from tables) I'm working on a page here: http://www.eurekacamp.ca/demo/contact.php using the stylesheet here: http://www.eurekacamp.ca/demo/Eureka.css To describe it as a table. I'm hoping to have a large cell with the text for a section contained in it. and then a smaller cell with an image. My problem is I simply can't get the DIV tags to align side by side. The second div keeps showing up below where the first one finishes. I have seen something like this work here on css-discuss: http://css-discuss.incutio.com/?page=TwoColumnFloat I don't understand why their example works and my attempt does not. I appreciate any assistance (and pointers) the community can provide. Thanks Greg. |
#4
| |||
| |||
|
|
On 16 Mar 2006 21:34:07 -0800, greg.mckone (AT) gmail (DOT) com wrote: Hi folks, I've been using CSS for style for several years now, but I've never attempted a layout using CSS. (I'd like to move away from tables) I'm working on a page here: http://www.eurekacamp.ca/demo/contact.php using the stylesheet here: http://www.eurekacamp.ca/demo/Eureka.css To describe it as a table. I'm hoping to have a large cell with the text for a section contained in it. and then a smaller cell with an image. My problem is I simply can't get the DIV tags to align side by side. The second div keeps showing up below where the first one finishes. I have seen something like this work here on css-discuss: http://css-discuss.incutio.com/?page=TwoColumnFloat I don't understand why their example works and my attempt does not. I appreciate any assistance (and pointers) the community can provide. Thanks Greg. 1. (Comment) The sample you provided is nowhere near non-table layout. 2. (Answer) Your #topcontent and #bottomcontent has 60% width each, how do you expect them to fit side by side in 800px table cell, which is 100% in your case, where you may have to need 120%? -- o'tom po'tom |
#5
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |