Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Firebug not showing CSS files
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Julie  
View profile  
 More options Sep 24 2012, 10:05 am
From: Julie <julie_war...@hotmail.com>
Date: Mon, 24 Sep 2012 07:05:54 -0700 (PDT)
Local: Mon, Sep 24 2012 10:05 am
Subject: Firebug not showing CSS files

I have a problem with firebug not showing which css files are being used. I
have attached a screen shot and circled in red where I would normally
expect to find the name of the css file being used and now it is just
showing the URL link to the page that I am inspecting.
Is there a setting that need to be changed to get this back

  firebug.png
74K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Zartner  
View profile  
 More options Sep 24 2012, 5:32 pm
From: Sebastian Zartner <sebastianzart...@gmail.com>
Date: Mon, 24 Sep 2012 14:32:13 -0700 (PDT)
Local: Mon, Sep 24 2012 5:32 pm
Subject: Re: Firebug not showing CSS files

When you see the script name as source of the CSS, then it means that the
rule is defined inside of it inside a <style> tag. So it's an internal
stylesheet and not an external CSS file. The number behind it (in this case
17) means that it's the nth internal stylesheet (i.e. the nth <style> tag)
inside the page.

Sebastian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Julie  
View profile  
 More options Sep 27 2012, 1:53 am
From: Julie <julie_war...@hotmail.com>
Date: Wed, 26 Sep 2012 22:53:34 -0700 (PDT)
Local: Thurs, Sep 27 2012 1:53 am
Subject: Re: Firebug not showing CSS files

Sorry I am not sure I understand your answer.
Until this week when using Firebug I would always see then name of the
external style sheet that contained the rules relating to the element that
I was inspecting.
Now I am only seeing a URL so if I want to change the css rules it is very
dificult as I don't know which style sheet they are in??
What is an internal style sheet?
I am using Drupal which utilises Themes which are placed in the file system
and contain css files, which I am able to edit if I know which one is being
used.
So I still not sure how to work this out.

Julie


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Zartner  
View profile  
 More options Sep 27 2012, 3:49 am
From: Sebastian Zartner <sebastianzart...@gmail.com>
Date: Thu, 27 Sep 2012 00:49:06 -0700 (PDT)
Local: Thurs, Sep 27 2012 3:49 am
Subject: Re: Firebug not showing CSS files

> Until this week when using Firebug I would always see then name of the
> external style sheet that contained the rules relating to the element that
> I was inspecting.

Firebug didn't update this week, so it's probably a change in your website
or another extension, which is causing this.

> What is an internal style sheet?

http://www.w3schools.com/css/css_howto.asp

> I am using Drupal which utilises Themes which are placed in the file
> system and contain css files, which I am able to edit if I know which one
> is being used.
> So I still not sure how to work this out.

Could you provide a URL and the steps you do to reproduce the problem?

Sebastian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Julie  
View profile  
 More options Sep 28 2012, 3:21 am
From: Julie <julie_war...@hotmail.com>
Date: Fri, 28 Sep 2012 00:21:43 -0700 (PDT)
Local: Fri, Sep 28 2012 3:21 am
Subject: Re: Firebug not showing CSS files

<https://lh4.googleusercontent.com/-O0Z1enocbUw/UGVPEiZMEvI/AAAAAAAAA_...>

<https://lh6.googleusercontent.com/-Y1Zo5EQJkPU/UGVO1NFIFMI/AAAAAAAAA_...>
This first screen shot shows Firebug as it was working for me, I got this
screen shot from https://getfirebug.com/css, you see it show the css file
global.css. This second screen shot shows what I am seeing now
(FB-not-working.png) I can only see the URL of the site and not the
specific css file. The URL for this site is
http://www.speech-therapy.org.uk/. I am just pressing F12 to get Firebug up
and then you can see the rest from the screenshot. Thank you for looking
into this for me.
Julie


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Zartner  
View profile  
 More options Sep 28 2012, 7:48 am
From: Sebastian Zartner <sebastianzart...@gmail.com>
Date: Fri, 28 Sep 2012 04:48:37 -0700 (PDT)
Local: Fri, Sep 28 2012 7:48 am
Subject: Re: Firebug not showing CSS files

> This first screen shot shows Firebug as it was working for me, I got this
> screen shot from https://getfirebug.com/css, you see it show the css file
> global.css. This second screen shot shows what I am seeing now
> (FB-not-working.png) I can only see the URL of the site and not the
> specific css file. The URL for this site is
> http://www.speech-therapy.org.uk/. I am just pressing F12 to get Firebug
> up and then you can see the rest from the screenshot. Thank you for looking
> into this for me.

Hmm, I can't reproduce that using FF 15.0.1 + FB 1.10.3 on Win7.

My steps:

    Opened Firebug at http://www.speech-therapy.org.uk/
    Switched to the HTML panel and there to the Style side panel

The result is shown below.

Do you have different steps?
If not, I assume your problem is caused by another extension or a specific
setting. In this case you should follow the steps on our "first aid" page  
to find the culprit.

Sebastian

<https://lh6.googleusercontent.com/-3aBmpB3gOB4/UGWObGXwT1I/AAAAAAAAAD...>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Julie  
View profile  
 More options Sep 28 2012, 11:21 pm
From: Julie <julie_war...@hotmail.com>
Date: Fri, 28 Sep 2012 20:21:14 -0700 (PDT)
Local: Fri, Sep 28 2012 11:21 pm
Subject: Re: Firebug not showing CSS files

Hi
I use the same steps as you. Where do I find the First Aid page.

Thanks
Julie


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Julie  
View profile  
 More options Oct 2 2012, 3:30 pm
From: Julie <julie_war...@hotmail.com>
Date: Tue, 2 Oct 2012 12:30:18 -0700 (PDT)
Local: Tues, Oct 2 2012 3:30 pm
Subject: Re: Firebug not showing CSS files

I am still unable to see the css files that I need to edit. Firebug is
showing all my css as embded when previously is showed the file names that
contained the css. I am not sure how to resolve this???


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Zartner  
View profile  
 More options Oct 3 2012, 5:16 am
From: Sebastian Zartner <sebastianzart...@gmail.com>
Date: Wed, 3 Oct 2012 02:16:21 -0700 (PDT)
Local: Wed, Oct 3 2012 5:16 am
Subject: Re: Firebug not showing CSS files

Hi Julie,

sorry for not writing earlier. The first aid page is here:

https://getfirebug.com/wiki/index.php/I_found_a_Firebug_Bug!

Just forgot to link to it earlier.

Sebastian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Zartner  
View profile  
 More options Oct 13 2012, 11:45 am
From: Sebastian Zartner <sebastianzart...@gmail.com>
Date: Sat, 13 Oct 2012 08:45:50 -0700 (PDT)
Local: Sat, Oct 13 2012 11:45 am
Subject: Re: Firebug not showing CSS files

Hi again Julie,

in another thread <https://groups.google.com/d/topic/firebug/tbU5IZLoHNk> a
guy had the same problem as you and I guess he's also using Drupal. He said
in the settings is an option called "Allow Composite Files", which you have
to turn off.
Hope that helps.

Sebastian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »