Foros Club Delphi

Foros Club Delphi (https://www.clubdelphi.com/foros/index.php)
-   La Taberna (https://www.clubdelphi.com/foros/forumdisplay.php?f=40)
-   -   Me gustaria vuestra opinión (https://www.clubdelphi.com/foros/showthread.php?t=48625)

MON___ 05-10-2007 21:57:55

PARA RESOLVER EL PROBLEMA DEL DESPLAZAMIENTO DEL GIF

#logo {
float: left;
width: 111px;
height: 110px;
margin: 93px 940px 0 317px;
background: url(../images/star.gif) no-repeat;
}
Deberías añadir en tu hoja de estilos (fíjate en las propiedades):

#freno {
font-size: 0px;
clear: both;
height: 1px;
width: 0px;
}

Y EN EL HTML

<div id="logo">Aquí se inserta el GIF o lo que sea

<div id="freno"></div></div>



Caral 06-10-2007 14:44:21

Hola
Muchas gracias MON___, lo voy a revisar.
Saludos


La franja horaria es GMT +2. Ahora son las 20:49:12.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi