Hoping someone can provide some advice, I am new to drupal and now really wondering why I took this project on???

I have managed to get all browsers to finally render the CSS site (still in dev) and have now found that Sarfari is not putting in the word-spacing for the bottom menu.

I am at a lost of how to get this working correctly. I used a theme called ZEN to start the basic's and have been modifying the CSS.

I appreciate any help. This is the site http://brisdom.com.au/mic/:: IE or firefox seem OK but Sarfari ???

Thanks for your time.

Comments

mndonx’s picture

Hi there - The word-spacing property is probably not the right property to use here -- I think you mainly use that to add spacing between words inside a paragraph. The HTML in the list example is a list (<ul><li><a></a></li></ul>).

I'd put margins around each link instead like this instead: #content-bottom ul.menu li a {margin: 0 15px}

Hope that helps -
Amanda

PS - Should that menu be centered? I'd take the padding-left:35px; off the #content-bottom and give it an explicit width (width: 850px). Then add text-align:center to your ul.menu. That will center the the menu items in that content-bottom div.

widge01’s picture

Hi Amanda

Thanks for your advice, it worked :) I was just about ready to give up....

Thank you, thank you

Bridget

mndonx’s picture

Yay! No problem. :)