Page is a not externally linkable
Fotiman - 9:34 pm on Nov 11, 2009 (gmt 0)
@Judah_Ben, I think you misread the post. swa66 did not say ignore IE6 altogether, but rather during the development stage use a standards compliant browser (like Firefox) and then add IE6 fixes when your main development is complete. swa66 also included a fix for min-height in IE6. Note, your example includes extraneous styles. You are including that stylesheet for IE6 only, which means that there's no need to include a min-height rule (IE6 will ignore it). Likewise, there is no need to define the height using !important and then defining height again (that is a hack that you might use INSTEAD OF using conditional comments). Again, since only IE6 will be looking at that stylesheet, you can simply define a height rule... as swa66 did in the original example.