PDA

View Full Version : Help me I r stupid..



Jay
05-17-2009, 03:39 AM
Ok I should know how to fix this being as I am charging people but I think its just that I am extremely tired and I cant figure it out right now.. Check out this site I am designing www.hometownautomotivefred.com the page scrolls down way past the info and I cant seem to figure out how to fix it right now :/

Help!

AntiVelocity
05-17-2009, 05:21 AM
fixed:

www.antivelocity.com/jaysite.html

(missing pics for BG and buttons cuz its not hosted on your site)


oh yeah, should probably say what i did lol...

1) made the background car pic a top-tier div with height+width set, and made the pic a background for the div
2) used divs to space out your content
3) made changes to your global.css with new heights (cuz of new spacings) - copied over into the html since i can't actually edit your global.css

so basically, its:

<div - background car>
<div>buttons</div>
<div>first box o stuff</div>
<div>spacing</div>
<div>second box o stuff</div>
<div>footer</div>
</div>

I got rid of your top: -numbers; stuff, as that is what was pushing it down i think.

AntiVelocity
05-17-2009, 05:51 AM
oh, and it works in Opera and IE7 - those are the only browsers i have on this comp. It IS pretty standard code, so it should work in firefox and other stuff. I know most things that do and don't work in Opera follow the same thing in Firefox; its IE that likes to do random shit....

Jay
05-17-2009, 05:55 AM
K kool kool I will give that a shot tomorrow if I have any questions I will let ya know.. Thanks AV!