Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: SV: BROWSER COMPATIBILITY


Message #1 by "Robert Nyman" <robert.nyman@c...> on Thu, 12 Sep 2002 16:34:38 +0200
Thanks Robert and Imar for your help.

It is working fine now. I just added cursor:hand; cursor:pointer to the 
span and it solved the problem. However, i have another problem now. As 
you can see from the line below, I have a td and i have set the nowrap 
attribute because i want to show the text "Show All" in one line in the 
td. IE obeys the command and show the text in one line but netscape 
doesnt. It shows the text like that:

Show
All

Is there a way to solve this problem?


<tr>	<td nowrap=3D"nowrap" width=3D"55" valign=3D"top" align=3D"right" 
height=3D"12"><span onClick=3D"ShowAll()" 
style=3D"background-Color:#006699; color:white;cursor:hand; 
cursor:pointer">Show All</span>


Cheers,

PS. It is a pity that the scrollbar thing only works for IE.

-----------------------


>Subject: SV: BROWSER COMPATIBILITY
>From: "Robert Nyman" <robert.nyman@c...>
>Date: Thu, 12 Sep 2002 16:34:38 +0200
>X-Message-Number: 3

>Hi,

>the scrollbar thing only works in IE 5.5 and up.
>Regarding the cursor, it has to be cursor:pointer for Netscape and
>cursor:hand for IE (I know, it sucks...).


/Robert


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