CMS 2

Trackbacks / Pingbacks
[...] theme que he elegido se llama CMS2 y podeis encontrarlo en Freeminders.org (ojo en IE6… hay que añadir cositas a la hoja de [...]
Comentarios a este Theme
Deja un comentario sobre este Theme
Saltos de línea y párrafo automáticos, la dirección de e-mail no se mostrará, HTML permitido: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>











































































If you’re using IE6, check to make sure in the CSS, all the elements with float:left / float:right in them, also have display:inline.
The most common issue is a bug with IE that doubles the margins for floated elements, and this fixes it.
I solve the problem with this tip. Regards.