简体   繁体   中英

How to edit focus, hover etc. effect properties of elements on the fly by Chrome, Firefox and Internet explorer

One can change the design of any html element on the fly thanks to "Inspect element" tool of Chrome and Firefox, and with Developer tools of Internet Explorer. But how can I see and modify the on hover, on focus like action triggered design choices

  • in Chrome
  • in Firefox
  • in İnternet Explorer ?

These browsers are enough for me but if you give information for other common ones, it may be useful for someone else.

Thanks.

The image below shows how it's possible in Chrome.

在此处输入图片说明

In Firebug you can right click on the area under the style tab and add a new rule that contains the pseudo selector you need to test.

I am unsure about IE

Hope it helps

Adding to the answer by grimmus in Internet Explorer you can have developer tools option by pressing the F12 key

Most Commonly used developer tools are

1.Firebug
2.Web Developer tools(Both Firefox and chrome)
3.The latest version of Firefox has an embedded developer tools option in Chrome also   you can inspect the elements

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM