Layout using CSS

This is a discussion on "Layout using CSS" within the Web Page Design section. This forum, and the thread "Layout using CSS are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 7th, 2007, 09:13
Junior Member
Join Date: Nov 2007
Location: UK
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Layout using CSS

Hi all,

It is me again, I was browsing the Internet looking for a nice looking layout for my website, I came across this http://www.norfolkandchance.net website and I really like the layout, Just wondering if this was done in CSS? If it is could someone explain how he did this?

From what I can see he has:

Header div
left col div
center col div
right col div
foot div

Then withing the left and right col's he would have more divs in there for certain areas? Am I going in the right direction?
Reply With Quote

  #2 (permalink)  
Old Nov 7th, 2007, 09:17
Rakuli's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Layout using CSS

That site is down so I can't tell

It gives a mysql error.. lol
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
Reply With Quote
  #3 (permalink)  
Old Nov 7th, 2007, 09:22
Junior Member
Join Date: Nov 2007
Location: UK
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Layout using CSS

Its seems to be back online now.
Reply With Quote
  #4 (permalink)  
Old Nov 7th, 2007, 09:31
dangergeek's Avatar
Moderator
Join Date: Feb 2007
Location: UK
Posts: 172
Thanks: 0
Thanked 3 Times in 3 Posts
Re: Layout using CSS

I would hazard a guess to say he possibly used a template from the warcraft site if you are after an exactish match.

It is made with some CSS but has a load of tables rather than divs. baaaaaad

Quote:
Header div
left col div
center col div
right col div
foot div
This would be the correct way to do it when using divs.



Quote:
Then withing the left and right col's he would have more divs in there for certain areas? Am I going in the right direction?
Yep, there would be more divs contained within the left and right column divs.
Reply With Quote
  #5 (permalink)  
Old Nov 7th, 2007, 09:32
Rakuli's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Layout using CSS

That site is set using Tables for the majority of the layout... This isn't a very up-to-the-times approach.

Using CSS you could achieve this with something like
HTML: Select all
<div>
<div>
Header div
</div>
<div>
Float me to the left,
</div>
<div>
Float me to the right
</div>
<div>
I am main content, give me margins the width of the previously floated divs
</div>

</div>
Hope that helps,

Cheers
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
Reply With Quote
  #6 (permalink)  
Old Nov 7th, 2007, 09:41
Junior Member
Join Date: Nov 2007
Location: UK
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Layout using CSS

OK I've found out what he has been using and it is from here http://www.php-fusion.co.uk. So I guess it is just a template that he has modified.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS layout casho Web Page Design 4 Feb 10th, 2008 13:59
New to CSS Layout tapster Web Page Design 15 Oct 15th, 2007 10:18
please help on css layout geyids Web Page Design 12 Aug 18th, 2007 17:06
Fluid layout - IE6 clichés the layout when resizing cyberseed Web Page Design 7 Jun 16th, 2007 05:14
What makes a layout a good layout? Miles Lombardi Graphics and 3D 4 Jul 26th, 2005 03:22


All times are GMT. The time now is 16:34.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43