| 
	
 | 
 Posted by jojo on 06/22/06 10:54 
vito schrieb: 
> i use div to make a layout like this: 
>  
>  
> 1 2 
> 3 3 
>  
>  
> the 1, is float:left 
> the 2, is float:left 
> the 3, is float:bottom 
>  
>  
> but the tragedy is that whenever the browser is wide enough, it becomes: 
>  
> 1 2 3 
>  
> or the most ugly one: 
>  
> 1 2 3 
> 3 
>  
> how can i solve that?  
>  
>  
There is really no float:bottom, like dorayme already said. And what  
would be the need to have one? Just use the br-Tag if something should  
be shown below any other Objekt... 
But IMHO it is enough to remove the float for 3, div (like p)  
automatically appears in a new line (unless you change the type to "inline")
 
  
Navigation:
[Reply to this message] 
 |