inicio mail me! sindicaci;ón

it’s here…

IE7 arrives! RUN! Run quickly to your web pages and fix those holly hacks! I’m not sure how universal this fix is, but basically, re-write your * html rules as *+html. Here’s an example:

/* Essential Layout (IE Fix) */
* html #leftsidebar { left: 200px; /* RC fullwidth */ }

/* Essential Layout (IE7 Fix) */
*+html #leftsidebar { left: 200px; /* RC fullwidth */ }

See the fix in action on the GameBlog. Without the *+html hack, the left sidebar is displayed off screen.

Gravatar

Tom Viall said,

October 31, 2006 @ 09:53

Thanks so much for that – you saved me hours!

Gravatar

Jodi said,

December 5, 2006 @ 23:24

Hey, thanks. That hack was much more elegant than the one I found. I’m using that now. Cheers!

RSS feed for comments on this post