Hi there,

I have just 4 styles that need some attention for ie7, these are:

*:first-child+html .mainWrapper {
right: -1px;
}

*:first-child+html #copyright p {
padding: 10px 10px 20px;
}

*:first-child+html #c-front-page #l-col,
*:first-child+html #c-front-page #c-col {
overflow: hidden;
}

I have never really understood why IE throws out my layout by 1px
hence the hack.

My question really is: Do I need to create a conditional statement for
just those styles and is there a way to fix the 1px layout problem
without using the above?

-- 
Regards
Karl
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to