Re: [css-d] amazing use of css..

2011-12-22 Thread Tomasz Borek
Ghodmode, What version of Firefox? I had no slowdown on AT-AT. Also: 2011/12/22 Ghodmode ghodm...@ghodmode.com It seems like Mozilla should have already had enough time to regain their place as the superior browser, if they could, but it hasn't happened. For sites that incorporate

Re: [css-d] amazing use of css..

2011-12-22 Thread Tomasz Borek
Just went there again and noticed page changed since my first visit. :-) Now legs move too, not only the head! :D I like that guy! pozdrawiam, Tomasz Borek PS. And am silently hoping for seeing some tow-cable action! ;D __

[css-d] weird firefox bug?

2011-12-22 Thread Chris Kavinsky
A client just pointed something out to me on their site, and after an hour of messing with it, I figured out what was causing it. Basically, if you have a list item (same issue with both ol and ul lists) that is hyperlinked and also has a strong tag applied to it, and if the list item extends to a

[css-d] A Holiday Treat from PVII

2011-12-22 Thread Al Sparber
Happy Holidays from PVII Save time this holiday season with a free productivity booster from PVII Equal Height CSS Columns Learn how to make your CSS columns automatically adjust to the height of the tallest column in just a few minutes. This free productivity booster includes a tutorial,

Re: [css-d] A Holiday Treat from PVII

2011-12-22 Thread Ghodmode
On Thu, Dec 22, 2011 at 5:03 AM, Al Sparber aspar...@roadrunner.com wrote: Equal Height CSS Columns Learn how to make your CSS columns automatically adjust to the height of the tallest column in just a few minutes. This free productivity booster includes a tutorial, and a bonus 3-column CSS

Re: [css-d] A Holiday Treat from PVII

2011-12-22 Thread Al Sparber
On 12/22/2011 12:19 PM, Ghodmode wrote: display: table-cell box-shadow: inset ... border-radius: ... This tutorial was published in 2009: http://www.projectseven.com/tutorials/css/3-column-flex-display/ A.K.A. JavaScript? Doesn't that make this not the CSS solution that the title implies?

Re: [css-d] weird firefox bug?

2011-12-22 Thread david
Chris Kavinsky wrote: A client just pointed something out to me on their site, and after an hour of messing with it, I figured out what was causing it. Basically, if you have a list item (same issue with both ol and ul lists) that is hyperlinked and also has a strong tag applied to it, and if

Re: [css-d] A Holiday Treat from PVII

2011-12-22 Thread Ghodmode
On Fri, Dec 23, 2011 at 1:46 AM, Al Sparber aspar...@roadrunner.com wrote: On 12/22/2011 12:19 PM, Ghodmode wrote: display: table-cell box-shadow: inset ... border-radius: ... This tutorial was published in 2009: http://www.projectseven.com/tutorials/css/3-column-flex-display/ A.K.A.

Re: [css-d] amazing use of css..

2011-12-22 Thread Ghodmode
On Thu, Dec 22, 2011 at 9:18 PM, Tomasz Borek tomasz.bo...@gmail.com wrote: Ghodmode, What version of Firefox? I had no slowdown on AT-AT. Also: I'm using FF8, but I think it might be because I'm on Linux. I think I remember hearing something about FF having hardware-accelerated graphics on

[css-d] CSS Via Conditional Comments for Safari?

2011-12-22 Thread Elli Vizcaino
Hello CSS Discuss, Is there a way to serve Safari browsers a browser specific stylesheet via conditional comments? If so, how do I do set it up? My reason being that since by default Safari tends to render fonts with a bold weight, it's making the custom script font in this site:

Re: [css-d] CSS Via Conditional Comments for Safari?

2011-12-22 Thread Tomasz Borek
Elli, I don't have Safari here, so can't really replicate the issue, but: 1) Conditional comments are strictly IE phenomenon AFAIK. 2) What about Stokely Safari hack or Giant Island (I think that's how the successor to Stokely was called)? http://www.stormdetector.com/hacks/safarihack.html

Re: [css-d] amazing use of css..

2011-12-22 Thread Tomasz Borek
Hello again, I'm using FF8, but I think it might be because I'm on Linux. I think I remember hearing something about FF having hardware-accelerated graphics on Windows, but not on Linux. Harware-accelereted graphics are one, but: 1) I'm on Ubuntu ATM 2) Have a feeling (might be mistaken)

Re: [css-d] CSS Via Conditional Comments for Safari?

