WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

Matti

Matti
Registered Member
Registered Member
Hello,

I need some codes to change some box when people register on my forum cuz those box goes black since my forum is black and I want to add some color on the box for borders and background.

1) so we start here this is for ''I Agree to these terms''''I do not agree to these terms''
Need some css codes to change border & bg on the box when ppl register This111
need to change border and background.

2) for the ''Registration Information'' you can't see the box when you put the mouse on it.
Need some css codes to change border & bg on the box when ppl register This211

just need some codes to change the border and background.

border #343434 background #373737


http://csshelp.forumotion.net/

Guest


Guest
for thingy #1 try this css Wink

Code:
a.button button1 {
border-style:solid;
border-width:5px;
border-color:#343434;
background-color:#373737;
}


a.button {
border-style:solid;
border-width:5px;
border-color:#343434;
background-color:#373737;
}

ankillien

ankillien
Administrator
Administrator
1)
Code:
a.button1 , a.button2 {
border-color: red;
background: green;
}

2)
Code:
input.inputbox:hover,
input.inputbox:focus {
border-color: #343434;
}
fieldset dl:hover dt label {
color: #EEE;
}

Guest


Guest
ankillien wrote:1)
Code:
a.button1 , a.button2 {
border-color: red;
background: green;
}

i think the code i gave is correct isnt it? Neutral

ankillien

ankillien
Administrator
Administrator
I'm not sure, I haven't tried it. Did you try it, did it work for you?

Guest


Guest
yes it works fine on me Smile

ankillien

ankillien
Administrator
Administrator
Then can't say its incorrect. There can be multiple solutions for one problem.

Matti

Matti
Registered Member
Registered Member
Well, that didn't work for me, but the ones anki give they did.

Now how to change the bg for this Send button.
Need some css codes to change border & bg on the box when ppl register Thi310

http://csshelp.forumotion.net/

ankillien

ankillien
Administrator
Administrator
Code:
input[name="post"].button2 {
color: #EEE;
background: #343434;
border: 1px solid #373737;
}

Guest


Guest
Maki wrote:Well, that didn't work for me, but the ones anki give they did.

no way it works excellent at my test board Shocked

ankillien

ankillien
Administrator
Administrator
Did you try it on phpBB3?

Guest


Guest
nope sorry the test forum was in punbb Sad

ankillien

ankillien
Administrator
Administrator
Thats why it didn't work for Maki Wink

Matti

Matti
Registered Member
Registered Member
ankillien wrote:
Code:
input[name="post"].button2 {
color: #EEE;
background: #343434;
border: 1px solid #373737;
}

Thanks and solved Very Happy

http://csshelp.forumotion.net/

Unknown Data

Unknown Data
Registered Member
Registered Member
Solved | Locked

http://woops.dk

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

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