Very nice! I will be adding that as well..
I think first I will create a dynButton and then use the DynButton
int he scrollbar. Any comments?
----- Original Message -----
From: "Raymond Irving" <xw...@ya...>
To: "DynAPI-Dev" <dyn...@li...>
Sent: Wednesday, March 26, 2003 3:46 PM
Subject: [Dynapi-Dev] 3D borders
> Hi Everyone,
>
> >From Dougs ScrollBar I've learnt an easy way to create
> cool looking 3D borders:
>
> Up State :
>
> <table border="0" bgcolor="#EFEBD7" cellpadding=0
> cellspacing=0 ><tr><td>
> <table width=100 height=100 cellpadding=0
> cellspacing=0 border=1><td></td></table>
> </td></tr></table>
>
> Down/Depressed State:
>
> <table border="0" bgcolor="#EFEBD7" cellpadding=0
> cellspacing=0 ><tr><td>
> <table width=100 height=100 cellpadding=0
> cellspacing=0 border=1><td> </td></table>
> </td></tr></table>
>
> It works in all browsers. The trick is not to have
> anything between <td></td> for up state, and for down
> state just add a between inside the
> <td> </td>. A transparent image should work
> better than the
>
> <img style="display:block" width="1" height="1"
> src="pixel.gif" />
>
> You can even change the light and dark colors for
> ie/dom browsers. for example:
>
> bordercolorlight="#FFFF00" bordercolordark="#808000"
>
> --
> Raymond Irving
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
> http://platinum.yahoo.com
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by:
> The Definitive IT and Networking Event. Be There!
> NetWorld+Interop Las Vegas 2003 -- Register today!
> http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
> _______________________________________________
> Dynapi-Dev mailing list
> Dyn...@li...
> http://www.mail-archive.com/dyn...@li.../
>
|