CSS problem

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
nicolem798
New Member
New Member
Posts: 3
Joined: Tue Feb 24, 2009 6:41 pm

CSS problem

Post by nicolem798 »

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
Post Reply

Return to “CMSMS Core”