On Fri, 23 May 2008 10:53:49 +0100, Steven Workman wrote: > Hi everyone, > > > I'm having a problem with an element I've created for my current project. It's > basically a styled rounded-corner box with a title (it looks like a fieldset > but is > correctly structured HTML). To get all my padding working correctly I'm using > conditional styles for IE6, but some users are reporting that they have to > refresh > their screens (press F5) in IE before the positioning works correctly! > > Have any of you heard of this before? Is there a way around it? Any > recommendations? >
If it's a caching issue, as Matt Fellows suggests, consider "versioning" your CSS -- naming it "screen_1_2.css" for example. The name change will ensure that the old one is not used. Giving images, CSS, and scripts a "far future" expires date will speed up subsequent visits to your site, but does have the effect of "sticking" in the cache like this, as it is intended to do. Cordially, David -- ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
