Posts Tagged ‘cross browser’

How To Make Rounded Corners With CSS – Simply!

Rounded cornersLooking for a simple way to make rounded corners using CSS? Here it is! With this very simple method, you don’t need to use any images or complicated code with divs etc. Nothing really is necessary. Just 2 lines in your CSS file.

All you need is the following CSS property (in this example I create a “rounded-corners” CSS class which you can then apply to your HTML element): (more…)

Cross Browser Compatibility Tips

Cross BrowserI thought I knew a great deal about CSS and website design until I began doing cross browser debugging. Website developers know all too well that cross browser problems can turn into a front-end nightmare. If you fix one problem, you may often break something else in another browser. Designing a website to behave in outdated browsers (particularly Ie6) requires a lot of problem solving. Even after a great deal of practice, it is very difficult to design a website to display perfectly in all browsers. Here are some tools I find myself using most to test, and fix, some common problems: (more…)