R
roN
Hi,
I have following issue: I'm changing the css-style of a tab like following
when the mouse is rolling over it:
onMouseOver="this.className='frontbarOverIE'" and the css style looks like
following:
..frontbarOverIE {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #FFFFFF;
background-repeat: no-repeat;
font-weight: bold;
text-decoration:none;
background-image: url(images/orange_title_backgnd_hi.jpg);
}
how can I preload the image(images/orange_title_backgnd_hi.jpg) used in the
css style?
Thank you!
Ron
I have following issue: I'm changing the css-style of a tab like following
when the mouse is rolling over it:
onMouseOver="this.className='frontbarOverIE'" and the css style looks like
following:
..frontbarOverIE {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #FFFFFF;
background-repeat: no-repeat;
font-weight: bold;
text-decoration:none;
background-image: url(images/orange_title_backgnd_hi.jpg);
}
how can I preload the image(images/orange_title_backgnd_hi.jpg) used in the
css style?
Thank you!
Ron