You can look through the Net panel for hints, but generally with HTTP the design is to prevent you from identifying the source file (which may not even exist).
jjb On Jan 8, 5:35 am, Steven <[email protected]> wrote: > Hi guys, > > I'm fairly new with Firebug, so I have a question that might be easy > to answer: > > at my websitewww.euklus.comI want to change the location of the > menu, it should be at the top of the page. > With firebug I found in the HTML-code what I should change, namely > > " <div id="menu-0-section" class="section" style="width: 0px; top: > 271px; left: 545px; visibility: hidden; z-index: -1;"/>" > > should be > > "<div id="menu-0-section" class="section" style="width: 0px; top: > 10px; left: 545px; visibility: hidden; z-index: -1;"/>" > > But here is the problem: I can't find the file in which I should make > the change! (i'm using Joomla as CMS) Can I use Firebug to determine > what the path to this file is? > > Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
