Do you have any recommendations? I'm fairly new to web design and I
can't figure out a way to make it collapsible without being in the
current format.

Here is a screen shot of the root of the problem - 
http://i39.tinypic.com/t53ic9.jpg
Firebug 1.2.1 and firefox 3.0.11 here

Thanks,
Michael

On Jun 20, 11:28 am, Remy Damour <[email protected]> wrote:
> I got a look at it and I did not find your error (firebug 1.3.3 +
> FF3.0.11) although I'm not sure to have understood it well.
> Anyway <div> and <table> within a <a> node is the best way to run into 
> problems.
>
> http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fbookscrooge....
>
> Regards,
> Remy
>
> On Sat, Jun 20, 2009 at 10:45 AM, Michael
>
> Hincke<[email protected]> wrote:
>
> > I am getting a weird error on my page where extra "expandable lists"
> > show up. When inspecting with firebug it is clear that this is caused
> > by extra code in the html. However, when I view page source the
> > offending code is not there and everything is lined up and nice and
> > neat. To verify which is correct I checked my PHP and its is
> > definitely not outputting any extra code. (page works fine in IE and
> > Safari)
>
> > Webpage 
> > -http://bookscrooge.com/response.php?select=spring09&CRN1=2&CRN2=3&CRN...
>
> > Recap:
> > Firebug / actual page show the error
> > Page source / PHP show no errors
>
> > What Firebug shows
> > [CODE]
> > <a class="expanded" href="#">  </a>
> > <div class="subheader">
> > ...
> > </div>
> > <a class="collapsed" href="#"> </a>
> > <ul style="display: none;">
> > ....
> > </ul>
> > [/CODE]
>
> > What page source shows and what it should be:
> > [CODE]
> > <a class="collapsed" href="#"> </a>
> > <ul style="display: none;">
> > ....
> > </ul>
> > [/CODE]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to