Forums

links appearing blue in safari dispite css set to brownish color.?? (3 posts)

  1. iselaespana
    Member
    Posted 5 months ago #

    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?

  2. sacredpath
    Member
    Posted 5 months ago #

    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.

  3. iselaespana
    Member
    Posted 5 months ago #

    the border doesnt appear at all in safari now!? Weird huh.

Reply

You must log in to post.

About this Topic