Forums

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

Home Forums Other [Solved] Internship as Web Designer Re: [Solved] Internship as Web Designer

#78905
Rob MacKay
Participant

When working with IE I find you really have to stick to the rules – put your code through the W3 validator to catch bugs, because unlike other browsers IE 6 will break the page if tags are used incorrectly. Make sure you don’t use the :hover pseudo class on anything other than an A tag – otherwise it wont work.

Other than that there are loads of other issues… but most can be combated with HTML used correctly.