Hi!
Is there a reason why only the current tab is shown:
.tabs .bd li { display:none; }
.tabs .bd li.current { display:block; }
Or is it just because tabs are early alpha?
Stefan
On 16 Nov., 23:51, Nicole Sullivan <
nic...@stubbornella.org> wrote:
> The tabs are *very* alpha, I may have forgotten to test the latest iteratin
> in IE7. We'll probably need to change the _ to a *
>
> N
>
> Sent from my iPhone
>
> On Nov 16, 2009, at 2:28 PM, Stig Nicolaisen <
stig.nicolai...@gmail.com>
> wrote:
>
> Hi Murray,
>
> I found the tabs.html (and the css files) athttp://
github.com/stubbornella/oocss/.
> The tabs.html and tabs.css were added on the 5th of november: "tabs - first
> pass, tested: IE6, FF, Safari, Opera"
>
> MarcRic put up an example earlier, on this list:
http://www.oocss.marcric.com/public/
> I tested his page, and a local copy I made from Nicoles files on Github, and
> I found that IE7 did not align the tabs horizontal.
>
> I checked the display property at
> quirksmode<
http://www.quirksmode.org/css/display.html>,
> and IE6/7 do not support the declaration display:table (table-row and
> table-cell).
>
> I get the point with the _hacks being removed when we finally get rid of
> IE6, but I`m not so sure that we will get rid of the star hack at the same
> time, due to limitations and faults with IE7?
>
> Stig N
>
> 2009/11/16 Murray Nuttall <
murray.nutt...@gmail.com>
>
>
>
>
>
> > Hi Stig,
> > Do the tabs display correctly in IE7? If so then the rule "display:inline"
> > is restricted to IE6 so that, one day when IE6 is gone, we can remove our
> > _hacks without any fear of breaking IE7.
>
> > Where are these new tabs anyway? I've updated my local copy and can't see
> > anything.
>
> > m.
>
> > On Tue, Nov 17, 2009 at 2:09 AM, Stig Nicolaisen <
> >
stig.nicolai...@gmail.com> wrote:
>
> >> Hello Nicole
>
> >> I saw that you have tested your first pass tabs in IE6, among other
> >> browsers.
> >> I tested the tabs in IE7with an IE tester tool<
http://my-debugbar.com/wiki/IETester/HomePage>,
> >> and I`m curious about this line in the tabs.css:
>
> >> .tabs .hd li{display:table-cell;_display:inline;vertical-align:middle;}
>
> >> The underscore in front of display:inline, opens for IE6, whilst using the
> >> star hack will open for both IE6 and IE7 to display the tabs inline.
>
> >> Like this:
>
> >> .tabs .hd li{display:table-cell;*display:inline;vertical-align:middle;}
>
> >> Rgds
> >> Stig N
>
> --
> Stig Nicolaisen
> Sagstuvn 20c, 1405 Langhus
> Mob: 92481881
> E-post:
stig.nicolai...@gmail.com