Looks like a bug to me. You can see (on your screenshot) that there is a source link - template.css (line 144) - for styles coming from attached CSS files or embedded <style> element. However this link is missing if the style comes from inline definition (using style attribute), which is your case (such a style rule is labeled "element.style"). Honza
On Oct 31, 4:32 am, ClarkNZ <[EMAIL PROTECTED]> wrote: > Hi, > > I have a problem on my website where the description is overlapping my > images. > url:http://thenakedbaker.co.nz/index.php?page=shop.browse&category_id=20&... > > I know I can fix the problem by changing the element.style to float: > right (where circled in attached image) using firebug. > > http://www.webcreations.co.nz/temp_files/css.jpg > > Can anyone tell me how I find out where to edit this in my files? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
