this is my html header... which seems to have a conflict... right where the < script > begins...
Code:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
<!--
body {
background-image: url();
background-color: #BFB999;
}
.roundclass { background: #BFB999; padding: 5px; border: solid 1px #666666; color: #FFFFFF }
-->
</style>
<link rel="stylesheet" type="text/css" href="navm.css" />
<script type="text/javascript" src="navm.js">
<script type="text/javascript" type="text/javascript" src="cssquery2-p.js"></script>
<script type="text/javascript" type="text/javascript" src="ruzeeborders.js"></script>
<script type="text/javascript" type="text/javascript"><!--
RUZEE.Borders.add({
'.roundclass': { borderType:'simple', cornerRadius:10, height:100 },
});
window.onload=function(){
//alert("sd");
RUZEE.Borders.render();
};
//-->
</script></head>
i need to load 2 different javascript on one page...
navbar includes:
navm.js
navm.css
rounded borders include:
cssquery2-p.js
ruzeeborders.js
i will post the codes for the js files if needed... right now i'm thinking hopefully it's just a conflict because i messed up in my head, because dreamweaver doesn't color the script tags below navm.js, it leaves them as text, rather than coloring them red which it usually does with scripts.
if i delete the 2 lines about the navbar, the borders work fine, if i leave them in there, i get the error message saying:
Don't know what to do with '.roundclass' Did you forget to include cssquery?