[css-d] IE 7/8 Filter for CSS3 Mulitple Backgrounds Issue

2012-01-03 Thread Elli Vizcaino
Hello Everyone, Phillipe W, Jukka, I'm using conditional statement to target an ie filter for multiple backgrounds. When I first applied the CSS: .entry-content {     background: transparent url('images/post-footer-bkg.png') bottom left no-repeat;  filter:

[css-d] How To Clear CSS Caching?

2012-01-03 Thread Elli Vizcaino
Hello Everyone, I'm noticing that not every browser refreshes the CSS even when using shift + refresh. Based on this article: http://css-tricks.com/update-on-css-caching/ there is a way to make sure the browser gets the most updated stylesheet when requesting from the server. However, the

Re: [css-d] How To Clear CSS Caching?

2012-01-03 Thread Philip TAYLOR
Elli Vizcaino wrote: I'm noticing that not every browser refreshes the CSS even when using shift + refresh. One reason for that is that some use Ctrl + Refresh. Philip Taylor __ css-discuss [css-d@lists.css-discuss.org]

Re: [css-d] How To Clear CSS Caching?

2012-01-03 Thread Paceaux
I've found that the latest version of Chrome(16) is doing this. In Chrome, go to Preferences Under the Hood and then look in the Privacy section. There's an option for predict Network actions to improve page load performance. I've theorized that this might be the issue, but I'm uncertain. I

Re: [css-d] How To Clear CSS Caching?

2012-01-03 Thread Elli Vizcaino
In Chrome, go to Preferences Under the Hood and then look in the Privacy section. There's an option for predict Network actions to improve page load performance. I've theorized that this might be the issue, but I'm uncertain. I haven't been paying close-enough attention, but I think the

Re: [css-d] How To Clear CSS Caching?

2012-01-03 Thread David Laakso
I'm noticing that not every browser refreshes the CSS even when using shift + refresh. Based on this article: http://css-tricks.com/update-on-css-caching/ there is a way to make sure the browser gets the most updated stylesheet when requesting from the server. However, the article isn't'

Re: [css-d] How To Clear CSS Caching?

2012-01-03 Thread Elli Vizcaino
1/ Confirm that the CSS and markup are valid, that it is not hanging on a CSS error, and that you have saved the CSS file before uploading it. It's not always possible to use valid css due to proprietary css markup such as -webkit, -moz, as I'm using CSS3 the HTML markup however is valid.

Re: [css-d] How To Clear CSS Caching?

2012-01-03 Thread Tom Livingston
On Tue, Jan 3, 2012 at 2:49 PM, Elli Vizcaino elli...@yahoo.com wrote: 1/ Confirm that the CSS and markup are valid, that it is not hanging on a CSS error, and that you have saved the CSS file before uploading it. It's not always possible to use valid css due to proprietary css markup such

[css-d] Erratic Hover Behavior in IE

2012-01-03 Thread Elli Vizcaino
Hello CSS Discuss, Actually Im sure it's the norm in IE but basicaly what's happening here: http://www.e7flux.com/clients/sof/ is that some links are hovering and some are not. On hover most of the links should show a border-bottom: 1px dashed w the appropriate hex color or the reverse. Yet

Re: [css-d] How To Clear CSS Caching?

2012-01-03 Thread Dan Kaufman
2/ Delete the CSS file from the server. Boot. Upload the CSS file from the hardrive to the  server. I have tried this numerous time and even so the browser will still use the CSS stylesheet it has cached.  I have used a simple trick in the past which has worked for me: I mis-spell the css

Re: [css-d] How To Clear CSS Caching?

2012-01-03 Thread Tom Livingston
On Tue, Jan 3, 2012 at 2:58 PM, Dan Kaufman d...@studiokaufman.com wrote: 2/ Delete the CSS file from the server. Boot. Upload the CSS file from the hardrive to the  server. I have tried this numerous time and even so the browser will still use the CSS stylesheet it has cached. I have

[css-d] Test on OS X 10.7 Lion please

2012-01-03 Thread Philippe Wittenbergh
url: http://dev.l-c-n.com/_temp/helveN-L.html Do the first two paragraphs display as serif fonts on Lion (OS X 10.7) with any Gecko/ Firefox browser? If yes, there is a bug in Gecko. (I assume default font preferences - 'western' should use 'serif' as a default). The test fails (displays a

Re: [css-d] How To Clear CSS Caching?

2012-01-03 Thread david
Elli Vizcaino wrote: 1/ Confirm that the CSS and markup are valid, that it is not hanging on a CSS error, and that you have saved the CSS file before uploading it. It's not always possible to use valid css due to proprietary css markup such as -webkit, -moz, as I'm using CSS3 the HTML markup

Re: [css-d] Test on OS X 10.7 Lion please

2012-01-03 Thread John
On Jan 3, 2012, at 8:02 PM, Philippe Wittenbergh wrote: url: http://dev.l-c-n.com/_temp/helveN-L.html Do the first two paragraphs display as serif fonts on Lion (OS X 10.7) with any Gecko/ Firefox browser? If yes, there is a bug in Gecko. (I assume default font preferences - 'western'

Re: [css-d] How To Clear CSS Caching?

2012-01-03 Thread David Laakso
On 1/3/2012 2:49 PM, Elli Vizcaino wrote: 1/ Confirm that the CSS and markup are valid, that it is not hanging on a CSS error, and that you have saved the CSS file before uploading it. It's not always possible to use valid css due to proprietary css markup such as -webkit, -moz, as I'm

Re: [css-d] Test on OS X 10.7 Lion please

2012-01-03 Thread Philippe Wittenbergh
On Jan 4, 2012, at 1:49 PM, John wrote: url: http://dev.l-c-n.com/_temp/helveN-L.html Do the first two paragraphs display as serif fonts on Lion (OS X 10.7) with any Gecko/ Firefox browser? If yes, there is a bug in Gecko. (I assume default font preferences - 'western' should use 'serif'

Re: [css-d] Test on OS X 10.7 Lion please

2012-01-03 Thread John
glad to help…and to be clear…it's 10.7.2, Safari 5.1.2, and initially, I tried in FF 5 (just did a re-install and wrongly assumed it was the latest) tried again in FF 9.0.1, and the first two paragraphs are serif; the following 3 are SANS serif…yes, sorry about my earlier typo. J