Is it possible to change the border color of the strip wrapper from the jQuery plugin GalleryView?

Posted by janoChen on Stack Overflow See other posts from Stack Overflow or by janoChen
Published on 2010-04-17T15:09:59Z Indexed on 2010/04/17 15:13 UTC
Read the original article Hit count: 183

Filed under:

I found a very nice jquery plugin: http://spaceforaname.com/gallery-light.html

I want to change the border color of the strip wrapper (default is white)

position: absolute; z-index: 1000; cursor: pointer; top: 304px; left: 74px; height: 98px; width: 98px; border: 2px solid white;

The problem is that the border color seems to be generated via javascript

any suggestions?

© Stack Overflow or respective owner

Related posts about jQuery