• uri : https://www.tamba2.org.uk/T2/archives/2004/06/10/firewalls/
    Problem: Hover the ‘Related posts from Waypath’ title just below the comments preview button. It wobbles madly!
    Root pointed it out, and I’ve tried everything (I think) I know to stop the wobbling.
    I’ve just cut out what I had, and replaced it with the default css that comes with waypath, but the effect continues.
    maybe it’s because it’s late .. but I’ve no clue right now.
    My css is in the usual place.

Viewing 7 replies - 1 through 7 (of 7 total)
  • doesn’t wobble on this side.. but I use Avant Browser

    Thread Starter Mark (podz)

    (@podz)

    I’ll add some code now …

    Thread Starter Mark (podz)

    (@podz)

    Hmmm ….. I added this:
    .wp-box-title a, .wp-box-title a:link, .wp-box-title a:hover, .wp-box-title a:visited {
    text-decoration:none;
    }
    Overkill, but hey ..
    Yet that image is *still* underlined, yet the a tag is in the class ‘wp-box-title’
    This is bugging me ??

    Podz this is more than a link jog caused by underlining. . On FF I get a wierd projection off to the right of the page with a kind of half formed scroll bar thingy. Looks horrible. Is this another FF thing I wonder?

    it’s not in the code you added it’s in the css originally.
    ———————————-
    a:hover {
    border-bottom:dotted 1px;
    }
    ——————————–
    thats the code doing it.
    add this code in and it should fix it.
    ———————————-
    .wp-box-title a {
    border: none;
    text-decoration: none;
    }
    ———————————–

    Thread Starter Mark (podz)

    (@podz)

    YAY !!!!!!!!
    Thanks !!
    Now why didn’t I think to start at the top ……
    Thanks again ??

    glad to help.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Odd CSS effect’ is closed to new replies.