Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS s and spacing problems Reply To: s and spacing problems

#236529
Paulie_D
Member

Oh dear…this menu is all built with images replacing text.

Surely we can do better than that!? There’s no need for that in this century.

Anyway, I suspect this has is related to the background-position…try something like

#mybooks {
    display: inline-block;
    width: 81px;
    height: 33px;
    background: transparent url("images/mybooks1.gif") no-repeat scroll 0px -1px; 
}