hey guys im working on a website http://hilarydevey.info/ And i have come into a bit of an issue. the advert to the left which says Test image. wont click as a hyperlink unless you hover just over the bottom. Rightads.php <div id="sidebar_container"> <h2>Advertisement</h2><div class="rightads_ad"> <a href="http://1bc45ju2w2vgro8br5dlh45z3f.hop.clickbank.net"> <img src="http://hilarydevey.info/wp-content/uploads/2011/10/testimage.png"></a> </div> <div class="sidebar_bottom"></div> </div> HTML: Sidebar.php <div id="sidebar"> <?php include (TEMPLATEPATH . '/rightads.php'); ?> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(1) ) : ?> <div class="sidebar_container"> <h2>Pages</h2> <ul> <?php wp_list_pages('title_li='); ?> </ul> <div class="sidebar_bottom"></div> </div> <div class="sidebar_container"> <h2>Categories</h2> <ul> <?php wp_list_categories('title_li='); ?> </ul> <div class="sidebar_bottom"></div> </div> <div class="sidebar_container"> <h2>Archives</h2> <ul> <?php wp_get_archives('type=monthly'); ?> </ul> <div class="sidebar_bottom"></div> </div> <div class="sidebar_container"> <h2>Blog Roll</h2> <ul> <?php wp_list_bookmarks('categorize=0&title_li='); ?> </ul> <div class="sidebar_bottom"></div> </div> <?php endif; ?> </div> HTML: IF the css is important please tell me
What I complain about is true.. In google chrome you can only click the bottom of the "Test image" and in internet explorer it overlaps other parts of the site.. I never mentioned a button