im making a site for a mate and I made Css rollovers for the nav which I worked out from some tutorials but when someone goes to the site for the first time when they roll over the button the rollover image doesn’t come over the first few times and comes up blank.
the site is **http://www.dravalanche.com/njt/
[SIZE=2][/SIZE]
**[COLOR=Navy][COLOR=Black]here’s an example of the css i used for the button[/COLOR]
#linka{
height: 25px;
width: 47px;
text-indent: 10000px;
overflow: hidden;
background: url(news.gif) top left no-repeat;
display: block;
}
#linka:hover{
height: 25px;
width: 47px;
text-indent: 10000px;
overflow: hidden;
background: url(news_over.gif) top left no-repeat;
display: block;[/COLOR]