Hello,
I use css for the menu selection options with top menu and sub menus below some of these. It has worked perfectly for years, but now it unfolds the menu so that all menus are one below the other and takes up a lot of space and does not look right. Below is the section of the html relating to the menus.
Could it be related to unsecured pages and if so, how would I overcome that?
<!-- Start css3menu.com BODY section -->
<ul>
<ul id="css3menu0" class="topmenu">
<li class="topfirst"><a href="#" style="width: 130px; height: 15px; line-height: 15px;"><span>About</span></a>
<ul style="width: 145px;">
<li><a href="profile.html">Profile </a></li>
<li><a href="resume.html"> CV </a></li>
</ul>
</li>
<li class="topmenu"><a href="#" style="width: 130px; height: 15px; line-height: 15px;"><span>Work</span></a>
<ul style="width: 145px;">
<li><a href="objects.html"> Objects</a></li>
<li><a href="prints.html"> Prints</a></li>
<li><a href="wallworks.html"> Wall Works</a></li>
<li><a href="process.html"> Process</a></li>
</ul>
</li>
<li class="topmenu"><a href="news.html" style="width: 130px; height: 15px; line-height: 15px;">News</a></li>
<li class="topmenu"><a href="#" style="width: 130px; height: 15px; line-height: 15px;"><span>Projects</span></a>
<ul style="width: 145px;">
<li><a href="glass.html"> Field of Glass</a></li>
<li><a href="ice.html"> Ice</a></li>
<li><a href="iceland.html"> Iceland</a></li>
</ul>
</li>
<li class="toplast"><a href="contact.html" style="width: 130px; height: 15px; line-height: 15px;">Contact</a></li>
</ul>
<p class="_css3m"><a href="http://css3menu.com/">Creating CSS
Menu Css3Menu.com</a></p>
<!-- End css3menu.com BODY section -->
Does anyone please have any ideas or suggestions?
Regards,
Chris
I use css for the menu selection options with top menu and sub menus below some of these. It has worked perfectly for years, but now it unfolds the menu so that all menus are one below the other and takes up a lot of space and does not look right. Below is the section of the html relating to the menus.
Could it be related to unsecured pages and if so, how would I overcome that?
<!-- Start css3menu.com BODY section -->
<ul>
<ul id="css3menu0" class="topmenu">
<li class="topfirst"><a href="#" style="width: 130px; height: 15px; line-height: 15px;"><span>About</span></a>
<ul style="width: 145px;">
<li><a href="profile.html">Profile </a></li>
<li><a href="resume.html"> CV </a></li>
</ul>
</li>
<li class="topmenu"><a href="#" style="width: 130px; height: 15px; line-height: 15px;"><span>Work</span></a>
<ul style="width: 145px;">
<li><a href="objects.html"> Objects</a></li>
<li><a href="prints.html"> Prints</a></li>
<li><a href="wallworks.html"> Wall Works</a></li>
<li><a href="process.html"> Process</a></li>
</ul>
</li>
<li class="topmenu"><a href="news.html" style="width: 130px; height: 15px; line-height: 15px;">News</a></li>
<li class="topmenu"><a href="#" style="width: 130px; height: 15px; line-height: 15px;"><span>Projects</span></a>
<ul style="width: 145px;">
<li><a href="glass.html"> Field of Glass</a></li>
<li><a href="ice.html"> Ice</a></li>
<li><a href="iceland.html"> Iceland</a></li>
</ul>
</li>
<li class="toplast"><a href="contact.html" style="width: 130px; height: 15px; line-height: 15px;">Contact</a></li>
</ul>
<p class="_css3m"><a href="http://css3menu.com/">Creating CSS
Menu Css3Menu.com</a></p>
<!-- End css3menu.com BODY section -->
Does anyone please have any ideas or suggestions?
Regards,
Chris