Thread: CSS Question
View Single Post
  #1  
Old 11-21-2007, 06:53 AM
 
hello hello is offline
 

Member
  
Join Date: Apr 2007
Posts: 11
 

Default CSS Question

I'm experimenting with the skin1.css file.

I've done the following to the css

SELECT,TEXTAREA {
BACKGROUND-COLOR: #FFFFFF;
FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
COLOR: #000000;
FONT-SIZE: 12px;
BORDER: #ffd30d 10px solid;
}
INPUT{
BORDER: #ffd30d 10px solid;
}



This is the result:

http://img135.imageshack.us/img135/7968/screentz5.gif


As you can see the INPUT style is affecting the "Log In" button.

I have tried changing INPUT to INPUT.TEXT but had no result. Any suggestions?

Thanks
__________________
X-Cart Gold v4.1.8
Reply With Quote