Background image of Button capped depending on Text

  1. #1

    Background image of Button capped depending on Text

    Hey,
    I have a menu as can be viewed in the attached image.

    Item 4 and 5 looks bad since the background-image is capped, and its capped depending on the size of the Text for the button. If I increase the number of characters in the text then the background-image will not be capped.

    As can be seen in the image, I have my mouse over one of the Buttons and it is clear that the buttons width is far larger than the width of the background image; button width = 100px and the background image is 48x48px.

    Here is the css for the image:

    <style type="text/css">
        .runoff {
                background-image: url("/Resources/runoff.png") !important;
            }
    </style>

    Here is the code for the button:

    <ext:Button ID="Button2" Scale="Large" Height="60" Width="100"  runat="server" Text="<br><b>SomeText</b>" IconCls="runoff" IconAlign="Top" LabelAlign="Left">
        <Listeners>
            <Click Handler="addTab(#{TabPanel2}, 'idRunoffs', '/Secure/Views/Runoffs.aspx', 'SomeText');" />
         </Listeners>
    </ext:Button>
    How can I make sure that the image doesnt get capped like this?

    Click image for larger version. 

Name:	iconWidthProblem.png 
Views:	167 
Size:	16.5 KB 
ID:	2483
    Last edited by wagger; Mar 24, 2011 at 5:34 PM.

Similar Threads

  1. [CLOSED] Button control - image background
    By rnfigueira in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 16, 2011, 12:29 PM
  2. [CLOSED] Can we place text on Image Button
    By sriram in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 21, 2010, 7:45 AM
  3. Change Cell background depending on value
    By GijsZePa in forum 1.x Help
    Replies: 2
    Last Post: Apr 06, 2010, 3:58 AM
  4. [CLOSED] Image and text in button
    By speedstepmem2 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 17, 2009, 8:51 AM
  5. Change Tab background color or background image
    By georgelanes in forum 1.x Help
    Replies: 0
    Last Post: Nov 06, 2008, 3:55 PM

Tags for this Thread

Posting Permissions