CSS3: target-new property
The target-new CSS property allows the target of a link to be set to a new window or new tab in the browser. It is equivalent to the target HTML attribute.
It have three possible values
- window: opens in new window.
- tab: opens in new tabof browser (the most interesting usage).
- none.
Example:
div p a {target-new: tab;}
The link which fits the selector will open in new tab.
Know more
Artículos relacionados:
Datos del artículo:
- Publicado el Sábado 22 de diciembre de 2007 a las 22:04
- Archivado en CSS
- Etiquetas: CSS3, target-new, Web design
- Seguimiento de comentarios (RSS 2.0).
Comentarios del artículo
Puedes comentar o hacer trackback desde tu propio sitio web.
Si el comentario no guarda relación con el tema del artículo o los comentarios previos, si la redacción del mismo es ilegible (estilo HOYGAN), o si contiene insultos u otros términos ofensivos, será borrado de inmediato. No se garantiza ningún soporte a los ejemplos de desarrollo web presentados en este sitio.
Todavía no hay comentarios.










