1) Is it possible to preload image using css? If yes, how?
Here is the format of my css....

body {
    background-image: url(g9brk05.gif);
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 2px;
}

2) Is it possible to use random background image using css?........... How?

You can't preload with CSS, but the images will be cached after first load.

Depending on your server there are various ways to generate random backgrounds. I have a sample CSS Random Background Image rotation script on my blog which may help you.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.