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.
|
|
|
|
|
![]() |
||
Height issues?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
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? |
|
|
|
#2
|
|||
|
|||
|
Re: Height issues?
so wear exactly do you want your menu positioned?
|
|
#3
|
|||
|
|||
|
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: |
|
#4
|
|||
|
|||
|
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 |
|
#5
|
||||
|
||||
|
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
|
![]() |
| Tags |
| css, height |
| Thread Tools | |
|
|
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 |