jockm
12-05-2009, 03:45 PM
I have created a three column format for a page I have at
http://www.kalikalos.com/workshops/compassionate-communication-workshop.html
I have put the 3 cols into a table frame of 82% of the page. This works fine on most browsers but IE6 puts the third (rightmost) column under the 2nd column which looks absolutely awful.
I tried to test for IE6 in the header of my html page with
<style type="text/css">
table { width:82%;}
</style>
<!--[if lt IE 6]>
<style type="text/css">
table { width:95%;}
</style>
<![endif]-->
hoping that this code would give IE6 a 95% table size, but it doesnt work.
Can anybody suggest what I need to do and/or what my error is in the above?
http://www.kalikalos.com/workshops/compassionate-communication-workshop.html
I have put the 3 cols into a table frame of 82% of the page. This works fine on most browsers but IE6 puts the third (rightmost) column under the 2nd column which looks absolutely awful.
I tried to test for IE6 in the header of my html page with
<style type="text/css">
table { width:82%;}
</style>
<!--[if lt IE 6]>
<style type="text/css">
table { width:95%;}
</style>
<![endif]-->
hoping that this code would give IE6 a 95% table size, but it doesnt work.
Can anybody suggest what I need to do and/or what my error is in the above?