Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Live Friend
    #157711

    http://www.funkweb.no/

    The top icons + text (Joomla-Kurs | Animasjon …) works fine in most browsers. But are unclickable in IE7. They are simple image links (<a href=”..”><img/></a>).

    Any suggestions?

    Saguaros Moderator
    #369068

    Hello You try to remove the class=”caption” inside those img tags and check this issue again

    Thanks

    Phan Gam Friend
    #369082

    Hi,
    I have checked your site, I think causes of IE-7 problem comes from HTML mockup in topsl positon

    <a href="/Produkter/kurs-opplaering.html">
    <div class="img_caption left" style="float: left; width: 197px;"><img width="197" height="50" alt="Kurs i Joomla" src="/images/stories/bannere/banner-joomlakurs.png" class="caption" style="float: left;">
    </div>
    </a>

    ,
    A <div> tag inside of <a> tag, is not good for IE7, this browser will be re-generate html, and push <div> outsite <a> tag, so your html is not correct.
    To fix this bugs, try to replace <div> tag by <span>.

    <a href="/Produkter/kurs-opplaering.html">
    <span class="img_caption left" style="float: left; width: 197px;"><img width="197" height="50" alt="Kurs i Joomla" src="/images/stories/bannere/banner-joomlakurs.png" class="caption" style="float: left;">
    </span>
    </a>

    ,
    Hope that helps

    Live Friend
    #369779

    Thanks, a combination worked. I checked the code and the img tags only had class=”caption”, and no div. But removing class and moving the div outside the block worked. 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  Live 13 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum