[thelist] Tip Time

Marc Seyon seyon at delime.com
Fri Nov 2 12:09:04 CST 2001


Shouldn't this be
color: #000000; and
border-color: #FF9900; respectively?

Can't recall exact circumstances, but I think I've seen certain instances 
where omitting the # sign caused browsers to choke.

Also, another tip
<tip type="fonts in input fields">
Using fixed width fonts such as courier in input fields makes it easier for 
users to edit text in them - it's easier to select a fixed-width 'i' than 
non-fixed-width.
</tip>

-marc

At 11/2/2001 05:27 PM, you wrote:
>Tip time
>
><tip type="styling input fields">
>In your styling try this for nice effects:
>
>input.general{
>         font-family: arial;
>         font-size: 12px;
>         color: 000000;
>         background: transparent;
>         border-width: 1px;
>         border-style: solid;
>         border-color: FF9900;"
>}
></tip>





More information about the thelist mailing list