the issue is more this

I have created a frameset and i dont want the borders to display on the
frames, thus I have lost the resize cursors which I actuallt still want to
show.  The only other way I can get the cursor to show is by adding some
framespacing which leaves a white line in the frame and i cant figure out
how to make the padding change color

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jon Hart
Sent: Tuesday, June 03, 2003 12:03 PM
To: CFAussie Mailing List
Subject: [cfaussie] RE: DHTML question




> 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/


---
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/

Reply via email to