For some reason all of the javascript dhtml menu items are squished together
Return to Recent Questions
Q:
For some reason all of the menu items are squished together
when I put the js code in my page. Is my site's CSS overriding the
ones set in the menu css? If so how do I get around this?
A:
See, the problem is that the script can't get css properties of the object if they are described in separate .css block (or file).
To get the value you should move .css style into style="" attribute.
Please, try to add your
css file -> inline css
Return to Recent Questions
|