#1 [AYUDA] Problema con float en CSS
Hola gente, bueno miren estoy haciendo un diseño para mi trabajo y no se que pasa que estoy teniendo problemas con el float.

Tengo que hacer que el borde superior sea redondeada las puntas y lo quiero hacer con divs todo.
Les muestro lo que hice:

Código:
#Top {
    height:21px;
    width:750px;
    margin:0px;
    padding:0px;
    border:0px;
    }

#MiddleTop {
    background-color:#000;
    margin-left:23px;
    margin-right:23px;
    padding:0px;
    height:21px;
    width:704px;
    border:0px;
    }

#LeftCornerTop {
    background:url(../img/left_corner_top.gif) left top no-repeat;
    float:left;
    width:23px;
    height:21px;
    }

#RightCornerTop {
    background:url(../img/right_corner_top.gif) right top no-repeat;
    float:right;
    width:23px;
    height:21px;
    }
y ahora el html

Código HTML:
<div id="Top">
            <div id="LeftCornerTop"></div>
            <div id="RightCornerTop"></div>
            <div id="MiddleTop"></div>
</div> 
No se porque en e IE 6.0 no me lo toma bien, me baja el medio para abajo y deja los corners arriba.

Si alguien sabe y me puede ayudar excelente

Saludos y gracias,
Tomás
+
 
0
Me gusta
 
| Más