• Hi,
    My widgets look fine on IE but Mozilla 3- one on top of the other.
    Could some one look at my sidebar script, and locate any problems? Sjould I also send other scripts for diagnosis?
    Thanks
    Gury

    <div id=”sidebar”>
    <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) : ?>
    <h2>Categories</h2>

      <?php wp_list_cats(‘sort_column=name&hierarchical=0’); ?>

    <h2>Archives</h2>

      <?php wp_get_archives(‘type=monthly’); ?>

    <h2>Blogroll</h2>

      <?php get_links(-1, ‘

    • ‘, ‘
    • ‘, ”, FALSE, ‘name’, FALSE, FALSE, -1, FALSE); ?>

    <h2>Meta</h2>

      <?php wp_register(); ?>

    • <?php wp_loginout(); ?>
    • <?php wp_meta(); ?>

    <p> </p>
    <?php endif; ?>
    </div>

Viewing 4 replies - 1 through 4 (of 4 total)
  • 1. Don’t post code here, especially not without using the “code” button. Nobody will read it. Nobody can read it, actually.
    2. When you are using widgets, it doesn’t matter what is in your sidebar’s code: everything is always overwritten by the widgets.
    3. Never ask display/layout questions without a link. If we don’t see it, we have no idea what your issue is.

    Thread Starter gurygury

    (@gurygury)

    So, Here is a link to a print screen photo. Though the language is Hebrew you can see that the sidebar widgets are one on top of the other. Any idea?
    Thanks,
    Gury
    ווידגטים תמונת מסך

    Images don’t have code to look at the source code and/or at the stylesheet.

    Thread Starter gurygury

    (@gurygury)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘widgets’ is closed to new replies.