One of the things that i had to do earlier for a client's site was to add a feedback button which link to a feedback form. It was to sit on the far left of the page and about 270px away from the top which had to be in a fixed position (not scroll along with the page). This was easily achieved in all browsers using CSS position:fixed read more »
Conditional-CSS allows you to write maintainable CSS with conditional logic to target specific CSS statements at both individual browsers and groups of browsers.
Target CSS to any web-browser
Streamline maintenance of your CSS files
Optimise your CSS
Work around those annoying little CSS bugs
Automatic expansion and inclusion of @import statements
As you know Internet Explorer does not support PNG transparency and there are many javascripts out there to fix this problem. Many of them work really well but seems to require more effort and at time difficult to implement especially when dealing with developing on a CMS. read more »
HTML Emails can be a nightmare when there are so many different email services, and all seems to operate and render emails quite differently from each other.
Here is an article that should help ease the process
When working with CSS, cross browser compatibility is also an issue. Mostly on Internet Explorer web browsers. A way many web designers/developers get around this problem is by targeting certain IE with it's own CSS stylesheet to fix styling issues since each version renders CSS differently. This method is by using an IE conditional comments placed in the HTML < Head > tag. read more »
Duvien is the MD at a company called Platform Seven specialsing in Drupal development. This is his freelance website, blog, portfolio & digital playground. Find out more