I'm new to this thing and I used the Anylink CSS Menu and Anylink Vertical Menu.
The former is an external css and js file and I had no problem getting that to work.
The latter is internal and I made it an external css and js file. However, when i try to import both external css and js files, the former doesn't work. What am i doing wrong? i would really really appreciate your help on this since I'm kinda new to css. thanks
these are the lines i inserted in the head section to import the external files
this didn't work:
<link rel="stylesheet" type="text/css" href="../css/anylink.css, ..css/vertical menu.css"/>
<script type="text/javascript" src="../css/anylink.js, ..css/vertical menu.js">
</script>
this also didn't work:
<link rel="stylesheet" type="text/css" href="../css/anylink.css"/>
<script type="text/javascript" src="../css/anylink.js">
</script>
<link rel="stylesheet" type="text/css" href="../css/vertical menu.css"/>
<script type="text/javascript" src="../css/vertical menu.js">
</script>



Reply With Quote


Bookmarks