![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a text field and set the style attribute to input type="text" name="txtModel" style="BORDER-RIGHT: #7F9DB9 1px groove; BORDER-TOP: #7F9DB9 1px groove; BORDER-LEFT: #7F9DB9 1px groove; BORDER-BOTTOM: #7F9DB9 1px groove;FONT: 11px Verdana,Geneva,sans-serif; COLOR: #333333; WIDTH: 120px; HEIGHT: 19px; BACKGROUND-COLOR: #FFFFFF" BUT the top border and left border still come out with a black line in them i am trying to match them up with the XP natural blue pull down menu colours of #7F9DB9 any ideas would be much appriciated ....as looks not to good at mo many thanks from bill I knoe i just posted this last night from the appdev newsgroup........I think that was the wrong newsgroup as had no answer yet ?? so trying this newsgroup ...manay thanks |
#3
| |||
| |||
|
|
input type="text" name="txtModel" style="BORDER-RIGHT: #7F9DB9 1px groove; BORDER-TOP: #7F9DB9 1px groove; BORDER-LEFT: #7F9DB9 1px groove; BORDER-BOTTOM: #7F9DB9 1px groove;FONT: 11px Verdana,Geneva,sans-serif; COLOR: #333333; WIDTH: 120px; HEIGHT: 19px; BACKGROUND-COLOR: #FFFFFF" BUT the top border and left border still come out with a black line in them i am trying to match them up with the XP natural blue pull down menu colours of #7F9DB9 |
#4
| |||
| |||
|
|
On Fri, 11 Jun 2004 09:43:09 +0100, "Bill" <bill (AT) globalcommerceuk57 (DOT) com wrote: input type="text" name="txtModel" style="BORDER-RIGHT: #7F9DB9 1px groove; BORDER-TOP: #7F9DB9 1px groove; BORDER-LEFT: #7F9DB9 1px groove; BORDER-BOTTOM: #7F9DB9 1px groove;FONT: 11px Verdana,Geneva,sans-serif; COLOR: #333333; WIDTH: 120px; HEIGHT: 19px; BACKGROUND-COLOR: #FFFFFF" BUT the top border and left border still come out with a black line in them i am trying to match them up with the XP natural blue pull down menu colours of #7F9DB9 The problem is that you cannot represent a "groove" with a 1 pixel wide border. With a 1 pixel border, the best you can hope for is a solid, dotted, or dashed line and browser support for anything except solid is a bit iffy. Gary |
#5
| |||
| |||
|
|
Actually, borders on form fields itself is a bit iffy, if I recall correctly. |
![]() |
| Thread Tools | |
| Display Modes | |
| |