Buggy Buttons: Double Up-Arrows

lucky760

New member
I see that the bulletin board was updated some time recently. There's a bug in the latest stylesheet that's causing two up-arrows to appear over buttons.

W90eA14.jpg


The cause of this problem is that the <a> tag has the arrow as a background-image per this selector:
.buttonlist ul li a.active

but its child element, the <span> tag, also has the same background-image per this selector:
.buttonlist ul li a.active span
 
Hmm.. I can't replicate that.  Can you try clearing cache and reloading?  If it is still like that, what OS are you on? 
 
admin said:
Hmm.. I can't replicate that.  Can you try clearing cache and reloading?  If it is still like that, what OS are you on? 

You are right. Clearing the cache seems to have cleared the double up arrows.
 
Ah, I wasn't paying attention. I see you're using the two backgrounds as the left and right edges of the button and you've updated that sprite.

Yes, it's good now that the cached sprite has been flushed. Thanks!
 
Back
Top