[SOLVED] Ajaxian Theme Help

cray-z

Joined: 2009-10-04
Posts: 3
Posted: Sun, 2009-10-04 02:38

I've been stuck for a few hours now trying to change a single item in Ajaxian. In the HTML code, when the div imagedatablock is called (from firebug: <div id="imagedatablock" style="opacity: 0.2;"> ), it adds an opacity to it that makes the photo information and full size link illegible in Firefox 3.5 It does not have this issue in IE, likely due to a lack of support for opacity. I have searched every file in the Ajaxian theme folder and could only find references to it in a JavaScript file (which didn't have any affect on the issue when commented out).

I would really like to get rid of that opacity, so if anyone knows where its been hidden i would greatly appreciate it. Attached is a screen shot of the spot in question.

AttachmentSize
imagedatablock.jpg267.62 KB
 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2009-10-04 02:58
Quote:
(which didn't have any affect on the issue when commented out)

Did you change the value and not just comment it out?
Did you clear cache after your change?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
cray-z

Joined: 2009-10-04
Posts: 3
Posted: Sun, 2009-10-04 03:04

I didn't change the values, just commented out the function that looked responsible. And I did clear the cache after making the change.

 
cray-z

Joined: 2009-10-04
Posts: 3
Posted: Sun, 2009-10-04 03:14

Ok, I got it fixed. Commenting only the line dataBlock.style.MozOpacity = 0.2; fixed the problem, and i haven't seen any negative results yet. For anyone else looking for this fix, its in the ajaxian javascript file, .thumbnail-functions.js'.