pre-load
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.