Contactez-nous : 01 71 18 39 73 | contact@thecodingmachine.com
Suivez-nous sur Facebook

html Syndicate content

Formater des emails en HTML

Il est toujours compliqué de formater ses emails en HTML pour envoyer des newsletters toujours "sexy". L'inconvénient est qu'aucun logiciel ou service de messagerie d'email n'interprète le code HTML de la même façon (Quand on voit que les navigateurs se sont mis d'accord et le résultat... imaginez les messageries d'emails qui n'ont pas d'accord directe !). Voilà donc quelques règles pour vous aidez à formater vos emails dans un HTML compréhensible.

Display transparent PNG images in IE6

Most browsers such as Firefox and Safari support for transparent PNG images. However, there are still numbers of IE6 users who could not take advantage of PNG image transparency.

After googling this problem, testing and comparing different solutions, I finally found an easy and efficient method.

The first step is adding a JavaScript function within the header of each page of HTML or the PHPTemplate file (in case you are a Drupal magician like me :D ).

<head>
<script type="text/javascript">
// Correctif de l'affichage des images PNG dans IE5.5 et IE6 

Managing HTML / Flash overlay problems

I'm currently working on a live video-chat solution named Butterflive (more on that later).

The chat window is a div with absolute positionning. When the chat window was moved above a flash video (a SWF), I noticed strange results (see below).

You can see that some parts of the chat window are going above and some parts are going below the Flash movie.

I tried to tweak the zindex CSS property without any success.

Actually, the problem comes from Flash.