Quick question...
My site http://amexicaninthekitchen.com/
when viewed in google chrome the border and link around my lower images appear the correct color, which is like a brownish...
when viewed in safari, links rendering blue... any thoughts?
Quick question...
My site http://amexicaninthekitchen.com/
when viewed in google chrome the border and link around my lower images appear the correct color, which is like a brownish...
when viewed in safari, links rendering blue... any thoughts?
The first bit will get all the double borders to the brownish color. The second bit will get the hover color working on all three as well.
img.wp-post-image {
border: 8px double #C4BDAA;
}
a:hover img.wp-post-image {
border: 8px double #6B6868;
}
BTW going to your site makes me really, really hungry.
the border doesnt appear at all in safari now!? Weird huh.
You must log in to post.