Results 1 to 2 of 2

Thread: Background images wont show in Safari

  1. #1
    Join Date
    Apr 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Background images wont show in Safari

    This is an issue with both Safari-Mac & Safari-Win. All other browsers show the background image properly. Any ideas what could be wrong in the following CSS:

    .exact__widgetlayout_active .exact__widgetlayout_editlayoutbutton
    {
    margin-left: 7px;
    margin-top: 3px;
    background-color: transparent;
    background-image: url(images/widget-tabeditbutton.png);
    background-repeat: no-repeat;
    width: 10px;
    display:-moz-inline-box;
    display:inline-block;
    }

    The element this CSS corresponds to happens to be an <a>. I have attached the HTMLSnippet of where this <a> tag resides in. I have also attached the actual image in question. The parent spans with classNames "exact__widgetlayout_outer" and "exact__widgetlayout_inner" also have corresponding background images.

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    1) I don't see a .exact_widgetlayout_active element. Make sure that one exists.

    2) Check this list of Safari bugs to see if one applies.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •