Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Bugfixing Re: Bugfixing

#72711
seanroberts
Member

Well one way is to use developer tools like Firebug, for Firefox, to test potential fixes for bugs. Depending on the browser you are testing, you might have to download a plugin like Firebug. However, usually the issue comes with IE not supporting some rules. With that, to get to IE’s developer tool is by using the F12 key. This should bring up a tool similar to firebug. (Most browsers use F12 to pull up there developer tools)

Also if you wanted to create a IE condititonal statement, which would affect the IE versions you want, check out this post:

https://css-tricks.com/how-to-create-an-ie-only-stylesheet/

I am not sure what the best method is to view cross browser compatibility. But, I use Adobe Broswer Labs to view pages in multiple browsers.
I hope this helped.