Welcome to Forums Sign in | Join | Help | Forums
in Search


PEO CSS background images

Last post 05-07-2009 11:16 AM by Nicholai Burton. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 05-05-2009 7:20 AM

    • Ellen Slatter
    • Not Ranked
    • Posts 4
    • Organization: Mary Hare Grammar School for the Deaf

    PEO CSS background images

    Hi all,

    Hopefully somebody can help me out - I can't work out why background images, for example on buttons, won't show after adding them into stylesheets.

    I'm sure the path to the image is correct and that no-repeat tiling and fixed scrolling is what I need, but my jpeg images will not show on the PEO page.

     

    Any ideas??

    Thanks in advance!

    Filed under:
  • 05-07-2009 11:16 AM In reply to

    • Nicholai Burton
    • Top 75 Contributor
    • User Since: 2004
    • Posts 92
    • Organization: Blackbaud, Inc
    • Products:  Blackbaud Direct Marketing, Blackbaud Enterprise CRM, The Patron Edge, The Raiser's Edge

    Re: PEO CSS background images

    I've just used this image from Wikimedia as a button background image.  Making the background-color transparent seemed to do the trick in IE8, but Firefox renders it properly without needing the extra transparent bit.  Here's some of my sample CSS:

    background-image:url(images/blue_button.png);
    background-attachment:scroll;
    background-repeat:repeat-x;
    font-family:verdana;
    height:21px;
    color:#ffffff;
    font-size:10px;
    font-weight:bold;
    background-color:transparent;

    I'm no CSS expert, but hopefully this helps.

Page 1 of 1 (2 items)