Jump to content

CSS menu items on my website


hybridgoomba

Recommended Posts

All right- look at my website here to start with. Yes, I'm a Nintendo fan. Anyway, look at the blue menu things on the 2 side menu bars. See how the white text automatically goes to the bottom? I want that to be in the center, between the top and the bottom. I've tried to figure out whats happening before, but obviously never have quite figured it out. The CSS file is located here, which is what you will need to fix it. I'm assuming I'm not doing something with the padding right, but I'm not sure. Thanks in advance.

Link to comment
Share on other sites

You put two padding-top declarations in your CSS, the first one will be ignored.Just remove the 5px of top padding..menubg {background-image:url(images/bluethememenubg.png);width:130px;font-size:13px;font-weight:bold;text-align:center;padding-top:0px;/* This line has been removed: padding-top:5px; */}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...