I was wondering how can I add a black 1px border on my product images from my first page and also I would like that the border color to change on mouse over. Any help will be greatly appreciated. Best Regards![]()
I was wondering how can I add a black 1px border on my product images from my first page and also I would like that the border color to change on mouse over. Any help will be greatly appreciated. Best Regards![]()
A link to your site would assist
Zen-Venom Get Bitten
You can add a border by adding this to the end of your stylesheet and adjusting the width and color
I am not sure that you can alter it on hover
Code:.centerBoxContentsNew img { border: 4px solid; color: #000000; } .centerBoxContentsFeatured img { border: 4px solid; color: #000000; }
Zen-Venom Get Bitten
Thanx ... It worked just great... I will figure out something for the mouse rollover.![]()