Re: [css-d] Best practices in only targeting only Styles needed for a page in an external style sheet?

2013-05-10 Thread Tim Climis
With one stylesheet, Image sprite 2 is being called on page A B and C even though the image is only displayed on page C Aren't browsers smart enough to not load an image if it's not being used? From my quick examination, I have a style sheet that references minus.gif. On a page where

Re: [css-d] Best practices in only targeting only Styles needed for a page in an external style sheet?

2013-05-10 Thread Philippe Wittenbergh
Le 10 mai 2013 à 02:46, Nancy Johnson njohnso...@gmail.com a écrit : I have a question in the best practices for style sheet use and targeting only the styles needed for a specific page. @import? Less.js? mulitple stylesheets? Example: There are : 3 themed pages A B C, Two image

Re: [css-d] Best practices in only targeting only Styles needed for a page in an external style sheet?

2013-05-10 Thread Nancy Johnson
My question comes from running some some sites through a Website Optimization tool. This anaylizer seemed to load all the images in a stylesheet even if that background image wasn't called. http://www.websiteoptimization.com/services/analyze/ Thanks Nancy On Fri, May 10, 2013 at 8:34 AM, Tim

[css-d] strange color change in ipad

2013-05-10 Thread Chris Kavinsky
I'm working on a web site and the client just reviewed it using his ipad. For some reason, the ipad browser is rendering the phone number in both the header and footer in blue instead of white. Blue is the default hyperlink color, but neither are linked. I don't have an ipad to properly

Re: [css-d] strange color change in ipad

2013-05-10 Thread Philippe Wittenbergh
Le 10 mai 2013 à 23:12, Chris Kavinsky ckavin...@gmail.com a écrit : I'm working on a web site and the client just reviewed it using his ipad. For some reason, the ipad browser is rendering the phone number in both the header and footer in blue instead of white. Blue is the default hyperlink

Re: [css-d] Best practices in only targeting only Styles needed for a page in an external style sheet?

2013-05-10 Thread Markus Ernst
Am 10.05.2013 14:56 schrieb Philippe Wittenbergh: Le 10 mai 2013 à 02:46, Nancy Johnson njohnso...@gmail.com a écrit : I have a question in the best practices for style sheet use and targeting only the styles needed for a specific page. @import? Less.js? mulitple stylesheets? As Cristian, I

Re: [css-d] strange color change in ipad

2013-05-10 Thread Philip TAYLOR
Chris Kavinsky wrote: Does anyone have any idea what's causing the color change and how to fix it? Here's the site: http://www.integrityheatingair.com/ Any help would be greatly appreciated. Validate, validate, validate. Until your site validates, all behaviour is more likely a result

Re: [css-d] strange color change in ipad

2013-05-10 Thread Chris Williams
Exactly. You can override this behavior. See this: http://webmasters.stackexchange.com/questions/4459/keep-iphone-browser-from -turning-numbers-into-links On 5/10/13 7:27 AM, David Rose mailing-l...@technicelixir.com wrote: This is iOS behavior. Anything an iPhone/iPad recognizes as a phone

Re: [css-d] strange color change in ipad

2013-05-10 Thread Karl DeSaulniers
Have you tried doing a css reset at the top of your css page? a { color:#fff} a:link { color:#fff} a:visited { color:#fff} a:active { color:#fff} Then set the colors you want each to be later down the css road. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On May 10, 2013, at

[css-d] Flex Box Code

2013-05-10 Thread Alan Vickery
Is flex box code in use on browsers now? I have a home page on a site that has 3 div boxes across using the float tag and width (maths) to keep them there. I have heard of a tag called flex box that will auto resize the boxes to fit the available area. I have tried some examples and tutorials on