2011-12-22 Thread Philippe Wittenbergh
On Dec 23, 2011, at 7:52 AM, Elli Vizcaino wrote: Is there a way to serve Safari browsers a browser specific stylesheet via conditional comments? If so, how do I do set it up? As noted Conditional Comments are IE only. There are a variety of 'hacks' floating around to target WebKit. As with

Re: [css-d] weird firefox bug?

2011-12-22 Thread Philippe Wittenbergh
://dev.l-c-n.com/_temp/ck-20111222.html (which, of course, doesn't show the issue…). I'm not aware of any combination of mentioned html elements that would cause the list marker to disappear. Philippe -- Philippe Wittenbergh http://l-c-n.com

Re: [css-d] CSS Via Conditional Comments for Safari?

2011-12-22 Thread David Laakso
On 12/22/2011 5:52 PM, Elli Vizcaino wrote: http://www.e7flux.com/clients/sof/ I need the font-weight set to bold for all the other browsers but, don't need it for Safari due to the aforementioned. Elli Vizcaino Try specifying -- font-weight:normal; -- on the appropriate selectors.

Re: [css-d] CSS Via Conditional Comments for Safari?

2011-12-22 Thread Elli Vizcaino
  I need the font-weight set to bold for all the other browsers but, don't need it for Safari due to the aforementioned. Elli Vizcaino Try specifying -- font-weight:normal; -- on the appropriate selectors. Reload Safari. ~d David, I think what you're suggesting will NOT render the fonts

Re: [css-d] CSS Via Conditional Comments for Safari?

2011-12-22 Thread Philippe Wittenbergh
On Dec 23, 2011, at 10:12 AM, Elli Vizcaino wrote: This has always been my experience w Safari render fonts even when viewing directly on a Mac. I really need the font to render like the rest of the browsers because that heavy weight is throwing my design off :(.

Re: [css-d] CSS Via Conditional Comments for Safari?

2011-12-22 Thread Mark Senff
On 2011-12-22, at 8:16 PM, Philippe Wittenbergh wrote: On Dec 23, 2011, at 10:12 AM, Elli Vizcaino wrote: This has always been my experience w Safari render fonts even when viewing directly on a Mac. I really need the font to render like the rest of the browsers because that heavy weight

Re: [css-d] CSS Via Conditional Comments for Safari?

2011-12-22 Thread Elli Vizcaino
On Dec 23, 2011, at 10:12 AM, Elli Vizcaino wrote: This has always been my experience w Safari render fonts even when viewing directly on a Mac. I really need the font to render like the rest of the browsers because that heavy weight is throwing my design off :(.

Re: [css-d] CSS Via Conditional Comments for Safari?

2011-12-22 Thread Elli Vizcaino
On Dec 23, 2011, at 10:12 AM, Elli Vizcaino wrote: This has always been my experience w Safari render fonts even when viewing directly on a Mac. I really need the font to render like the rest of the browsers because that heavy weight is throwing my design off :(.

Re: [css-d] CSS Via Conditional Comments for Safari?

2011-12-22 Thread David Laakso
On 12/22/2011 5:52 PM, Elli Vizcaino wrote: http://www.e7flux.com/clients/sof/ Elli Vizcaino For whatever unknown reason Safari is not rendering the @font-face webfont in any version of OS Windows [as far as I can tell] as intended. An alternative solution may be to select another font.

Re: [css-d] CSS Via Conditional Comments for Safari?

2011-12-22 Thread Philippe Wittenbergh
On Dec 23, 2011, at 10:27 AM, Elli Vizcaino wrote: So does this mean that on a Mac, the font looks like it does in FF? And I'm seeing something that safari is doing here on my windows machine? Gecko 1.9.2 and Safari 5.1/ Chrome dev channel all render the same. A nightly Firefox build and

Re: [css-d] weird firefox bug?

2011-12-22 Thread Philippe Wittenbergh
On Dec 23, 2011, at 9:38 AM, Philippe Wittenbergh wrote: As david notes, a link to the offending page or even better, a minimal test page, would be helpful. The best I could come up with, based on your description, is this: http://dev.l-c-n.com/_temp/ck-20111222.html (which, of course

Re: [css-d] weird firefox bug?

2011-12-22 Thread Philippe Wittenbergh
On Dec 23, 2011, at 11:38 AM, Philippe Wittenbergh wrote: Chris send me a link to the offending page off-list. minimal: http://dev.l-c-n.com/_temp/ck-20111223.html The problem is caused by 'vertical-align: top' in the reset block. (toggle it on/off in Firebug). Now the Big Question: