Hello,

On 12/20/05, Borut Hadžialić <[EMAIL PROTECTED]> wrote:
> did you notice that the tabs (Home, About Us, Employment, Legal) disappear 
> when
> you mouse over them?
> This only happens when you mouse over them for the very first time
> (first page visit, first mouseover).
> After that they behave normally.

a#about_us_button {
  float:left;
  width: 81px;
  height: 24px;
  background: url(../images/about_us_button_lo.gif);
}

a#about_us_button:hover {
  background: url(../images/about_us_button_hi.gif);
}

The rollovers have no preload, that's the issue. Either preload the
images by referring them in another place, either preload them by
JavaScript :(.

Or better, use CSS background position rollover effect. See
Single-image Rollovers here:
http://www.alistapart.com/articles/slidingdoors2/

Cheers,
--
Laurian Gridinoc, www.grapefruit.ro

Reply via email to