Results 1 to 2 of 2

Thread: G-Chrome's "Inspect Element" Feature!

  1. #1
    Join Date
    Sep 2008
    Posts
    899

    G-Chrome's "Inspect Element" Feature!

    Wow. You never know until you play around with something.

    I just discovered Google Chrome's "Inspect Element" feature. It gives you an organized breakdown of the style and html of an element in an interface-type display with one click. What helped me was that it went and got "all that" for elements from another site that were "hidden" from my site's source page because they are part of a free commercial javascript application provided by, and from, that other site. I was therefore able to style the "incoming" elements via a <![if !IE]> conditional statement to make them behave across all browsers. Yeh, I'm one of the few (I guess) that build in IE first and then deal with everything else.

    I only use notepad to edit, so without discovering the Chrome feature, I might never have been able to figure out how to do it.

    It still shows the element within the source code of the entire page in a scrollable window within the display. It's hard to describe. You'll just have to try it.

    In Chrome, put your cursor over any element, right click, and click on "Inspect Element".

    Thumbs up for Chrome on this one.
    Last edited by djlebarron; 27 Jul 2009 at 03:23 AM.

  2. #2
    Join Date
    May 2009
    Location
    Canada
    Posts
    223
    You can get the same functionality, if not better, with the firebug plugin for firefox

Similar Threads

  1. Replies: 1
    Last Post: 09 Aug 2007, 03:21 PM
  2. Web CMS 2006
    By shepherd2000 in forum The Lounge
    Replies: 0
    Last Post: 12 Apr 2006, 01:44 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •