andragel
Forum Replies Created
-
Forum: Themes and Templates
In reply to: WordPress border headerI’ve added this:
<img id=”head” title=”header” src=”http://ecullen.org/wp-content/themes/skinh/ecullenorg.jpg” alt=”” width=”900″ height=”470″ />
And the codeyou suggested and still the same problem
Forum: Themes and Templates
In reply to: WordPress border headerany ideas?
Forum: Themes and Templates
In reply to: WordPress border headerThe problem is this section:
#head img,
img {border-top: 2px solid #a19a92;border-bottom: 2px solid #a19a92;border-left: 2px solid #a19a92;border-right: 2px solid #a19a92;text-align: center;background: #202020;padding: 3px;margin: 3px; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
a img {border-top: 2px solid #a19a92;border-bottom: 2px solid #a19a92;border-left: 2px solid #a19a92;border-right: 2px solid #a19a92;text-align: center;background: #202020;padding: 2px;margin: 2px; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}a:hover img {border-top: 2px solid #a48d62;border-bottom: 2px solid #a48d62;border-left: 2px solid #a48d62;border-right: 2px solid #a48d62;text-align: center;background: #000000;padding: 2px;margin: 2px; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
If I add this code,than it will show a rounded border on photos but also on the header,and I do not want that.Any solutions?