accordion
accordion
Just started using JQuery UI and ran into a cross browser issue it appears. I'm using the accordion which works great in IE..I decided to open it in Firefox and it seems like all the panels are open. Firefox doesn't seem to be finding my .js files perhaps. Here is how I have it setup
- <link href="~/Styles/2col-fixedwidth-shadow.css" rel="stylesheet" type="text/css" />
<link type="text/css" href="~/Styles/custom-theme/jquery-ui-1.8.2.custom.css" rel="stylesheet" />
<script type="text/jscript" src="Scripts/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="Scripts/jquery-ui-1.8.2.custom.min.js"></script>
<script type="text/javascript" src="Scripts/script.js"></script>