| SitePoint Sponsor |

Hi,
This is hard to tell without seeing the page.
Could you post a link?
How well do you know your JavaScript from your jQuery?
Check out SitePoint's latest JavaScript challenge
My blog
I posted link (first link, sample).

Off Topic:
(Thread moved to CSS)
The default display for <button> is for it to have those outlines. Try setting button {border:none;} and see how that goes...
Any posts I write in Arial are on my mobile phone, so please excuse typos etc.
Any posts I write in Verdana are on a PC, so feel free to berate me mercilessly for any mistakes
Strange, I had no such issue in previous Colorbox installations I used, I haven't changed anything in original Colorbox styles. And these buttons are not separate images, it's an images from sprite (controls.png)

Doesn't matter whether they are separate images or not, they are called up by the <button> element, and that has a default border. Maybe previous installations of Colorbox used different code or removed that border by default ... or maybe you removed it and forgot that you had done it![]()
Any posts I write in Arial are on my mobile phone, so please excuse typos etc.
Any posts I write in Verdana are on a PC, so feel free to berate me mercilessly for any mistakes

Any posts I write in Arial are on my mobile phone, so please excuse typos etc.
Any posts I write in Verdana are on a PC, so feel free to berate me mercilessly for any mistakes

espring, you are correct. "button" does not appear on colorbox_default_style.css
You have to add it anywhere in that file as follows:
Code:#cboxContent button { border:none; }
Bookmarks