Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:24

Re: using css to add image, but is appearing over link text


Poster: verango
Dated: Thursday January 3 2008 - 1:47:02 GMT

I see now.

I will check with the guy here that implemented the menu because currently, it is built into another system, so there is no way to interact with the javascript, such as adding to it. Maybe there is way i can manually create a second javascript which is basically added to the first (probably not). I should know with in a few days a bit more, but in teh meantime, feel free to remove links as needed.

V

using css to add image, but is appearing over link text


Poster: verango
Dated: Monday December 31 2007 - 20:43:02 GMT

...instead of behind the link-text. Seems like this should be a factor related to CSS, but I could be wrong. the site is using a combination of an external stylesheet and some Internal.

http://qualitywater(dot)veracart(dot).com/catalog.html

Re: using css to add image, but is appearing over link text


Poster: Ruth
Dated: Tuesday January 1 2008 - 21:00:16 GMT

Hi,

I think it's because you're applying that using the a: class in css instead of the menu's css application property. See this demo about css and in the middle of the page is a link to some examples.

http://support.milonic.com/beginners/css_styling/

You could do this easier using the overbgimage property of the menu.

Add this to your myStyle section
Code:
overbgimage="menu_BG_Drop4.gif";
rawcss="padding:0px 5px 0px 15px";


Add this to your myStyle2 section
Code:
myStyle2.overbgimage="";
myStyle2.rawcss="padding:0px 0px 0px 5px";


Link removed!

Hope this helps.

Ruth