Revision: 59865
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 5, 2012 16:52 by kingbobiv
Initial Code
var elem = document.querySelector('h1#someId'); window.getComputedStyle(elem).display;
Initial URL
Initial Description
enter this into the browser console to check the computed style of any element you specify
Initial Title
get computed style of any element
Initial Tags
Initial Language
JavaScript