PDA

View Full Version : list-style and hr


carlitos_way
09-03-2007, 09:44 PM
Hi men,
I have 2 problems with this website (http://www.viniolindog.it/test/):

1- attribute "list-style:none" does not works on the vertical menu on the left

2 - i need to put the two hr at the same height.. how can i achieve this?

thanks for any help, still ready to learn..
cb

VIPStephan
09-04-2007, 01:37 AM
1.) Replace ul.verticalMenu with ul#verticalMenu.
2.) You set the margin of the h2s in em. Ems are relative to the parent element’s specifications and that’s why they are a different size in the two different divs. Set an absolute unit like px, cm, or in to get the same margin and make the horizontal rules apprear at the same height.