• Resolved aw

    (@aw)


    So thanks again to yesterday’s helpers. And now the code is CSS valid. But the problem still persists…
    PREFACE TO THE PROBLEM – I’m using a variation of the 3 col black theme, which is itself a variation on the kubrik theme. The left, or 2nd sidebar is the addition, left open for anything. I’ve put in a temp gif file that is clickable–a precursor for what I intend to be clickable ad(s). It works perfectly in Firefox, and IE. But not in safari, THE PROBLEM: when you hover anywhere to the right of said left column, EVERYTHING features an underline, even things that should never underline when hovered, like the text in the post. And if you happen to click on any of that not supposed to be underlined stuff, you go to the same link as the clickable in the left sidebar. And before you ask, no, the clickable ad graphic is NOT wider than the leftcolumn itself. If anyone has any thoughts or ideas, let me know and thanks much in advance. The temp location for the site main page is: https://www.feveryone.com/testeroo

Viewing 4 replies - 1 through 4 (of 4 total)
  • You need to close the anchor that is in the sidebar2 div region. Safari is doing what you’re telling it do. That is, make a link, until the link is closed. ??

    Thread Starter aw

    (@aw)

    here’s the code from the sidebar php:

    <?php<br />
    /*<br />
    Template Name: Left Sidebar Template<br />
    */<br />
    ?>
    <div id="sidebar2"><br />
    <center><br />
    <a><br />
    <img src="https://feveryone.com/testeroo/wp-content/themes/3 col black/images/YOURADHEREVERTgreysmaller.gif" alt="vertical grey box linking to the advertising page"/><br />
    </center><br />
    </div>

    Thread Starter aw

    (@aw)

    so it’s just a above the last </div>, yes? I’ll try!

    Thread Starter aw

    (@aw)

    WORKS!!! Thanks to all who helped over the last 2 days!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Safari is killing me…’ is closed to new replies.