Forum Moderators: not2easy
The problem I'm having:
The rounded corners load about a second later than the rest of my page, leading to a moment of really ugly cornerless divs and then a jolt when the images load.
When I go to professional sites that use images for their rounded corners, the load is seamless - everything appears at the same time.
What can I do to eliminate this disparity in load time? I'm running on hostmonster - could it be that they are running much faster servers than I am? Or is there something simple I'm missing here with my code?
Would appreciate any help here - I really want rounded corners but am not willing to take this visual jolt in order to have them.
Thanks,
Ken
this way the image will be loaded before the <scripts> (which i place at the end of the page), and any of the other images contained in the <body>.
Having less elements on the page helps as well. Simplifying the layout helps, as well as using things like CSS sprites. A high profile CSS sprite using site is ask dot com.
Making images, html and css smaller helps as well. But one larger "sprite" is still faster than multiple smaller images.
Also check the performance rules over at yahoo:
[webmasterworld.com...]