Hello, im trying to create a "gradient" border so within my container div i have the content div that takes lets say 590px out of the containers 600px. and another div next to it that takes the remaining 10px. as i add content to the content div its height expends accordingly, and so does the container's heigth since they are both floating. but my 10px large div doesnt expend although i set it's css height rule to 100% and it's min-height to 500 px, it always stays at 500px.
my question is, with 2 divs in a container div, how do i get both divs to have the same height as the container? (kinda like colums would do, but i do not want to / can't use faux columns.
ps: I have another css problem concerning this very same page but it's browser specific so I will create another thread please check it out too.