Thanks Ross;

So I suspect because I changed it to 'block' its flashing quickly;

But I made the element a block so perhaps I have to write another div around the element to make it display correctly.

Thanks.

On 5/24/11 1:16 PM, Ross Peoples wrote:
Some elements are set to display: none, like the .flash and .hidden CSS classs. The reason for this is to prevent exactly what you are describing. You don't want those elements to be displayed before JavaScript has a chance to load. Once the page is fully loaded, then JavaScript makes these elements visible.

Reply via email to