On 9/30/11 9:04 AM, Alan Gresley wrote:
On 30/09/2011 10:45 PM, Tom Livingston wrote:
The "J" is entirely visible in ie6, but still cut in ie7. The layout

http://chelseacreekstudio.com/

The letter 'O' is covering the letter 'J'. This hack will work (should also work in IE6).

*:first-child+html nav P B#c1 {
margin-bottom: -0.25em /* minus value to cater for the extra line height */
  line-height: 2;
}

Tested in IE7 comp mode in IE9.

BTW Bill, IE10 preview 3 is cool but not Win8. Freshly formatted machine with trusty IE9. :-)

Alan


Thanks Alan. Holding with this [currently on server]-- and seems ok 6/7 browsercam:
/*compliant browsers*/
body.j nav p b#c1{min-height:46px;margin-bottom:0!important}
/*IE/7.0*/
*:first-child+html body.j nav p b#c1{line-height:1.35}
/*IE/6.0*/
* html body.j nav p b#c1{height:44px;margin-bottom:0}

As always,
Bill and Melina
PS We'll ask about what's up in Win8 here in Redmond.

--
Desktop. Laptop. Tablet. Mobile!
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to