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
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
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
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
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
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
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