Nope Your assigning the cursor to the whole div
the only reason that would work, if it did would be because the table is sitting in the div and the only section available that isnt being covered by the table is the border -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Scott Barnes Sent: Tuesday, June 03, 2003 4:26 PM To: CFAussie Mailing List Subject: [cfaussie] Re: DHTML question If you trying to achieve this man, you need to do this: <div style="border-right:2px solid black; cursor:n-resize;"> <table style="cursor: default"> </table> </div> this should make the cursor change for the bordered areas but not for the segments within the table tags... should being the key word. Scott "Steve Onnis" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > that will assign it to the whole element. I just need it to be assigned to > the right hand side border. > > if you have > > <table style="border-right:2px solid black; cursor:n-resize;"> > > it will assign the cursor to the whole table. Thats not what I want. I > just want it to apply to the actual border itself and only the right hand > side border. > > Steve > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Antony > Sideropoulos > Sent: Tuesday, June 03, 2003 11:49 AM > To: CFAussie Mailing List > Subject: [cfaussie] Re: DHTML question > > > use a ; to separate css entries: > > style="border-right:2px solid black; cursor:n-resize;" > > >>> [EMAIL PROTECTED] 03/06/2003 11:37:27 >>> > > Just a question regarding styles and classes > > Can you assign a style to a style? > > example > > I have a situation where I need to assign a cursor style to the right hand > side of a table, so what I am wanting to do is something like this > > style="border-right:2px solid black cursor:n-resize;" thus nesting styles > within themselves > > is this possible? > > Regards > Steve Onnis > > > --- > You are currently subscribed to cfaussie as: > [EMAIL PROTECTED] > To unsubscribe send a blank email to > [EMAIL PROTECTED] > > MX Downunder AsiaPac DevCon - http://mxdu.com/ > > ------------------------------------------------------- > Maddocks > > Tel: (03) 92880555 International: +61 3 92880555 > Fax: (03) 92880666 International: +61 3 92880666 > > Web: http://www.maddocks.com.au > > ------------------------------------------------------- > The information in this electronic mail is privileged > and confidential, intended only for use of the individual > or entity named. If you are not the intended recipient, > any dissemination, copying or use of the information is > strictly prohibited. If you have received this transmission > in error please delete it immediately from your system > and inform us by email on [EMAIL PROTECTED] > ------------------------------------------------------- > > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > > MX Downunder AsiaPac DevCon - http://mxdu.com/ > > > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
