Comunidad de diseño web y desarrollo en internet online

Fondo-Diagramacion Liquida- SIN BORDE??

Citar            
MensajeEscrito el 12 Sep 2009 09:55 pm
Hola a todos, tengo el siguiente code para hacer la diagramacion liquida a un fondo en una web:

Código ActionScript :

Stage.align = "TL";
Stage.scaleMode = "noScale";
menu_width = 0;
setup_position = function () {
   background_mc._x = 0;
   background_mc._y = 0;
   background_mc._width = Stage.width;
   background_mc._height = Stage.height;
...


Cuando lo publico (en modo de porcentaje claro) no tengo ningún problema con la diagramación, pero se me queda siempre un borde pequeño blanco alrededor de todo el fondo... como muestro en esta captura (véis el bordecito blanco
alrededor de la web?) ...

o
[img=http://img27.imageshack.us/img27/2599/borde.jpg]

¿Alguién sabe como quitarlo?

Gracias.

Por Hapki

Claber

268 de clabLevel



 

firefox
Citar            
MensajeEscrito el 13 Sep 2009 12:19 am
Al html debes quitarle el margin inicial usando CSS.

Código HTML :

body, html
{
    margin:0px;
}

Por Tmeister

260 de clabLevel

2 tutoriales

 

chrome
Citar            
MensajeEscrito el 13 Sep 2009 10:12 am
Problema resuelto! ¡Gracias! :D

Por Hapki

Claber

268 de clabLevel



 

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.