PDA

View Full Version : Help with Firefox


mhabca
08-27-2007, 02:53 AM
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

<li><a class-="nohref">Governance</a>


Note the "-" before the "=" sign

also, I notice:


<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...


<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!