Jump to content

browser problems


Guest MadMoby

Recommended Posts

Guest MadMoby

I am trying to find a list of code problems for HTML on different browsers. I am mainly focused on IE, Safari and Firefox. Does anyone have the answer?thanks

Link to comment
Share on other sites

theres no real definitive problems...Problems arise when you code websites, and it does strange things. Although this is linked to the way different browsers read different tags to what the browser spits out back at you.Kinda difficult to describe really. You learn what does what through experience, so, get on with making a site and see what problems you run into :)

Link to comment
Share on other sites

Sure enough. Here is a list of HTML tags that IE screws up:http://www.w3schools.com/tags/default.aspHere is a list of CSS properties that IE screws up:http://www.w3schools.com/css/css_reference.aspAnd here is a list of Javascript objects that IE screws up:http://www.w3schools.com/jsref/default.aspI've never seen a list of specific things that any browser has a problem with. Your best bets are things like these:http://en.wikipedia.org/wiki/Comparison_of...hnology_supporthttp://www.webdevout.net/browser-support

Link to comment
Share on other sites

Sure enough. Here is a list of HTML tags that IE screws up:http://www.w3schools.com/tags/default.aspHere is a list of CSS properties that IE screws up:http://www.w3schools.com/css/css_reference.aspAnd here is a list of Javascript objects that IE screws up:http://www.w3schools.com/jsref/default.asp
haha...good one :)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...