Re: [css-d] inline-block ignored by IE6

2009-03-16 Thread Ingo Chao
2009/3/16 Geoffrey Hoffman : ... > I've already had a look at trying to force hasLayout, using zoom: 1 [1], > and other IE6/7 inline-block posts[2] but none seem to work in my case. > [1] http://www.satzansatz.de/cssd/onhavinglayout.html > [2] http://www.brunildo.org/test/InlineBlockLayout.html se

Re: [css-d] inline-block ignored by IE6

2009-03-16 Thread Bill Brown
Milano wrote: > Can't you use Title? The tag is depracated [1] and is in many ways an inelegant solution. [^1] http://www.w3schools.com/tags/tag_u.asp -- __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org

Re: [css-d] inline-block ignored by IE6

2009-03-16 Thread Milano
Message- > From: Bill Brown [mailto:macnim...@gmail.com] > Sent: Monday, March 16, 2009 12:11 PM > To: Geoffrey Hoffman > Cc: css-d@lists.css-discuss.org > Subject: Re: [css-d] inline-block ignored by IE6 > > Geoffrey Hoffman wrote: > > I've already had a look a

Re: [css-d] inline-block ignored by IE6

2009-03-16 Thread Geoffrey Hoffman
p://foohack.com/2007/11/cross-browser-support-for-inline-block-stylin g/ -Original Message- From: Bill Brown [mailto:macnim...@gmail.com] Sent: Monday, March 16, 2009 12:11 PM To: Geoffrey Hoffman Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] inline-block ignored by IE6 Geoffre

Re: [css-d] inline-block ignored by IE6

2009-03-16 Thread Bill Brown
Geoffrey Hoffman wrote: > I've already had a look at trying to force hasLayout, using zoom: 1 [1], > and other IE6/7 inline-block posts[2] but none seem to work in my case. > > Any suggestions? The display:inline must be in a separate rule for IE. This should do it: ~~~ h1 { border-bott

Re: [css-d] inline-block ignored by IE6

2009-03-16 Thread Bettina
hi geoffrey, did you try display:inline put it in example 3 and it seems to work everywhere. tina > Von: Geoffrey Hoffman > Datum: Mon, 16 Mar 2009 11:44:47 -0700 > An: CSS-Discuss > Betreff: [css-d] inline-block ignored by IE6 > > Hi List, > > I'm tryi

[css-d] inline-block ignored by IE6

2009-03-16 Thread Geoffrey Hoffman
Hi List, I'm trying to code a Photoshop layout given to me where the H1 element has a border-bottom that is only the length of the text. I first tried this: h1 { font-size:160%; font-family:"Times New Roman", Times, serif; font-variant:small-caps; border-bottom:1px