Timothy Martens wrote:
> Hi CSSers,
>
> Anyone know of a way to make a read only input element blend  
> perfectly in to the background in Safari? Renders properly in  
> Firefox. See: "Tour Date" field above calendar at:
>
> https://www.mauimountaincruisers.com/bookings/
>
>
> Aloha,
>
> -tim
>
>   

Alright Tim,

I had a look, I take it's the input for the total price down at the 
bottom you're asking about?
Anyway if so, try this to reset the styles for that one input:

#total, #total:hover { color: #4a0400; border: 0; background: transparent; }

Should work for most browsers but I only tested it in FF2 on PC. I'll 
check it in the rest of my browsers if you decide to implement it.

Rob O

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to