[thelist] Putting two divs together

Carlos Costa Portela ccosta at servidores.net
Thu Jul 24 16:42:11 CDT 2003


Well... I forgot put the link rel="stylesheet" ... (sorry)


On Thu, 24 Jul 2003, Carlos Costa Portela wrote:

> 	Hello, list!
>
> 	I am learning CSS (I have a backend background [db/systems]) and
> no idea about presentation, so excuse me).
>
> 	I've writting the next code:
>
>     <div class="container">
>       <div class="header">
> 	<div class="logo">
> 	  <img src="imag/logo.gif">
> 	</div>
> 	<div class="linea_disc">
> 	  <img src="imag/linea_disc.gif">
> 	</div>
>       </div>
>     </div>
>
> 	When I see this code with the browser, the first image is on top
> of the second image. And I want the two images together. Here is the .css
> lines:
>
> .header {
>   float: left;
>   background: #215D91;
> }
>
> .logo {
>   float: left;
> }
>
> .linea_disc {
>   float: left;
>   background-image: url(imag/linea_disc.gif);
>   background-repeat: repeat-y;
> }
>
> .container {
>   float: left;
>   border: 2px dashed #333;
>   background-color: #ffe;
> }
>
>
>
> 	If you can help me, or point me to a good url to learn this,
> please do that.
>
> 	Thanks in advance,
> 		Carlos.
>
>        [ http://www.biologia.org/ :: portal especializado en Biología ]
>  _______Carlos Costa Portela_________________________________________________
> | e-mail:  ccosta at servidores.net | home page: http://casa.ccp.servidores.net |
> |_____Tódalas persoas maiores foron nenos antes, pero poucas se lembran______|
>
> --
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
>
> Evolt.org conference in London, July 25-27 2003.  Register today at http://evolt.org.uk
>
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
>
>

       [ http://www.biologia.org/ :: portal especializado en Biología ]
 _______Carlos Costa Portela_________________________________________________
| e-mail:  ccosta at servidores.net | home page: http://casa.ccp.servidores.net |
|_____Tódalas persoas maiores foron nenos antes, pero poucas se lembran______|



More information about the thelist mailing list