Re: [css-d] Media query syntax when a separate style sheet is included

2013-03-16 Thread Philippe Wittenbergh
Le 16 mars 2013 à 14:08, Micky Hulse mickyhulse.li...@gmail.com a écrit : On Fri, Mar 15, 2013 at 11:38 AM, Micky Hulse mickyhulse.li...@gmail.com wrote: Oh, that's good to know. I did not realize that this was the case. I probably read some misinformation somewhere (or I did not fully

Re: [css-d] Media query syntax when a separate style sheet is included

2013-03-16 Thread Tom Livingston
FWIW, I use MQs on link elements to load sheets. Then, for IE less than 9, I repeat the link elements without MQs inside a conditional comment to serve the desktop only layout to those browsers. This may be a little low-tech and it is a few more http requests, but I am not a fan of poly-filling

Re: [css-d] vertical-align

2013-03-16 Thread Jukka K. Korpela
2013-03-16 16:29, Larry Martell wrote: I have 2 buttons I want to be aligned. When I use vertical-align it moves the text within the button, not the button itself. How can I get the 2 buttons to be aligned? See http://jsfiddle.net/YkHsL/ You have an input type=file element with float: left

Re: [css-d] Media query syntax when a separate style sheet is included

2013-03-16 Thread Tom Livingston
— Sent from Mailbox for iPhone On Sat, Mar 16, 2013 at 8:32 AM, Tom Livingston tom...@gmail.com=mailto:tom...@gmail.com; wrote: FWIW, I use MQs on link elements to load sheets. Then, for IE less than 9, I repeat the link elements without MQs inside a conditional comment to serve the desktop