Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: BROWSER COMPATIBILITY


Message #1 by "Pallone, Claudio [KMR-SPC]" <Claudio.Pallone@k...> on Thu, 12 Sep 2002 15:26:50 +0100
Hi,

I have wrote this code so that when the user put the mouse over a link 
the cursor changes to a hand - cursor:hand.

However, when I opened the page in Netscape 6.02, this does not work at 
all. Does anyone know how to solve this annoying problem??

<span onClick=3D"Hide({$ColParameter})" 
style=3D"background-Color:#006699; color:white; cursor:hand">Hide</span>

Also, I have changed the colour of my scrollbar as follow but again when 
I view the page in Netscape 6.02, it doesn't work. How can solve this 
problem??

<style>
<!--
BODY {

{scrollbar-face-color: #7193AC; scrollbar-shadow-color: #FFFFFF; 
scrollbar-highlight-color: #7193AC;
 scrollbar-3dlight-color: #7193AC; scrollbar-darkshadow-color: #666666; 
scrollbar-track-color: #7193AC;
 scrollbar-arrow-color: #FFFFFF;}

}


Cheers,

Claudio





BMRB International
http://www.bmrb.co.uk +44 (0)20 8566 5000
____________________________________________________________
This message (and any attachment) is intended only for the recipient and 
may contain confidential and/or privileged material. If you have 
received this in error, please contact the sender and delete this 
message immediately. Disclosure, copying or other action taken in 
respect of this email or in reliance on it is prohibited. BMRB 
International Limited accepts no liability in relation to any personal 
emails, or content of any email which does not directly relate to our 
business.

  Return to Index