StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 08-31-2009, 01:13 PM
tonesie tonesie is offline
Registered User
Genesis Member
 
Join Date: Aug 2009
Posts: 10
Default Re: The Footer moved up the page... in Firefox not IE

Hi

not sure what code u need to get it to display in FF.....but heres the original of my footer code (unedited)...suggest ya back up ure footer.php..and then try using this...

Code:
<div class="clear"></div>

<div id="footer">

	<div class="footerleft">
		

<?php _e("Copyright", 'studiopress'); ?> &copy; <?php echo date('Y'); ?> <?php bloginfo('name'); ?> &middot; Agent theme <?php _e("by", 'studiopress'); ?> StudioPress</p>
	</div>
	
	<div class="footerright">
		

Get a Blog &middot; WordPress &middot; <?php wp_loginout(); ?> </p>
	</div>
    
<?php // begin code which decides if the footer should display the analytics code entered in the theme options page ?>    
	<?php if(get_theme_mod('analytics') == 'Yes') { ?>
        <?php echo stripslashes (get_theme_mod('analytics_code')); ?>
    <?php } else { ?>
    <?php } ?> 
<?php // end code ?> 
	
</div>

<div id="bottom">
	[img]<?php bloginfo('template_url'); ?>/images/bottom.gif[/img]" />
</div>

<?php do_action('wp_footer'); ?>

<?php // begin code for the javascript which is necessary for the dropdown menu to display properly in IE6 ?>    
	<script src="<?php bloginfo('template_url'); ?>/tools/js/dropdown.js" type="text/javascript"></script>
<?php // end code  ?> 

</div>

</body>
</html>
Good luck...

tony
 

Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Footer widgets in Firefox browser not showing up correctly cameronoliver General Discussion 1 06-30-2010 08:00 PM
footer moved across to my sidebar help General Discussion 7 11-25-2008 06:35 AM


All times are GMT -5. The time now is 02:37 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.