Posted May 11, 2016
Well, guess this explains why the "Attach" button's not doing anything.
Just inspected the object in Firefox, and it would appear that the HTML for the button is simply:
Just inspected the object in Firefox, and it would appear that the HTML for the button is simply:
<div class="file_btn"></div>
And the CSS for the class is: .file_btn {
float:left;
width:72px;
height:23px;
background:url(/www/forum_carbon/-img/forum_popup.e79e567a.png) no-repeat;
background-position:-1px -37px;
margin:0 0 0 1px;
cursor:pointer;
position:relative;
top:-3px
}
No wonder it's not responding to any clicks :-)float:left;
width:72px;
height:23px;
background:url(/www/forum_carbon/-img/forum_popup.e79e567a.png) no-repeat;
background-position:-1px -37px;
margin:0 0 0 1px;
cursor:pointer;
position:relative;
top:-3px
}