Middle dot (·) as a menu separator - how to?


Author Message
Tom

Posted: 2/5/2011
Quote message 

I am pulling my hair trying to get the middle dot (ascii code: ·) as a menu separator. Instead the smallest available dot is for some reason generated as a blob. There is also a thin line available but it does not integrate with my other pages... i am bad in css and things like that. please help.......
 
Tom

Posted: 2/5/2011
Quote message 

Please anyone help....

This is the css code I probably have to modify to use the · (= ·) as a simple menu separator:

.art-menu .art-menu-li-separator
{
display: block;
width: 5px;
height: 21px;
}

.art-nav .art-menu-separator
{
display: block;
margin:0 auto;
width: 5px;
height: 21px;
background-image: url('images/menuseparator.png');
}
/* end MenuSeparator */


I bought Artister standard because I do not know how to code but this program does not let me insert a simple dot.... The graphical dot seems OK in Artisteer but in a browser it looks like a bullet. My other pages have the · and the bullet does not fit esthetically. How can I get the dot?
 
www

Posted: 2/10/2011
Quote message 

Replace that menuseparator.png in images folder with your own. Just change width and height after, if they are not same dimensions.