Posted by julian_m on 03/23/06 10:54
I've 3 divs ionnside anoter e, for instance
<div id="container">
<div id="left"></div>
<div id="mid"></div>
<div id="right"></div>
</div>
but I can't make it to work as if they were 3 columns
#left {
background: url(tl.png)
float:left;
}
#mid {
float:top;
border-top: solid 3px black;
}
#right {
background: url(tr.png)
float:right;
}
note that both #left and #right will have a background image, and I
need to complete the border with #mid
can anyone give some hints about this problem?
you can see better what I'm looking for here:
http://msys.com.ar/info.png
regards - jm
Navigation:
[Reply to this message]
|