Im working on a page and Im using a standard templet thats uses "Navigation: Simple - verticle" css. I want here to change the border-bottom under the links in the menu to a image:
/* menu li block */
#menu_vert li {
list-style: none;
margin: 0;
border-bottom: url(uploads/images/hoplijn.gif) no-repeat 0.4em center; (this line I want to work with a image)
}
Im using CMSMS 1.0.2.
Hope you understand what I meen!
/Nisse
change border-bottom in menu to a image
change border-bottom in menu to a image
Last edited by poffafett on Mon Jan 15, 2007 8:12 pm, edited 1 time in total.
Re: change border-bottom in menu to a image
Do you have a link we can look at?...
Re: change border-bottom in menu to a image
Im afraid not, I am workíng on my computer and using webserver on it, so I dont have any site on the web yet.
Re: change border-bottom in menu to a image
You can try background: url(uploads/images/hoplijn.gif) no-repeat left bottom; center will put it in the vertical center like the default arrows in the menu >
You will probably need to add some space at the bottom to make room for it unless you want it behind the text...
You will probably need to add some space at the bottom to make room for it unless you want it behind the text...
Re: change border-bottom in menu to a image
Thanks! That helped! Good and fast replys, like it!