Mr.Mike
08-31-2010, 03:47 PM
1) Script Title: Expando Image script
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex4/expandoimage.htm
3) Describe problem: "this will be easy for you guys"
I'm trying to just add a border; if you look at the script in the head part.
you just change the command for border to / border: yes; /
and then change the border in the body to size wanted.
Now, how do I get the border to change from default black? to another color of choice.
I tried these commands to the head:
border: yes; <-this one works)
borderStyle: solid;
borderColor: yes;
bordercolor: #551A8B;
non of them did anything.
and i added to the body with the " bordercolor: yes; " command:
// <img class="expando" border="3" borderColor="#551A8B" src="images/map.jpg" width="40" height="40">
//
I get default black, the only thing i'm able to change is the size.
Can one of you guru's please tell me where i'm going wrong :confused:
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex4/expandoimage.htm
3) Describe problem: "this will be easy for you guys"
I'm trying to just add a border; if you look at the script in the head part.
you just change the command for border to / border: yes; /
and then change the border in the body to size wanted.
Now, how do I get the border to change from default black? to another color of choice.
I tried these commands to the head:
border: yes; <-this one works)
borderStyle: solid;
borderColor: yes;
bordercolor: #551A8B;
non of them did anything.
and i added to the body with the " bordercolor: yes; " command:
// <img class="expando" border="3" borderColor="#551A8B" src="images/map.jpg" width="40" height="40">
//
I get default black, the only thing i'm able to change is the size.
Can one of you guru's please tell me where i'm going wrong :confused: