Bill,

On Nov 7, 2005, at 5:25 PM, bill wrote:

> Hi there
>
> I'm developing a site which can be found at
> http://www.first-encounter-design.com
> <http://www.first-encounter-design.com/>  Haven't done any real 
> testing yet
> but it displays well in IE6, NS7, Op and FF all on win xp.
>
> When the page first loads in FF, the right hand scrolling div 
> (#thumbnails)
> flickers as if it's reloading two or three times. I can't for the life 
> of me
> figure this out! Someone on another list said he comes across this 
> often in
> other sites on FF and sent me a link and there it was!. It's small
> consolation to me, though, that I'll put up a page that's broken 'cause
> someone else did it :-\ If someone would take a look and suggest where 
> I
> could start to fix this, I'd appreciate it lots. Maybe it has 
> something to
> do with the images loading?
>
> Code validates but haven't validated CSS yet since it's still in pretty
> rough shape. That can be found at
> http://www.first-encounter-design/css/main.css

I'd make a point to validate the css first.  Many of my problems in ff 
tend to go away when I've done that.  In your case, many of the font 
declarations have a / in front which causes ff to ignore them.  Also, 
you have this line which firefox drops.

.dateline {
        font-size: 0.8em;
        font-weight: bold;
        font-style: italic;
        margin-top: 18px 0 5px 0;  /* margin-top only gets 1 value, margin can 
have 4  */
}

Even with all that, I didn't notice any flicker on my mac until I 
cleared my cache and reloaded several times.  I think the issue is that 
the background-color on the image ( a reddish color ) shows through 
until the image is done loading.  If that is the cause, it will be much 
more noticeable for people on slower connections as the image will take 
longer to load.  You may be able to get the same look by moving the 
color to the image borders and moving the image border to tha a tag.

hth
Roger,

Roger Roelofs
"Remember, if you’re headed in the wrong direction,
        God allows U-turns!"
          ~Allison Gappa Bottke
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to