Ultimate Web Site Drop Down Menu Forum

Ultimate Web Site Drop Down Menu Forum (http://www.udm4.com/forum/index.php)
-   Troubleshooting (http://www.udm4.com/forum/forumdisplay.php?f=12)
-   -   Help with Firefox (http://www.udm4.com/forum/showthread.php?t=487)

mhabca 08-27-2007 02:53 AM

Help with Firefox
 
I am completely new and basically have no idea what I am doing. Here is my trial website:

http://www.capeisgreat.org/trialindex.html

Everything works fine in Safari. In firefox, the dropdowns do not work. However if you go here:

http://www.capeisgreat.org/comingsoon.html
they work just fine. It makes no sense, since the "coming soon" page is simply a copy and past of the trial index page. Why would one work and not the other?

I'd really appreciate some help. Thanks.

bcarl314 08-27-2007 02:16 PM

Not 100% sure if this is the cause, but there are a few small html problems with your ul li list...

you have
Code:

<li><a class-="nohref">Governance</a>
Note the "-" before the "=" sign

also, I notice:

Code:

<li><a class="nohref"">Outstanding Achievement</a>
you have an extra closing quote.

Finally, and this might be the issue here...

You're missing a closing font tag in your html content...

Code:

<div style="margin-left:9em;height:20em;">

        <img src="header1.jpg" align="top"><p>
<h1><font color="maroon">

Welcome Back to the 2007 - 2008 School Year!!
</h1></font>
<font color="maroon">
Classess resume Thursday, August 30, 2007 for all students.
<!-- Need closing font tag here -->
</div>


mhabca 08-27-2007 02:58 PM

Thank you, thank you, thank you. I don't know which of those three things fixed it, but it works great now!


All times are GMT. The time now is 05:57 PM.

Powered by vBulletin® Version 3.0.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.