Input boxes
Hi, I have been looking for code on how to change my input boxes on my forum. I am running an ikonboard and I would like the boxes to look like this
I also want where people post to look this way as well.
Any help would be appreciated, Thanks.
listless posted this at 18:24 — 7th February 2003.
They have: 11 posts
Joined: Jan 2003
I've got different colors here, but whatever. Let me know if you need an explanation, didn't take the time to document. I'm assuming IKB will let you add some CSS classes as below...
8>-----------------------------------*snip*
.cool{
border:1px solid #000;
background-color:#0cc;
color:#fff;
}
Username:
Password:
Why should I let you log in?
8>--------------------------------------*snip*
This is my band. || This is me.
Renegade posted this at 02:00 — 8th February 2003.
He has: 3,022 posts
Joined: Oct 2002
.cool{
border:1px solid #000;
background-color:#0cc;
color:#fff;
}
looks too plain,
try this:
.cool{
border-left:1px solid #000;
border-right:1px solid #fff;
border-top:1px solid #000;
border-bottom:1px solid #fff;
background-color:#0cc;
color:#fff;
}
which will make it look beveled
listless posted this at 19:05 — 8th February 2003.
They have: 11 posts
Joined: Jan 2003
*shrug*
Just answering what was asked.
Renegade posted this at 09:45 — 9th February 2003.
He has: 3,022 posts
Joined: Oct 2002
yeah, sorry about that, thought i'd give him more variaety :S
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.