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.com%2Fresponse.php%3Fselect%3Dspring09%26CRN1%3D2%26CRN2%3D3%26CRN3%3D4%26CRN4%3D5%26CRN5%3D6%26CRN6%3D7%23

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&CRN3=4&CRN4=5&CRN5=6&CRN6=7
>
> 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