On a specific page of my website, I have a couple of thumbnails pictures that I want a padded border around. My CSS seems to work fine in Firefox, but not in IE. The URL is here:
http://www.alexthegood.com/main/digital.html
My CSS that i used to put the padded border is this:
and if you want to see my other CSS, although its messy, its here:Code:img.frame { border: 1px #406B7C solid; padding:4px; } img.frame:hover { border: 1px #406B7C solid; padding:4px; }
http://www.alexthegood.com/main/atgStyles.css


LinkBack URL
About LinkBacks
Reply With Quote
