It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming CSS Forum

Please Help, I'm a Noob

Please Help, I'm a Noob

Postby MM xSkillz on Sat Aug 09, 2008 8:52 pm

Hi,

I'm pretty new at CSS so this is probably a simple question. Go to this page:

https://www.adhalo.com/test123/signup.php

And view it in Internet Explorer or FireFox. Near the bottom, on both sides of the footer is the background color of the content section (tan) and the horizontal rule which comes before the footer is cut off because of that. How can I fix that while still having spacing between the lines on the sides of the page and the content section? The content section (the part with the tan background) right now has 200px padding on both sides and that is what causes the problem. Is there a way for me to make the padding not go down that far? Thanks in advance!
MM xSkillz
100+ Club
 
Posts: 196
Joined: Fri Mar 16, 2007 5:07 pm

Postby dflynn on Sun Aug 10, 2008 4:46 am

just take the footer out of the div that has the padding applied and if the width is 100% then it should expand to fit the page
User avatar
dflynn
500+ Club
 
Posts: 860
Joined: Wed Oct 03, 2007 9:06 pm
Location: Guelph, Canada

Postby MM xSkillz on Sun Aug 10, 2008 2:47 pm

Sweat, that worked! Unfortunately, it created a new problem, in FireFox, there is now a small line of white right before the horizontal rule. Got any ideas on how I could get rid of that?
MM xSkillz
100+ Club
 
Posts: 196
Joined: Fri Mar 16, 2007 5:07 pm

Postby dflynn on Sun Aug 10, 2008 4:07 pm

hmm, if it's inside the box that controls the white footer then it will probably force the footer to engulf it. you may be able to take it out of the div and have it stretch across the page, but i haven't looked at your code
User avatar
dflynn
500+ Club
 
Posts: 860
Joined: Wed Oct 03, 2007 9:06 pm
Location: Guelph, Canada

Postby MM xSkillz on Sun Aug 10, 2008 5:53 pm

Um, I'm confused.
MM xSkillz
100+ Club
 
Posts: 196
Joined: Fri Mar 16, 2007 5:07 pm

Postby dflynn on Mon Aug 11, 2008 12:24 am

If it looks like this:

<div class="footer">
<hr>

</div>

it might work like this:

<hr>
<div class="footer>
</div>


or if the css for the footer says:

padding:__px;
take that out.
User avatar
dflynn
500+ Club
 
Posts: 860
Joined: Wed Oct 03, 2007 9:06 pm
Location: Guelph, Canada

Postby MM xSkillz on Wed Aug 13, 2008 4:29 am

Hmm, well I can't figure it out. Anyway, there's another issue. On one of the pages, it still looks how it did before (with the tan bars on the sides of the footer). Unfortunately, that's a page that you have to be logged in to see. It's just a testing site so I don't care about giving out admin info and I really want this to work so if I paid you $10, would you take a look at it and try to fix it (or if you can't fix it, tell me exactly what the problem is so I can tell the people who made the program I am using (it is not open source so I can only moddify a limited amount of stuff, not exact pages like that, it is encryped with Zend URL)?
MM xSkillz
100+ Club
 
Posts: 196
Joined: Fri Mar 16, 2007 5:07 pm

Postby MM xSkillz on Thu Aug 21, 2008 9:25 pm

Never mind, fixed it by putting everything into a table (so the overflow doesn't really show up since the background of the cell is the same color)!!!
MM xSkillz
100+ Club
 
Posts: 196
Joined: Fri Mar 16, 2007 5:07 pm


Who is online

Users browsing this forum: No registered users and 0 guests

cron