Posts Tagged ‘style’

Cross Browser Troubleshoooting

Thursday, January 24th, 2008

When designing sites you have to keep in mind that not everyone is using the same browser as you are. So as a designer you must keep cross browser compatibility in mind. There are many ways to do this. For some the easiest way is to make style just for that type of browser. This allows you to create different styles for each browser, giving you a different look for each person looking at the site. Another way is putting “if statements in the CSS for certain browsers. This is what I like, but for some people finding the right code for the certain browsers is difficult. I found I site that lists cheat sheets for just such a thing. So when you are designing sites and you have a problem with your design in different browsers, remember the different techniques to get around that problem.