xHTML & CSS

Making CSS position:fixed work on IE6

Sat, 20/03/2010 - 02:23 — admin

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 script

Sun, 04/01/2009 - 23:25 — duvien
conditional-css.com

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
  • It's free and open source!

Download Conditional-CSS

Opera 9.5 released

Thu, 12/06/2008 - 14:28 — admin
Opera 9.5

Opera is now out of beta and has released a final version of 9.5. It comes with many features including the following:

  • excellent support for current standards — (X)HTML, XML, XSLT, CSS 2.1, SVG 1.1
  • partial implementations of new emerging standards — CSS 3, HTML 5, and ARIA

Download a free copy of Opera 9.5

Fix PNG transparency for Internet Explorer

Thu, 22/05/2008 - 00:25 — duvien

pngfix for IEAs 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 - Taming the Beast

Thu, 15/05/2008 - 09:47 — duvien
Apple without images on emails

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

Read the Article - HTML Emails - Taming the Beast

The IE conditional comment

Mon, 21/04/2008 - 19:50 — duvien

IEWhen 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 »

Syndicate content