Forums

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

Home Forums CSS RESOLVED: Module Headers: Background Image with font only padding Re: RESOLVED: Module Headers: Background Image with font only padding

#111416
HemZone
Member

Try to Edit Your Code & Add these values.

.menuhorizontal_menu li {float: left;
font-size: 1.2em;
padding: 0 20px;
border-right: 1px solid white;
line-height: 28px;
text-decoration: none;
height: 30px;
list-style-type: none;}

You can use different image instead of right border for separation.