how do i get css source file path from firebug?

 ̄綄美尐妖づ 提交于 2019-12-10 15:39:40

问题


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.


回答1:


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


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




回答2:


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



来源:https://stackoverflow.com/questions/6128369/how-do-i-get-css-source-file-path-from-firebug

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!