anything here
New member
I have an animated menu with javascript and css in the same HTML file..
I know it is better to separate the jquery and the css files, but when i put the css in a separate file, the jquery can't read it anymore,
although i included:<link rel="stylesheet" type="text/css" href="css/menu.css"/>
so how can i do that?
and the same to jquery?
thank you for any help
ooooooooooooooooooh, i solved the problem,
the images path is different when it is in in css, i must put "../" before the image path !!
thank you so much all
I know it is better to separate the jquery and the css files, but when i put the css in a separate file, the jquery can't read it anymore,
although i included:<link rel="stylesheet" type="text/css" href="css/menu.css"/>
so how can i do that?
and the same to jquery?
thank you for any help
ooooooooooooooooooh, i solved the problem,
the images path is different when it is in in css, i must put "../" before the image path !!
thank you so much all
