Link to home
Start Free TrialLog in
Avatar of Rowby Goren
Rowby GorenFlag for United States of America

asked on

CSS border for image. Either remove border or make it white!

Please look at this page:

http://rickythealien.com/index.php/odudecardshow/9/18

I am trying to either remove the black border from around the large image ("App Addict" or at least change the border to black.

The css for the border is 1 pixel and the css does not declare the color (so far as I can tell).  

So what I want via css modification is either a "border="0 px" or "border-color=#ffffff"

Here's my attempt at the css (which is not working):

Open in new window

div.box img {
      border: 0px;
border-color: ffffff;
}
Thanks

Rowby
ASKER CERTIFIED SOLUTION
Avatar of jtwcs
jtwcs
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Rowby Goren

ASKER

Works!

Bravo!

Thanks!

Rowby