rss twitter facebook email feed subscription


CSSHunt showcasing best hunted web and logo designs - CSSHunt.com


Designersos codamaniacs

Email Subscription

Menu

Archives

Recent Posts

Tags


Banner 3

How to use firebug on internet explorer including ie6

How to use firebug on internet explorer including ie6

October - 4 - 2010 by Arbaoui Mehdi
Arbaoui Mehdi
Author: Arbaoui Mehdi

Hi, I'm Arbaoui Mehdi. I'm the editor of Depotwebdesigner and Codamaniacs,the Site Manager of both Tutoslinux, and Rabbitemplate. I spend too much time in front of the computer.

Here is snippet that’ll help you using firebug on the famous browser (internet explorer 6).

- Copy the code on your <head> </ head>

<script type='text/javascript' src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>

- Adding a condition for using firebug on any internet explorer version .

<!--[if IE]><![endif]-->

Final code :

<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml" lang="fr">
<head>
<title>How to use firebug on internet explorer including ie6</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!--[if IE]>
<script type='text/javascript' src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
<![endif]-->
</head>
Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Tumblr
  • Twitter

Related posts:

  1. CSS Rounded corner work in all browsers without images and javascript
  2. How to create an Under Construction Page with jquery
  3. How to create a Drop-down menu using jquery
  4. How to create a jQuery Headline Changer
  5. horizontal menu style dropdown with jquery
Tags:, , , , , , , , ,

Discussion 4 Comments

  1. Robert Wilson says:

    thanks for the post

    Reply

  2. livelybrowsers says:

    Thanks for good stuff

    Reply

  3. aparadekto says:

    Hey, I can’t view your site properly within Opera, I actually hope you look into fixing this.

    Reply

Leave A Comment

Name (required)

Mail (will not be published) (required)

Website