If this has been asked and solved before then accept my apologies as I'm very new to this. I'm building a site using DW and don't use code at all. Everything looked fine on my machine but on other machines the screen seemed to resize and scroll-bars appeared - any idea why?
I put in a series of dropdown menus using Spry features - all worked fine. Then seemingly for no reason (I know there must be) the drop down menus seemed to convert themselves into a what could best be described as a bulleted list. I switched over to the code and have cut and pasted what was highlighted when I did that. Any help would be really appreciated.
thanks
<ul class="MenuBarHorizontal style1" id="MenuBar1">
<li><a class="MenuBarItemSubmenu" href="#">About Us</a>
<ul>
<li><a href="Aboutus.html">Our Team</a></li>
<li><a href="Missionstatement.html">Mission Statement</a></li>
<li><a href="Literature.html">Literature Download</a></li>
<li><a href="Feedbackformpage.html">Feedback Form</a></li>
<li><a href="careers.html">Careers</a></li>
</ul>
</li>
<li><a href="#" class="MenuBarItemSubmenu">Our Services</a>
<ul>
<li><a href="Pensions.html">Pensions</a></li>
<li><a href="Investments.html">Investments</a></li>
<li><a href="Mortgages.html">Mortgages</a></li>
<li><a href="Insurance.html">Insurance</a></li>
<li><a href="Taxation.html">Taxation</a></li>
<li><a href="Section481.html">Section 481</a></li>
</ul>
</li>
<li><a href="Newspage.html">News</a> </li>
<li><a href="#" class="MenuBarItemSubmenu">Useful Links</a>
<ul>
<li><a href="LifeCompanies.html">Life Companies</a></li>
<li><a href="http://www.financialregulator.ie/">Financial Regulator</a></li>
<li><a href="http://www.pensionsboard.ie/">Pensions Board</a></li>
<li><a href="http://www.bloomberg.com/">Bloomberg</a></li>
<li><a href="http://www.ise.ie/">Irish Stockmarket</a></li>
<li><a href="http://www.revenue.ie/">Revenue</a></li>
<li><a href="http://www.financialombudsman.ie/">Financial Ombudsman</a></li>
</ul>
</li>
<li><a href="ContactUs.html">Contact Us</a></li>
<li><a href="IndexHC.html">Home</a></li>
</ul>