PDA

View Full Version : Getting my nav bar spacing even ...


leanne-b
Feb-20-2007, 10:08 PM
Hi there,

I'm hoping someone can help me ...

I have everything I now want in my navigation bar, however the spacing between all the words is not even. Can anyone tell me how to rectify this?

Also, the spacing between my slideshow photos at the top and bottom is large - I'd like to reduce the space. Is this possible? :scratch

Cheers :D

Leanne

Allen
Feb-20-2007, 10:51 PM
Hi there,

I'm hoping someone can help me ...

I have everything I now want in my navigation bar, however the spacing between all the words is not even. Can anyone tell me how to rectify this?

Also, the spacing between my slideshow photos at the top and bottom is large - I'd like to reduce the space. Is this possible? :scratch

Cheers :D

Leanne
Try these.

Space above and below slideshow.

#ssSlide {
height: 512px;
margin: -40px auto -60px auto;
}

Centers navbar

.menu ul{
width: 650px;
list-style-type:none;
padding:0;
margin:0 auto;
text-align:center;
}