simple menu css prob

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.
Locked
adi

simple menu css prob

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

simple menu css prob

Post 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 !!!!
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

simple menu css prob

Post 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.
Locked

Return to “CMSMS Core”