• Hi guys

    Please take a look at my site [https://darran.digital-pulse.net], the sidebar seems to be blinking in the sidebar, can anyone fix this for me?

    Here is my code for the sidebar


    <!-- begin sidebar -->
    <div id="sidebar">

    <?php mainCounter('Visits:', ''); ?>

    <?php TopHitsList(); ?>

    <?php jal_get_shoutbox(); ?>

    <?php xspf_player::start('category-tag'); ?>

    <div id="calendar">
    <?php get_calendar(); ?>
    </div>

    <?php if (function_exists('wp_theme_switcher')) { ?>
    <div id="themes">
    <h3><?php _e('Themes'); ?></h3>
    <?php wp_theme_switcher(); ?>
    </div>
    <?php } ?>

    <div id="categories">
    <h3><?php _e('Categories:'); ?></h3>

      <?php wp_list_cats('sort_column=name&optioncount=1&feed=rss'); ?>

    </div>

    <div id="archives">
    <h3><?php _e('Archives:'); ?></h3>

      <?php wp_get_archives('type=monthly&show_post_count=1'); ?>

    </div>

    <div id="blogroll">
    <h3>Blogroll</h3>

      <?php get_links(-1, '

    • ', '
    • ', ' - '); ?>

    </div>

    <div id="meta">
    <h3><?php _e('Meta:'); ?></h3>

      <?php wp_register(); ?>

    • <?php wp_loginout(); ?>
    • XFN
    • ">WP
    • <?php wp_meta(); ?>

    </div>

    </div>

    <div class="both"></div>

    </div>

    <!-- end sidebar -->

Viewing 7 replies - 1 through 7 (of 7 total)
  • I looked but nothing is blinking. I’m on IE6, sorry cannot help you…

    Thread Starter darran

    (@darran)

    Look in FF and it will blink, but thanks anyway.

    I hope any FF user will lend me a helping hand ??

    EDIT:See Podz comment further down

    Blinks for me, using FF 1.5, I’d be guessing, but perhaps one of these is causing your woes?

    <?php mainCounter('Visits:', ''); ?>
    <?php TopHitsList(); ?>
    <?php jal_get_shoutbox(); ?>

    Try removing each one, one at a time, and see what effect, if any, that has.

    #sidebar a {

    color: #003399;

    text-decoration:blink;

    }
    Remove that ?

    Thread Starter darran

    (@darran)

    This are the plugins, they should not be causing any problems. ??

    In your css, you have:
    #sidebar a {
    color: #003399;
    text-decoration:blink;
    }
    Sorry, I didn’t see podz comment.

    Thread Starter darran

    (@darran)

    That seems to be the problem, thanks a lot. Really helped me. But there are some minor bugs when I hover over it, I will get it solved.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Blinking topics’ is closed to new replies.