ILayer |
Post Reply |
Author | |
Programador
Expert@ Joined: 09 Mayo 2009 Location: San Pedro Alc. Status: Offline Points: 54 |
Post Options
Thanks(0)
Posted: 20 Enero 2011 at 8:44am |
ILayer
Similar a la marca SPAN, el elemento Ilayer permite tener su propio diseńo al contenido almacenado en su interior. En el próximo ejemplo, el bloque interior tiene su propio color de fondo y su ubicación esta dada en relación al bloque exterior. Para ver el documento haga clic (este código no puede visualizarse en Explorer).
<html>
<layer id="mylayer" top=10 left=50 width=200 bgcolor=#AADDFF> Hola Mundo! <ilayer id="inner" top=30 left=30 bgcolor=#FFFFAA height=50> Texto interior </ilayer> </layer> </html> |
|
Sponsored Links | |
Post Reply | |
Tweet |
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You can vote in polls in this forum |