DIV question
DIV question
Is this possible with only divs and css or do i still need to make use of tables?
Re: DIV question
CWebguy or
Can you give some hints or a sample ?
A 1000 thanx!
A 1000 thanx!
Re: DIV question
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.
This is coded for a 'page' but could be easily adapted to a table like block.
Greg
Re: DIV question
Thanx Greg, that website is a great help
Re: DIV question
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
• 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
Bottom part:
#barok_onder {height: 100%} or 50% ??
fix for menu being aligned right
#primary-nav {float: right;}
shadow ?
#barok_onder {height: 100%} or 50% ??
fix for menu being aligned right
#primary-nav {float: right;}
shadow ?
Greg
-
calguy1000
- Support Guru

- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: DIV question
Okay.
This is not a CMS Made Simple specific topic.
Lets move it elsewhere people.
This is not a CMS Made Simple specific topic.
Lets move it elsewhere people.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: DIV question
#primary-nav {float: right;} » Solved the menu isueGreg wrote: Bottom part:
#barok_onder {height: 100%} or 50% ??
fix for menu being aligned right
#primary-nav {float: right;}
shadow ?
Thanx!
Why? Is there no support allowed for css/div questions?calguy1000 wrote: Okay.
This is not a CMS Made Simple specific topic.
Lets move it elsewhere people.

