Spry Menu Bar lost formating -
03-30-2009
, 11:30 AM
Hi,
I was cleaning up my site and wanted to place my main css file in the css
folder (for some reason, it was in the root folder). I assumed DW would keep
all links, etc. in tact. Everything else is fine, including my horizontal Spry
Menu Bar, but the vertical Spry Menu in my left sidebar lost all of it's
formatting.
I tried moving the file back but the link to the css, or whatever it is that
formats the styling for this, is broken. Even deleting the Spry Menu Bar and
inserting a new one has the same result - no formatting.
In the code for the Spry Menu Bar discussed (I removed a number of irrelevent
links):
<script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet"
type="text/css" />
<style type="text/css">
<!--
.style1 {
color: #FFFFFF;
}
-->
</style>
<link href="../SpryAssets/SpryMenuBarVertical.css" rel="stylesheet"
type="text/css" />
<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
</head>
<body class="thrColFixHdr">
<div id="container">
<div id="header">
<ul id="MenuBar1" class="MenuBarHorizontal">
[LI]<a href="../Contact-Us.html" rel="no follow">Contact Us</a></li>
[LI]<a href="../FAQs.html">FAQs</a></li>
[LI]<a href="../About-Us.html">About Us</a></li>
[/BULLET]
<a href="../index.html"><img src="../Graphics/bannerimage.jpg"
alt="BodyMindAwakening.com" width="890" height="275" border="0" /></a>
<!-- end #header --></div>
<div id="sidebar1">
<ul id="MenuBar2" class="MenuBarVertical">
[LI]<a href="../index.html">Home</a> </li>
[LI]<a href="../Reading.html">Recommended Reading</a></li>
[/BULLET]
<h3 class="style1"> </h3>
<!-- end #sidebar1 --></div>
Is this enough to go on to figure this out?
The CSS folder is in the root folder. The Spry Assets folder is in the root
folder. The .css file "thrColFixHdr.css" is the one I moved from the root
folder to the CSS folder.
Thanks for any help or suggestions! |