24.2.10

¿Problemas con IE8?

Mi problema

Los estilos en mi CSS parecían no funcionar para explorer 8, qué sorpresa. Pensé que ahora habría que incluir un nuevo archivo css con la condicional para IE8. Una hoja más como si no fueran ya suficientes todas las que he tenido que incluir para sus otras versiones. Pero finalmente no fue así.

Solución

Explorer 8 cuenta con la opción de verse en modo IE7 y a su vez responde a un meta en el que se le solicita que, al ver la página, lo haga en ese modo independientemente de que el usuario tenga la opción habilitada.

El código

Bueno, apenas hayas empezado el <HEAD> debes incluir esta etiqueta:

<meta http-equiv="X-UA-Compatible" content="IE=7" />

Recuerda que debe ser la primer cosa en tu <HEAD>

Problems with IE8?

My Problem

The syles on my CSS seemed to not work right on explorer 8, what a surprise. I though I'll have to add a new css file with a conditional for IE8. Another sheet more as all those I have for the other versions weren't enought. Finally it wasn't like this.

Solution

Explorer 8 has the option of viewing the page on IE7 mode and at the time responds to a meta with a petition of showing the page in that mode even if the user doesn't have it enabled.

The Code

Well, after you started the <HEAD> you must include this tag:

<meta http-equiv="X-UA-Compatible" content="IE=7" />

Remember, it has to be the first line inside the <HEAD>

9.2.10

El logo de Facebook

No sé ustedes, pero a mí el logo de Facebook me recuerda al logo de Reebok.

Así que decidí hacer un nuevo logo para Twitter. A ver si les gusta y me lo compran ^_^

Facebook logo

I don't know you, but for me the logo of Facebook reminds me a lot the Rebook's logo.

So I decided to make a new logo for Twitter. Let's see if they like it and they buy it ^_^

Labels: , , ,