Re: [css-d] Display: table and CSS3

2012-11-27 Thread Philippe Wittenbergh
Le 28 nov. 2012 à 09:28, Kyle Sessions a écrit : > My markup essentially follows this structure: > > > ... > ... > > > On the desktop version, it's all fine. #sidebar is floated right, #content > is floated left, everything looks good. On the mobile version, I've > disabled floatin

Re: [css-d] html5 hover support on safari

2012-11-27 Thread Barney Carroll
For what it's worth, I don't believe the doctype has anything to do with it. Give us a test case! On Wednesday, 28 November 2012, Philippe Wittenbergh wrote: > > Le 28 nov. 2012 à 00:58, Chris Kavinsky > > a écrit : > > > Anyone else come across that the :hover pseudo-class in css doesn't > appea

Re: [css-d] Display: table and CSS3

2012-11-27 Thread Kyle Sessions
Thanks, Philippe! On Tue, Nov 27, 2012 at 4:15 PM, Philippe Wittenbergh wrote: > > Le 28 nov. 2012 à 08:17, Kyle Sessions a écrit : > > > I have a div in my project that I had styled with rounded corners > > (border-radius: 4px; border: 1px solid #aaa;). Then, later on, for > > layout/display pu

Re: [css-d] html5 hover support on safari

2012-11-27 Thread Philippe Wittenbergh
Le 28 nov. 2012 à 00:58, Chris Kavinsky a écrit : > Anyone else come across that the :hover pseudo-class in css doesn't appear > in the latest Safari when the page DOCTYPE is HTML 5? Do you have a test case ? I know of some issue with dynamic changes when chaining multiple selectors, e.g E:ho

Re: [css-d] Display: table and CSS3

2012-11-27 Thread Philippe Wittenbergh
Le 28 nov. 2012 à 08:17, Kyle Sessions a écrit : > I have a div in my project that I had styled with rounded corners > (border-radius: 4px; border: 1px solid #aaa;). Then, later on, for > layout/display purposes, I gave that div display: table-row-group;. (I've > actually tried several table-rel

[css-d] Display: table and CSS3

2012-11-27 Thread Kyle Sessions
Hi everyone, I have a div in my project that I had styled with rounded corners (border-radius: 4px; border: 1px solid #aaa;). Then, later on, for layout/display purposes, I gave that div display: table-row-group;. (I've actually tried several table-related display options, with the same result.) B

Re: [css-d] html5 hover support on safari

2012-11-27 Thread Tom Livingston
On Tue, Nov 27, 2012 at 10:58 AM, Chris Kavinsky wrote: > Anyone else come across that the :hover pseudo-class in css doesn't appear > in the latest Safari when the page DOCTYPE is HTML 5? > __ > css-discuss [css-d@lists.css-discu

Re: [css-d] html5 hover support on safari

2012-11-27 Thread Hakan Kirkan
On Mobile Safari? http://stackoverflow.com/questions/3885018/active-pseudo-class-doesnt-work-in-mobile-safari Hakan KIRKAN IT Manager Miami Real Estate Inc. Miami / FL On Tue, Nov 27, 2012 at 10:58 AM, Chris Kavinsky wrote: > Anyone else come across that the :hov