CSS problem
Posted: Tue Feb 24, 2009 6:49 pm
Hi all,
i' m a beginner at css but i need to vertically center the menu text over a background image. i 'm using the horizontal menu system and have changed the CSS as follows...
.horbaritem {
position: relative;
white-space: normal;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: 13px;
font-align: center;
font-weight: bold;
background-image: url(menuimages/emptybutton.gif);
background-repeat: no-repeat;
left: 0;
top: 0;
height: 50px;
width: 85px;
now, i'm assuming i need to assign the text differently from the horbaritem, but how do i go about this in CMsimple?
Thanks in advance
i' m a beginner at css but i need to vertically center the menu text over a background image. i 'm using the horizontal menu system and have changed the CSS as follows...
.horbaritem {
position: relative;
white-space: normal;
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: 13px;
font-align: center;
font-weight: bold;
background-image: url(menuimages/emptybutton.gif);
background-repeat: no-repeat;
left: 0;
top: 0;
height: 50px;
width: 85px;
now, i'm assuming i need to assign the text differently from the horbaritem, but how do i go about this in CMsimple?
Thanks in advance