Hello,

Can someone tell me how to get Safari to draw transparent backgrounds for the 
input fields
on this page?

<http://www.chasing-rainbow-productions.de/sb/contact.php>

Firefox 1.5, Opera 7.5/8, IE-Win 6/5.5, and NN 7  do what I want,
but Safari  2.02 only draws the textarea background transparent.

The relevant code is

fieldset
{
    border: 1px solid #ccc;
    margin-top: 1em;
    padding: 1em;
    width: 550px;
    background: transparent url(sbbilder/whitecheck.gif);
}
textarea, input
{
    padding: 2px 2px 0 5px;
    background-color: transparent;
    border: 2px outset #666;
}

Any clues?

Greetings,
Gregory Wiest
-- 
www.gregorywiest.com
www.gregorywiest.de
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to