1
sbkiller
Form & Button
  • 2004/7/25 20:33

  • sbkiller

  • Just can't stay away

  • Posts: 461

  • Since: 2004/6/9 2


Hello,

Anyone know where to change the form and button style?

I have already able to change the button in the style.css of my theme except the form has no effect.

Kev

2
tjnemez
Re: Form & Button
  • 2004/7/25 23:22

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


sometimes it is not where to change, but rather to specify a style, so it may be a matter of adding. can you provide link to site?

3
tjnemez
Re: Form & Button
  • 2004/7/25 23:42

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


here is a sample for css

input.red {background-color: #cc0000; font-weight: bold; font-size: 12px; color: white;}

you could also add background images by adding this: background-image: url('yourimages/your.gif');

for html you would now have to add a class. here is the html:

<input class="red" type="submit" value="Submit">

this may help or not?

4
sbkiller
Re: Form & Button
  • 2004/7/26 1:47

  • sbkiller

  • Just can't stay away

  • Posts: 461

  • Since: 2004/6/9 2


Oh Thanks

before you post this I have found out there's something missing from the default css.

input{}
input.formButton{}
input.formText{}
input.TextArea{}

Something like that and it work.

My XOOPS testing site it's:
http://test.maxmzone.com

Official Site:
http://www.maxmzone.com

Studio Site:
http://design.maxmzone.com

Kev

5
Bassman
Re: Form & Button
  • 2004/7/26 1:51

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


nice theme!

6
tjnemez
Re: Form & Button
  • 2004/7/26 2:13

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


it is not missing, just not defined. all themes are a matter of design as you know.

7
sbkiller
Re: Form & Button
  • 2004/7/26 19:43

  • sbkiller

  • Just can't stay away

  • Posts: 461

  • Since: 2004/6/9 2


Do you know how to change the text box size?

I can't locate it... the size of the box it's 50
I need to reduce it because the box is breaking my layout.

How do you use or make table and the layout with DIV tags propertly...? I read tutorials and I tried it out but it's too complicated.

I want to use DIV because table tags and td or tr will break my layout like it will push other table along with the other one.

Thx!