Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorjonsaul
    • CommentTimeApr 23rd 2008 edited
     permalink
    Hi,

    Im having some bother getting rid of the horizontal bar on the "Latest Courses" section at the top of this site, does anyone have any idea what fixes this ?

    http://lakesworkforce.motionlabclients.co.uk/index.html

    Thanks,


    Jonsaul
    •  
      CommentAuthorthe.x.man
    • CommentTimeApr 24th 2008
     permalink
    Remove the <span class="move"> tags from your list (and the matching bit of css that applies to those tags), then change your css:

    #top #latest ul#container a {
    background-image:url('../img/button.jpg');
    background-repeat:no-repeat;
    height:20px;
    width:82px;
    text-indent:-9999px;
    display:block;
    margin-top:-33px;
    margin-right:60px;
    float:right;

    }
    • CommentAuthorqweewq
    • CommentTimeApr 29th 2008
     permalink
    Add the property overflow:hidden; to this element ul#container and your horizontal bars will go away.
Add your comments
    Username Password
  • Format comments as (Help)