Hi there, but I would like to be able to view the IE
stylesheets code in Firebug, is there any way around this? You can try the Firebug Lite 1.3.0 beta: http://getfirebug.com/releases/lite/beta/ You should be able to see and edit the IE stylesheets. The css editor in IE is not as stable as in other browsers, but it may help you. Hopefully, the css editor will be much more stable in IE in the next release. regards, Pedro Simonetti. 2010/2/4 Jason <[email protected]> > I have the following code in my <head>: > > <link rel="stylesheet" href="style/main.css" type="text/css" > media="screen" /> > <link rel="stylesheet" href="style/framework.css" type="text/css" > media="screen" /> > <!--[if IE 7]><link rel="stylesheet" href="style/ie7.css" type="text/ > css" media="screen" /><![endif]--> > <!--[if IE 6]><link rel="stylesheet" href="style/ie6.css" type="text/ > css" media="screen" /><![endif]--> > > In Firebug when I click on the CSS tab it only picks up main.css and > framework.css, it hasn't picked up ie6.css and ie7.css. > > This is understandable as Firefox does not pick up the IE stylesheets > (thats the whole point) but I would like to be able to view the IE > stylesheets code in Firebug, is there any way around this? > > -- > 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]<firebug%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/firebug?hl=en. > > -- 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.
