Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Linking images in Header overlay (http://forum.bytesforall.com/showthread.php?t=13475)

sleenie Mar 24, 2011 06:02 PM

[SOLVED] Linking images in Header overlay
 
I'm working on getting my Facebook Twitter etc icon overlaying the header. I managed to get the icons to show up but the links just loop back to the site.

Code:

<div id="header_image_sociable">
  <ul>
    <li><a href="http://www.facebook.com/******************">
      <img src="<?php echo site_url(); ?>/wp-content/images/Facebook.png" alt="Facebook" /></a></li>
    <li><a href="http://www.twitter.com/*********">
      <img src="<?php echo site_url(); ?>/wp-content/images/Twitter.png" alt="Twitter" /></a></li>
    <li><a href="http://www.********.com/feed">
      <img src="<?php echo site_url(); ?>/wp-content/images/rss.png" alt="RSS" /></a></li>
  </ul>
 </div>

What am i missing?

juggledad Mar 24, 2011 06:56 PM

looks ok other than all the *'s. I'd have to see the site to see what you mean

sleenie Mar 24, 2011 08:18 PM

The *'s were just replacing the links. I'll open it up. Here's the link.

juggledad Mar 25, 2011 05:32 AM

you need to set a 'z-index' higher than the header link, set it to 10 or more.

pages are like a bunch of transparent sheets laid on top of each other. your links are below the header image which is set up as a link itself. since the header image covers the links, it's all you see.

sleenie Mar 25, 2011 07:53 AM

Thanks so much...got it! Working now.


All times are GMT -6. The time now is 04:03 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.