I've made a website and it looks like the designer wants. Except in IE6.
Look at http://werkenvervoer.doesburg.biz Both columns, left and right should look the same, as they do in other browsers.
What can be wrong?
Kind regards,
Daniel Doesburg
4 answers
points
Hi Tony,
Thanks for your solution direction. But why is it only the right column and not the left one with the same .colkop?
I can't understand it.
Thanks.
Daniel
points
Daniel you might want to remove position:relative and top:3px for .colkop and replace that with margin-top:3px I am guessing that IE 6 has issues with relative or absolute positioning.
points
Hi Tony and Divva, thanks for your answers. Yes Tony, you where right. It was not specific IE6 who was wrong. I made a syntactic error. And all the other browsers are (to?) fool friendly. :-) I am solving it the right way now. Thanks.
Daniel
points
IE6 doesn't respect height as a fixed height, it sees it as a minimum height, therefore the blue background on div class="colkop" can grow to the height of the content.
I think you could get the same effect in a more controlled way by applying the blue background to just the h2 in the column.
