Page 1 of 1

simple menu css prob

Posted: Tue Jan 04, 2005 3:01 pm
by adi
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?

The site is at http://www.softdiag.co.uk

cheers for any help..

adi

simple menu css prob

Posted: Tue Jan 04, 2005 4:18 pm
by Anonymous
its okay.. now sorted.. changed some stuff in the horizontal menu ihtml.

But i cant find the css that changes the menu text size !!!!

simple menu css prob

Posted: Tue Jan 04, 2005 4:22 pm
by Ted
Edit modules/PHPLayers/phplayers/layersmenu-cms.css for now. I'm currently trying to come up with a better way to handle this.