[thelist] Getting back 3d input borders?

Nemesis nemesis at nemesis1.f2o.org
Sat Sep 13 15:36:26 CDT 2003


Joel Konkle-Parker wrote:

> The first stylesheet sets the input borders to 1px-wide white lines, giving them
> a "flat" look instead of the default 3d inset look (or standard blue border on
> XP). For my forum, I want to get the default look back, but the above just
> doesn't seem to be working. I've tried setting background-color to other things
> as well, but the control never gets its default look back.
> 
> How do I do something like this?
> 
> 

input,textarea{
color:#587ea0;
border:3px inset #eee;
font:bold 100% "Verdana","Helvetica",sans-serif;
background:#333;
}

If you make the border color lighter you might be able to make the 
border width smaller than 3px.

HTH
Gary

-- 
The Nemesis Project
http://nemesis1.f2o.org
One Stop CSS



More information about the thelist mailing list