This is a discussion on "content area not expanding" within the Web Page Design section. This forum, and the thread "content area not expanding are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
content area not expanding
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
content area not expanding
Hi folks... I just posted this a while ago but can't find my post so I'm posting again.
I've been working on this site for 2 days and I'm at the point where I need help. I've "tried" long enough The site is http://www.whitelightwitheeta.com The problem I am having is that the #content area which holds two columns will not expand. In firefox, I can't even see the content area to the right of the nav bar. And in IE7 I can see some of the content area but it's not expanding. Here's the css:
|
|
|
|
#2
|
|||
|
|||
|
Re: content area not expanding
Please note
#content { width:779px; margin: 0 auto; background: #ABBDCC url(diamondback1.jpg) repeat-y center top; } The background image isn't showing in FF... sign |
|
#3
|
|||
|
|||
|
Re: content area not expanding
Ok ... I thought I'd give you hand to get you started in the right direction with this site here
You have alot of unnecessary divs in there. For example ... you #wrap, you can easily set the body { } element to center instead of creating a div for that. Unzip this file and just add your background_star.gif, header_final.gif and diamondback1.jpg in the /i/ directory. Well ... try that out and let me know. EDIT: Bah ... I forgot the diamondback1.jpg image ... re-uploaded zip file Last edited by karinne; Jan 29th, 2007 at 14:47. |
|
#4
|
|||
|
|||
|
Re: content area not expanding
Hi Karianne:
I can't open the .zip. I'm getting admin error... Hopefully someone from admin can help with that??? |
|
#5
|
|||
|
|||
|
Re: content area not expanding
ok.. got it.. I think you were editing your post!
|
|
#6
|
|||
|
|||
|
Re: content area not expanding
Let me know if you need help with it. Or understanding what I did versus what you had. |
|
#7
|
|||
|
|||
|
Re: content area not expanding
I have to look closely at it to see what you did versus what I did.
However there is a portion missing in your design. I have an overall page background which I understand can go into the html {} portion. But the part that is missing is the part where the diamondback1.jpg goes. That photo goes behind the two columns. That's why I had a #content div with the two columns inside. That is what was causing the #content not to expand. So that parts still an issue... I'll play with it and see if I can't figure it out now... Thanks Karianne! |
|
#8
|
|||
|
|||
|
Re: content area not expanding
Oh yeah ... just put your diamondback1.jpg image into the /i/ with the other ... sorry ... I was upload the new code when you tried to download it the first time and forgot to add it to my post.
BTW... Who the hell's Karianne?!? |
|
#9
|
|||
|
|||
|
Re: content area not expanding
Oh..........sorry...typo!!! My fingers were going too fast!!!!
I'm playing around with your code now!!! I'll probably screw it all up! |
|
#10
|
|||
|
|||
|
Re: content area not expanding
Ok.. what? Put the diamondback1.jpg into what /i/?
It has to go behind the two columns... how can that be done without having something to hold it as a background? |
|
#11
|
|||
|
|||
|
Re: content area not expanding
Quote:
Yes ... put diamonback1.jpg with the others I told you to put in /i/ What? I set it in the body and moved it down 164px which is you header image height. |
|
#12
|
|||
|
|||
|
Re: content area not expanding
Take a peak. www.whitelightwitheeta.com
I attached a very primitive example of what the site should look like. I think this will help you understand the "two backgrounds." Last edited by Lchad; Jun 17th, 2007 at 11:22. |
|
#13
|
|||
|
|||
|
Re: content area not expanding
And that's pretty much what I gave you no?
FF.jpg That diamond background goes underneath the menu and the content |
|
#14
|
|||
|
|||
|
Re: content area not expanding
Ok.. just finished with it... it's perfect....!!!! YOU ROCK!!!!!!
HOW THE HECK DID YOU DO THAT?? I'm going to go study this now! Thank you thank you thank you!!! |
|
#15
|
|||
|
|||
|
Re: content area not expanding
Ok I get it!!! You dropped the diamondback.jpg down .... that's so much easier!
I'm giddy with happiness because I've been struggling for 2 days! Now I can sleep tonight! hahahahahaha I feel like I owe you lunch or something! hahahaha |
|
#16
|
|||
|
|||
|
Re: content area not expanding
Practice, practice, practice
You just have to split it up properly to start. In this case you have 3 sections: header, side and content. So you start off by putting that in you html in the order in which you would want someone to "read" your site like screen reader do
|
|
#17
|
|||
|
|||
|
Re: content area not expanding
Quote:
I know the feeling! I've had those sleepless nights before and then someone just comes along and make you feel like you're on cloud 9 Well ... I do have a paypal account |
|
#18
|
|||
|
|||
|
Re: content area not expanding
Karinne:
The navigation is sitting exactly on top of the left edge of the diamondback1.jpg. Is there a way to move it over about 10 px to the right to give the appearance of a margin? I just tried a couple of things and they didn't work so since you were online, I'd thought I'd ask! And yes.. practicing is all that I've been doing! |
|
#19
|
|||
|