css help
06-18-2010, 10:32 PM,
#6
RE: css help
(06-18-2010, 10:30 AM)Zavoo Wrote: yea i know i was trying to move it with css but it wont move

I guess you could make the footer div (id : footer) have relative positioning instead of static. And then place it relation to the top of the parent div.
I'm not fully sure, but this should do the trick (edit id: footer) :
PHP Code:
#footer { 
width300px;
positionrelative;
margin-topauto;
margin-rightauto;
margin-bottomauto;
margin-leftauto;
top165px;


Hope it helps ;)
Reply


Messages In This Thread
css help - by Zavoo - 06-14-2010, 08:44 AM
RE: css help - by Vanilla - 06-14-2010, 10:13 AM
RE: css help - by Zavoo - 06-18-2010, 06:17 AM
RE: css help - by Vanilla - 06-18-2010, 09:08 AM
RE: css help - by Zavoo - 06-18-2010, 10:30 AM
RE: css help - by Vanilla - 06-18-2010, 10:32 PM
RE: css help - by Zavoo - 06-19-2010, 06:38 AM

Forum Jump: