I'm not sure why, but for some reason my image border colour won't work. Here's my CSS:
I also tried:Code:.img { border: 2px solid #FFFFFF; }
Neither work. My image border resolutely refuses to be anything other than black. Why is this?Code:.img { border-colour: #FFFFFF; border: #FFFFFF; }
G
Ps -- I worked around it by putting the image in a table cell of equal size with a border, but that's not ideal.






Bookmarks