treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] IE7 Image placement issue

  • I am having an issue placing an image at http://tahoetalkradio.com/test in ie7. If you view the page in any browser other than ie7 you will see the listen now button on the top left of the page. With the ad's on the page I cannot even budge the button to see where it is at. I have tried messing with the margin and floating it but to no avail. I am using a specific stylesheet for ie7, but at this point the code remains the same for all browsers:

    ul#img-hover .listen-now a { height: 42px; width: 203px; background: url(images/listen-now.png) top center; margin: 245px 0 0 50px; }


    Thanks in advance for any help!
  • why not just make the listen now button a part of the navigation seperated by some margin? In i e 7 it doesn't even look like the code for the link is there. I am using i.e 8. I can see the site using I.E tester, but it does not allow me to view the souce code.
  • worked like a charm...thought had crossed my mind to do it that way guess I was just lazy. Thanks!