Guest_imported
New member
- Jan 1, 1970
- 0
When using the mouse overs I have a problem in Netscape. I cannot get a layer to be read in netscape. code looks like this.
onMouseOver="document.nav.src='images/left_nav/left_nav_online.gif'; document.shopbybrand.src='images/online_catalog/shop_brand_on.gif'; showLayer('logos'); showLayer('productcatalog'); return true;"
In IE it works beautifully in Netscape I have to do this.
onMouseOver="document.shopbybrand.src='images/online_catalog/shop_brand_on.gif'; showLayer('logos'); showLayer('productcatalog'); return true;"
So I lose the look of one image. A very important image.
Any suggestions.
Thanx
onMouseOver="document.nav.src='images/left_nav/left_nav_online.gif'; document.shopbybrand.src='images/online_catalog/shop_brand_on.gif'; showLayer('logos'); showLayer('productcatalog'); return true;"
In IE it works beautifully in Netscape I have to do this.
onMouseOver="document.shopbybrand.src='images/online_catalog/shop_brand_on.gif'; showLayer('logos'); showLayer('productcatalog'); return true;"
So I lose the look of one image. A very important image.
Any suggestions.
Thanx