By widge01 on
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
Hi there - The word-spacing
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-bottomand give it an explicit width (width: 850px). Then addtext-align:centerto yourul.menu. That will center the the menu items in that content-bottom div.Thank you very much
Hi Amanda
Thanks for your advice, it worked :) I was just about ready to give up....
Thank you, thank you
Bridget
Yay! No problem. :)
Yay! No problem. :)