PDA

View Full Version : pre-load


tlpirc372764
03-29-2009, 01:50 AM
oops, made an error posted this thread to the wrong area, meant to post in menuwriter, hope a mod catches it before someone else.


how can I get the hover images to preload? found a couple tutorials on loading them as the page loads in a div out of sight, but doesn't seem to work.

for example adding this to the css file

div.loader{
background:url(images/hover.gif) no-repeat;
background:url(images/hover2.gif) no-repeat;
background:url(images/hover3.gif) no-repeat;
background:url(images/hover4.gif) no-repeat;
margin-left:-1000px;
}

of course I made the appropriate changes to the correct files, so that's not the prob.

tlpirc372764
03-29-2009, 11:37 AM
sorry I accidently posted the original question in wrong area, but instead of writing again to the appropriate area, and since a mod has yet to move it, I am going to ask again.

Anyone have an idea how to preload menuwriter hover images?