FireBug (or any other method) - How to copy all CSS styling from DIV and child divs? -
i trying copy css styling div (and child/inner divs). user firebug , hoping there simple way don't have go through thousands of lines of css stylesheet pick out handful need.
does know how firebug? or other developer tool? (i.e chrome, etc.)
as per: https://stackoverflow.com/a/8013320/900747 can use ie9 or ie8:
- open page want grab style in ie9
- press f12 display developer toolbar
- in developer toolbar press find , select "select element click"
- then go "view" > "source" , select "element source style"
this should give parent styles ensure layout same.
Comments
Post a Comment