|
For some reason all of the java script menu items are squished together...
Return to Recent Questions
Q:
For some reason all of the java script menu items are squished together
when I put the js code in my page. Is it a conflick with my css? How do I get around this?
A:
Please, try to add your
css file -> inline css
The problem is that the java script menu 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.
Return to Recent Questions
Related:
|