Hi Andreas,

Is this for HTML output? I create a simple "framed" look in CSS with the following:

span.guibutton {
        background-color: #efefef;
        padding: 3px 10px;
        border:1px solid #9f9f9f;
        font-family: Arial;
        font-size:12px;
        font-weight:bold;
        color:#333;
}

If you want to position an image in the background, you can also do that in CSS with the "background" or "background-image" property [1].

If this in indeed for HTML, probably best to take the discussion to a CSS list (the excellent css-d[2], for example).

Best,

Brett

[1] http://www.w3schools.com/css/css_background.asp
[2] http://www.css-discuss.org/

On 5/14/2008 7:44 AM, Kehlenbach Andreas wrote:
Hello guys,

I've tried to set an image behind guibuttons. It should be like a frame.
Has anyone a tip how i could realize this?

It should look like this:

 ____
| OK |
|____|
Greetings,
Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to