如何从firebug获取css源文件路径?

时间:2022-10-30 08:32:16

I need to modify a couple of classes in the css of the site i'm currently woking on. another person worked in it, so i really don't know where he has put the styles. i know firebug shows the css path on the corner, but it's just showing the url like this: http://localseo.org#3(line 149) . what does it mean? how do I get the file path? Thanks for the help everyone.

我需要在我目前工作的网站的css中修改几个类。另一个人在里面工作,所以我真的不知道他把风格放在哪里。我知道firebug显示了街角的css路径,但它只是显示了如下url: http://localseo.org#3(第149行)。这是什么意思?如何获得文件路径?谢谢大家的帮助。

2 个解决方案

#1


4  

Click on that URL.
It will open the correct file to the correct line. From there you can easily see the path...

点击这个URL。它将打开正确的文件到正确的行。从那里你可以很容易地看到小路……

如何从firebug获取css源文件路径?


However, if you mean file path, on the server, you cannot get that from the browser or Firebug; it depends on your server settings.

但是,如果您指的是服务器上的文件路径,则不能从浏览器或Firebug中获取;这取决于您的服务器设置。

#2


2  

Open firebug and you'll see a CSS pane/tab you can then select the stylesheet you want/need to edit.

打开firebug,您将看到一个CSS面板/选项卡,您可以选择您想要/需要编辑的样式表。

#1


4  

Click on that URL.
It will open the correct file to the correct line. From there you can easily see the path...

点击这个URL。它将打开正确的文件到正确的行。从那里你可以很容易地看到小路……

如何从firebug获取css源文件路径?


However, if you mean file path, on the server, you cannot get that from the browser or Firebug; it depends on your server settings.

但是,如果您指的是服务器上的文件路径,则不能从浏览器或Firebug中获取;这取决于您的服务器设置。

#2


2  

Open firebug and you'll see a CSS pane/tab you can then select the stylesheet you want/need to edit.

打开firebug,您将看到一个CSS面板/选项卡,您可以选择您想要/需要编辑的样式表。