Multi-part question here. My blog's 2 columns are not showing up right, heres a link
http://joe-riggs.com/blog/
Im really just starting out, as you can tell. But:
1)Does the page look OK in IE7? (I haven't figured out how run both versions)
2) Should I even care about IE6- Im pretty sure even google stopped coding for it.
3) Is it related to this code:
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
I also have a separate css file for ie6, though that starts to get a bit out of my comfort range. But - I'd really like to do it the 'right' way. Suggestions? Thanks-
Joe