On Jun 12, 9:04 am, honyk <[email protected]> wrote: > Hello Everyone, > > I am not very experienced user so it can be my fault, but when > debugging the following page:http://bilyujezd.cz/other/testcase.html > I see at many places extra <a name="id04" id="id04">text</a> elements > although in the original code there is "text" only (see div="footer" > for example). These elements are not appended by Firebug.
When I download the page and check the source code I can see that the <a name="id04" id="id04> element is part of the page and also present in the 'footer' element. <div><a name="id04" id="id04"> </a></div> <div id="footer"><a name="id04" id="id04">Patička s </a><a href="#">odkazem</a></div> Note that from some reason "View Page Source" doesn't show the <a> element (it works if I load the page from my local server). Honza > I am trying to fix that css as it is rendered in MSIE differently than > in FF. There might be some fundamental mistake in my source which > confuses both MSIE and Firebug. The main rendering problems are: > - ordered list "numeration" (always 1) > - strange wrapping of the footer (before <a> element) > - extra border above the second line of footer > I am not able to sort out this odd behaviour, moreover Firebugs a bit > cheats me ;-) > > Any hint is welcomed. > > Regards, > Jan -- 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.
