[dev] [cvs] commit: hordeweb horde.css hordeweb/bounties bounties.html
Jan Schneider
jan at horde.org
Fri Dec 11 17:55:02 UTC 2009
Zitat von Michael M Slusarz <slusarz at horde.org>:
> Quoting Jan Schneider <jan at horde.org>:
>
>> jan 2009-12-11 17:09:21 UTC
>>
>> Modified files:
>> . horde.css
>> bounties bounties.html
>> Log:
>> Use inline-block for better sponsor wrapping. Add blurb if there
>> are no unsponsored bounties.
>
> Unfortunately inline-block doesn't work for IE <= 7 or FF 2. To get
> inline-block to work correctly, you need all of the following:
>
> display: -moz-inline-stack;
> zoom: 1;
> *display: inline;
> display: inline-block;
No, this is only necessary to workaround certain inline-block bugs in
IE. But those bug don't trigger in that case.
I forgot the display rule for FF 2 though, thanks for the reminder!
Jan.
--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/
More information about the dev
mailing list