Page 1 of 1

DIV question

Posted: Sun Feb 15, 2009 12:08 pm
by DaRichMan
Is this possible with only divs and css or do i still need to make use of tables?

Re: DIV question

Posted: Sun Feb 15, 2009 3:46 pm
by CWebguy
yes, it's very much possible.  Try using floats.

Lance

Re: DIV question

Posted: Mon Feb 16, 2009 6:39 pm
by DaRichMan
CWebguy or ??? Can you give some hints or a sample ?

A 1000 thanx!  ;)

Re: DIV question

Posted: Mon Feb 16, 2009 6:46 pm
by Greg
Take a look at Stu Nicholls site - in particular this page http://www.cssplay.co.uk/layouts/three-column-layouts

This is coded for a 'page' but could be easily adapted to a table like block.

Re: DIV question

Posted: Mon Feb 16, 2009 7:14 pm
by DaRichMan
Thanx Greg, that website is a great help

Re: DIV question

Posted: Tue Feb 17, 2009 8:33 pm
by DaRichMan
Ok, after hours of finding out how, I almost finished turning a table based site into a div/css site. But there are a few thing and I can't find what’s wrong (not enough knowledge :-[);

• The bottom part needs to be the rest of the available height
• The menu needs to be aligned to the right
• The shadow to the right is not visible in Firefox, Chrome . . .
• The shadow to the right is visible in IE,  but there is a gap between it and the photo to the left

Please take a look at the site: http://www.christoffels.nl/index.php and I hope there is somebody who will help me :-*

Re: DIV question

Posted: Wed Feb 18, 2009 12:50 am
by Greg
Bottom part:
#barok_onder {height: 100%} or 50% ??

fix for menu being aligned right
#primary-nav {float: right;}

shadow ?

Re: DIV question

Posted: Wed Feb 18, 2009 2:07 am
by calguy1000
Okay.

This is not a CMS Made Simple specific topic.

Lets move it elsewhere people.

Re: DIV question

Posted: Wed Feb 18, 2009 12:32 pm
by DaRichMan
Greg wrote: Bottom part:
#barok_onder {height: 100%} or 50% ??

fix for menu being aligned right
#primary-nav {float: right;}

shadow ?
#primary-nav {float: right;} » Solved the menu isue
Thanx! ;D
calguy1000 wrote: Okay.

This is not a CMS Made Simple specific topic.

Lets move it elsewhere people.
Why? Is there no support allowed for css/div questions? ???