Hi Clemens,

   1. You normally don't have to completely reinstall Firefox to fix a 
   problem. Simply creating a new 
profile<https://getfirebug.com/wiki/index.php/Install_Firebug_into_a_clean_profile>often
 already does it.
   2. From your screenshot it looks like the CSS gets merged into the HTML 
   (via <style> tags). I explained this in more detail in the other 
thread<https://groups.google.com/forum/#!topic/firebug/utchKQx2T4g/discussion>I 
mentioned earlier, though accessing your page I can't see that. There's 
   probably an option within Magento controlling this like for DotNetNuke, but 
   I don't have any experience with that. Below is what I see when inspecting 
   the main image inside your page.
   3. Do you see this also at other pages than your shop? E.g. on 
   getfirebug.com?
   4. You have several ways to check where the CSS is actually coming from:
      1. Right-click into the page and choose *View Page Source* 
(*Seitenquelltext 
      anzeigen* in German). In the window that opens search for one of the 
      styles you see inside the *Style* side 
panel<https://getfirebug.com/wiki/index.php/Style_Side_Panel>. 
      (According to your screenshot e.g. vertical-align.)
      2. Switch to the *Net* 
panel<https://getfirebug.com/wiki/index.php/Net_Panel>, 
      reload the page and set the *CSS* filter. If the CSS isn't merged 
      into the HTML, there should be 15 requests (see the screenshot below).
      If you can't see them, switch the filter back to *All* and search for 
      one of the styles.
      3. Inside the *HTML* 
panel<https://getfirebug.com/wiki/index.php/HTML_Panel>search for 
      style and you'll probably find several <style> tags inside your HTML 
      containing all the styles.
   
With all that information given you should be able to find out where the 
problem lies.

Sebastian

-- 
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
https://groups.google.com/forum/#!forum/firebug

Reply via email to