Quantcast
Channel: Internet Explorer Web Development forum
Viewing all articles
Browse latest Browse all 3527

Styles not showing up in Developer Tools

$
0
0
On certain websites, trying to use the Developer Tools (with Internet Explorer 8.0) the Styles and Track Styles panes are empty (the css styles do seem to apply to the webpage correctly). A bunch of sites that exhibit this behavior are the blogspot.com blogs.

If I save the webpage using File > Save As and choose to save it as a Web page, complete I get the same problems. However, if I comment out the <link>s that point to the
http://www.blogger.com/static and http://www.blogger.com/dyn-css stylesheets (usually 3) then the Styles and Trace Styles start showing the rest of the styles.

i.e.
 <LINK rel="stylesheet" type="text/css" href="http://www.blogger.com/static/v1/widgets/###-widget_css_bundle.css" >
 <LINK rel=stylesheet type=text/css href=http://www.blogger.com/static/v1/v-css/####-blog_controls.css >
 <LINK rel=stylesheet type=text/css href=http://www.blogger.com/dyn-css/authorization.css?targetBlogID=#####&zx=#### >

Why is this? I tried changing my privacy settings to allow cookies from that site, but Styles and Trace Styles would not show up.

Viewing all articles
Browse latest Browse all 3527