Height issues?

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


 Subscribe in a reader

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

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Oct 30th, 2006, 22:32
Reputable Member
Join Date: Sep 2006
Location: England
Age: 20
Posts: 144
Thanks: 0
Thanked 0 Times in 0 Posts
Height issues?

I have nearly finished my first full css layout, there's one issue with height on the left hand navigation, it doesn't like 'Height: 100%;' and there is no other way(I think?) of me making the left nav stretch till it hit's the footer.

http://www.gtainformer.com/xboxsite/

does anyone know how i can do this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Oct 31st, 2006, 05:20
Up'n'Coming Member
Join Date: Aug 2006
Location: Australia
Posts: 94
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Height issues?

so wear exactly do you want your menu positioned?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Oct 31st, 2006, 14:50
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Height issues?

I'm assuming it's the grey graphic behind the navigation that you want to come down to the footer.

The best way to do this is probably to have a div that wraps around everything except the footer. You place the graphic on the right-hand side as required with background-repeat: repeat-x;

Some pointers:
In your html you have used the same id more than once. Id's must be unique within the page.

In your css file in the body style you have; font-color: There is no such attribute. It's just color:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Oct 31st, 2006, 16:54
Reputable Member
Join Date: Sep 2006
Location: England
Age: 20
Posts: 144
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Height issues?

I should of gave an image, the positioning is fine right now, see the below image and thanks geoff i'll fix them later, I think i used the news more than once, gotta change it to div class i think

http://gtainformer.com/xboxsite/problem.jpg
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Nov 2nd, 2006, 09:54
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Height issues?

Add this to your CSS to get height working a little better. It may not solve your problem, but it's a start

Code: Select all
html, body {
    height: 100%;
}
That will make height: 100%; the height of the browser window no matter how much content there is.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
css, height

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
100% height RZX Developer Web Page Design 11 Mar 29th, 2008 11:23
height: 100% Browser issues - okay in IE not in FF or Opera mmgrad Web Page Design 3 Oct 27th, 2007 11:24
How to make a table height equal to the browser height ? subhadip Starting Out 4 Sep 20th, 2007 07:56
100% div height jimz JavaScript Forum 2 Mar 22nd, 2006 01:53


All times are GMT. The time now is 10:47.


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