I have a website that uses a lot of CSS menus. These pages also have banners/ads on them. My problem....the CSS menus don't work until all the banners have loaded. This is IE specific, Firefox works fine. Does anyone know of a way to insure that the CSS is functional while the banners/ads are loading? Thanks.
The only thing I can think of is to check the order that things are in the code - the css should be up in the head section where presumable they'll get loaded before the banners.
Thanks for the reply. I've tried different orders of things but IE always waits until the banners have loaded before it works. Maybe IE8 will be different. I hope.