• Reuben

    (@reuben)


    There’s something wrong with my stylesheets which cause any iframes to “jump” around on the page whenever a user mouses over a link, using firefox. Can anybody see what the problem is? Blog is at http://www.flavor8.com

    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter Reuben

    (@reuben)

    NB it is only the sidebar links that cause the jumping – the post links in the main content section are fine. Here’s all my sidebar stuff:

    #sidebar {
    width:200px;
    float:right;
    padding:20px 0;
    margin:0;
    border-left-width:1px;
    border-top-width:0px;
    border-right-width:3px;
    border-bottom-width:3px;
    border-style:solid;
    border-color:#DCDCDC;
    border-top-color: #FFFFFF;
    border-left-color: #DCDCDC;
    }

    #sidebar ul {
    list-style-type: none;
    padding: 0 0 1em 5px;
    margin: 0;
    }

    #sidebar ul li {
    margin: 0.5em 0 0 0;
    padding: 0;
    font-size: 0.9em;
    }

    #sidebar li a:link, #sidebar li a:visited {
    color: #8a3207;
    text-decoration: none;
    }

    #sidebar li a:hover {
    color: #753206;
    border-bottom: 1px solid #753206;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Stylesheet Problems – Jumping Iframes’ is closed to new replies.