Go Back   I-Mockery Forum > I-Mockery Discussion Forums > General Blabber
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #9  
MetalMilitia MetalMilitia is offline
Hitler's Canoe!
MetalMilitia's Avatar
Join Date: Sep 2004
Location: UK
MetalMilitia is probably a spambot
Old Feb 24th, 2008, 06:22 AM       
Ah, OK I think I see your problem. I believe it's acting strangely because the page-footer is in the wrong place and you're trying to hack the footerbar back into the correct place.

try this:

Move the page footer into the correct position:

#page-footer {
clear:both; <!--You don't need this, as clear only works with floated elements-->
margin:0pt auto;
padding:25px 50px 0px 0px;
width:730px;
position:relative;
left:-25px; <!--Move the tag to the left of the main wrapper-->
}

Adjust the navigation so it lines up with the new footer:

.navbar {
background-color:#EBEBEB;
clear:both;
padding:0pt 10px;
margin-left:40px; <!-- Push the navbar in a bit so it doesn't look weird-->

}

Get rid of the hacky x positioning:

.footerbar {
background:#EBEBEB url(./styles/proStrikers/imageset/strikers_footer.jpg) repeat-x scroll 0pt;
color:#FFFFFF;
height:86px;
margin-bottom:0pt;
padding-bottom:0pt;
position:relative;
top:15px;
width:780px;
}




I'm not able to test these changes in IE but I suspect they'll fix your main issue.
__________________
Quote:
Originally Posted by bigtimecow View Post
japan
Reply With Quote
 



Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

   


All times are GMT -4. The time now is 03:22 AM.


© 2008 I-Mockery.com
Powered by: vBulletin
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.