> style="border-right:2px solid black cursor:n-resize;" thus nesting styles within themselves
My understanding is that you want the right hand border to also have a cursor style? I don't think you can do this, cursors arent a property of borders, so you cant set it. You would have to emulate the border, using another element, eg: <span>Stuff left of the border</span><span class="n-resize">The right hand border</span> Jon. --- 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/
