I don't know to be honest.
Just an example I found.
I'll have a look at that link.
Thanks.
edit: right have adjusted it using the information on that link and have a new issue.
I want the middle coulmn, col2, to be whatever size width is left.
Something like col1: 100px, col2: fill the gap, col3: 100px;
Any ideas?
Code:
#col1 {
width: 100px;
}
#col2 {
width: *%;
}
#col3 {
width: 100px;
}
Last edited by Joe3000; 12-05-2008 at 12:44 PM..
|