Mercurial > open-web-challenges
changeset 21:aaf8f3a74070
Added hint for using firebug lite.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Tue, 31 Mar 2009 09:44:24 -0700 |
parents | 1c1f74ba541a |
children | f44ab359f4af |
files | index.html |
diffstat | 1 files changed, 9 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/index.html Tue Mar 31 09:36:12 2009 -0700 +++ b/index.html Tue Mar 31 09:44:24 2009 -0700 @@ -29,9 +29,15 @@ Firebug!</span> </div> <div class="hints"> - <p>You can enable Firebug by going to the “View” menu and - selecting “Firebug”.</p> - <p>You may have to enable Firebug to work with this site.</p> + <p>These challenges require you to be using Firefox with Firebug + installed. If you don't have it, you can try using <a + href="javascript:var%20firebug=document.createElement('script');firebug.setAttribute('src','http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js');document.body.appendChild(firebug);(function(){if(window.firebug.version){firebug.init();}else{setTimeout(arguments.callee);}})();void(firebug);" target="_self">Firebug + Lite</a>, but your mileage may vary.</p> + <p>If you have Firebug installed, you can show its panel by + going to the “View” menu and selecting “Firebug”.</p> + <p>You may have to enable Firebug to work with this site; the + panel at the bottom of this widnow should tell you how to do + that.</p> <p>You can inspect any visual element on a page by clicking “Inspect” at the top of the Firebug panel and then moving your mouse to the part of the page you’re interested in.</p>