Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Tab Background Images

Last post 08-29-2008 16:30 by [Infragistics] Vince McDonald. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 08-17-2008 15:24

    Tab Background Images

    Can someone tell me how to prevent tab background images from repeating? I have a single small graphic to display on a tab and it tiles repeatedly, filing the area. I'd like it to appear just once under the tab text. Thanks for helping with this.

    • Post Points: 20
  • 08-29-2008 16:30 In reply to

    Re: Tab Background Images

    I'm not entirely sure exactly where you've set this image to the background, but this is likely off the BackgroundImage property of one of our Style objects.  Assuming that this is true, you can use the CustomRules property of that Style object to provide more CSS rules.  Specifically, you should use the value "background-repeat:no-repeat" to keep the background image from repeating.

    If you've set the background image in a CSS class, rather than using properties off our Style objects, simply add "background-repeat:no-repeat" to your CSS class definition.

    Vince McDonald
    Manager of Developer Support, MCP
    Infragistics, Inc.

    Was this post helpful? Please let me know by using the star ratings and the "Answered" button from the forum's web interface.

    Need help? Find the various ways you can ask for help from Infragistics.
    • Post Points: 5
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems