Tutorials and tips covering HTML, CSS, jQuery and PHP for web designers and developers. Discussion of the latest Internet technology and search engine optimisation news.
IE7 was a definite improvement over the dreadful IE6, with it’s CSS rendering problems and PNG transparency issues, to name a few.
Early beta’s of the forthcoming Internet Explorer 8 have passed the Web Standards Project (WaSP) Acid2 test according to the official IE blog. Read the rest of this entry »
Tags: Acid2, Browser, IE8, Internet Explorer
Posted in General | No Comments »
As any web developer using CSS will know, different browsers render pages in different ways. Some browsers have a built-in stylesheet that can effect such things as margin and padding on page elements.
By resetting the built-in stylesheet in modern browsers a lot of the anomalies can be avoided – reducing the headache of adjusting CSS files by trial and error. Read the rest of this entry »
Tags: CSS
Posted in CSS | 1 Comment »
When you create your shiny new designs, no doubt you view it as your going along in your favourite browser. But I’m sure like myself you have encountered rendering problems between browsers. Some of the incompatibilities include:
- Padding and margin inconsistencies.
- PNG transparency problems in IE5.5/6.
- IE :hover only on anchors.
- Background image inconsistencies.
You have a few options at this point.
- Use CSS hacks for different browsers.
- Change your design to work in all browsers (possibly at the expense of your overall design).
- Detect the browser and serve a completely different stylesheet for each different browser.
Read the rest of this entry »
Tags: CSS, Hacks
Posted in CSS | No Comments »