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
  #1  
Old 06-17-2009, 10:01 PM
ddgdaily ddgdaily is offline
Registered User
Genesis Member
 
Join Date: Jun 2009
Posts: 24
Default side bar boxes breaking in firefox??

I have been working mostly in IE7, but have been using the firebug tools etc.. in firefox to make some changes, and I have noticed that the sidebar boxes aren't displaying correctly. The theme demo page however looks fine.

I haven't actually made any changes to the sidebar.php other than to delete the code for some of the default widgets, but I am wondering if I accidently broke something else??? It displays perfectly in IE. help please.

Website is - http://dropdeadgorgeousdaily.members.dcsi.net.au/

sidebar php is -

Code:
<div id="sidebar">
    	
	<ul id="sidebarwidgeted">
        
        <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar Top') ) : ?>
        
   		  
        
            <li id="quick-search" class="widget">
                <h2>Quick Search</h2>    
                <?php wp_dropdown_categories('show_option_none=Select category&hierarchical=true'); ?>
                <script type="text/javascript"><!--
                    var dropdown = document.getElementById("cat");
                    function onCatChange() {
                        if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {
                            location.href = "<?php echo get_option('home');
                ?>/?cat="+dropdown.options[dropdown.selectedIndex].value;
                        }
                    }
                    dropdown.onchange = onCatChange;
                --></script> 
            
        			
   		
        
			<li id="about-me" class="widget">
                <h2>About Me</h2>
                    

[img]<?php bloginfo('template_url'); ?>/images/about.png[/img]I am a Starbucks addict living in the northern suburbs of Chicago. I am a freelance web designer as well as an internet consultant who can be hired on an hourly basis. Read more...</p>
            
        
            <li id="recent-posts" class="widget">
                <h2>Recent Properties</h2>
                    <ul>
                        <?php wp_get_archives('type=postbypost&limit=5'); ?> [/list]            
            
        <?php endif; ?>
        
	[/list]
	<?php include(TEMPLATEPATH."/sidebar_left.php");?>
	
	<?php include(TEMPLATEPATH."/sidebar_right.php");?>
	
</div>
 

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
breaking news http://xrumerservice.org with xrumer blast breaking recaptcha code Lyncetehete General Discussion 1 01-20-2010 03:29 PM
Text Boxes in place of Featured Content Boxes IconicImagery General Discussion 5 08-05-2009 11:24 AM
Duplicate Section Boxes Display Problem in Firefox linusoft General Discussion 1 05-16-2009 10:10 AM


All times are GMT -5. The time now is 07:39 AM.

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