Look at this photo, notice how the border on the right side of the photo does not match the left. Is this a bug in NextGen? It renders incorrectly in both IE and FF.
<img src="http://www.bowlesonline.com/nextgen.jpg">
Look at this photo, notice how the border on the right side of the photo does not match the left. Is this a bug in NextGen? It renders incorrectly in both IE and FF.
<img src="http://www.bowlesonline.com/nextgen.jpg">
here's a better link
I am having the same problem here:
http://wordpress.org/support/topic/190803?replies=3
The problem started after I used the upgrade plugin to WP2.6
Let me know if you get a fix/resolved so I can give it a try.
Cheers,
Williwaw
Please post a link to your page if possible
Here's a link to a page that uses NextGen. Check out the left and right borders.
http://www.bowlesonline.com/wildelife-photo-contest-at-work
Thanks.
I see it rightened either.
But used to have the same problem out of NextGen Gallery. Might involve the javascript display.
This is what firebug show up as problem :
style.css (Linie 43)
a:link img, a:visited img, a:hover img, a:active img {
background:transparent none repeat scroll 0 0;
border-color:#000000 -moz-use-text-color -moz-use-text-color #000000;
border-style:solid none none solid;
border-width:1px medium medium 1px;
padding:4px 10px 10px 4px;
}The same for
img
{
padding:4px 10px 10px 4px;
border:0;
border:#CCC 1px solid;
}Thanks. I set padding to none and that cleaned it up.
This topic has been closed to new replies.