firefox 3.6.13
firebug 1.6
I’m not sure if this is a firebug issue, it could be an html
issue……….?
I’ve been using firebug to examine my page layout & something odd’s
going on. When I hover the cursor over body or over container in the
firebug window, the footer (colourful bar) is shown outside the areas
highlighted by firebug, even though the header, contents, & footer
divs are ALL within the container div in the html.
Unfortunately I can't attach screenshots here.....
HTML:
<body>
<div id="container">
<div id="header">
<img src……. />
</div>
<div id="content">
</div> <!--closing div, content-->
<div id="footer">
<img src…………../>
</div>
</div> <!--closing div, container-->
</body>
Anyone got any idea what’s causing this & what I can do about it? Does
it even matter i.e. could it be affecting other stuff in the page’s
layout?
TIA
--
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.