The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Need CSS help, changing backgrounds of login form

2 posters

Go down

Need CSS help, changing backgrounds of login form Empty Need CSS help, changing backgrounds of login form

Post by Kol Vol July 3rd 2007, 1:38 pm

I need CSS to change the background of the login forms however, I do not want the checkboxes to have this background which is why I cannot use
Code:
input {
background-image: url("http://www.calwhite.com/pix/matrix%20001.jpg");
}
Could someone please tell me what to put instead of the input to make the textboxes only have a background.
Kol Vol
Kol Vol
Forumember

Male Posts : 364
Reputation : 30

http://codes.eletronicsboard.com/

Back to top Go down

Need CSS help, changing backgrounds of login form Empty Re: Need CSS help, changing backgrounds of login form

Post by rothercruise April 25th 2008, 12:26 pm

Code:
.inputbox {
background-image: url("http://www.calwhite.com/pix/matrix%20001.jpg");
border: 1px solid #ffffff;
color: #ffffff;
padding: 4px;
cursor: text;
}

Thats how i did it but had do disable css and put it all in the box
rothercruise
rothercruise
Forumember

Posts : 35
Reputation : 0
Language : english

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum