![]() Preserved Topic: Changing the look of a form (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: there...no..there..... |
![]() I was wondering if anyone had a sample or an idea on how to change the look of a form (input fields, buttons, and menus). I am basically wanting to change the color and look of the buttons so I don't have to use the standard grey buttons. |
Maniac (V) Mad Scientist From: Azylum's Secret Lab |
![]() In the Style tag: |
Maniac (V) Inmate From: there...no..there..... |
![]() Wakkos, |
Maniac (V) Mad Scientist From: Azylum's Secret Lab |
![]() hehehe, sorry, I don't go so far |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() Cprompt: It will depend on the browser's support for stylesheets. IE and NS6 should be fine and NS4 doesn't do very much (although it doesn't break which is good). From memory I think that Opera does something in between - it puts the colour around the actual button (or something like that - I'd have to check from home where I have Opera). |
Bipolar (III) Inmate From: USA! USA! USA! |
![]() NS6 actually supports some good CSS2 stuff--not sure about IE6. code: input[type="text"] {border: 1px dotted black; background-color: #eeeeee; padding-left: 1px; padding-right: 1px;}
|
Maniac (V) Inmate From: there...no..there..... |
![]() Thanks. I was mostly just wanting to change the colors. Kind of like what the "Post New Topic" button and stuff are here. But I also wanted to screw around with the color of the drop down boxes. |
Paranoid (IV) Inmate From: 127.0.0.1 |
![]() This should help - http://www.gurusnetwork.com/tutorials/css/csstut.html |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
![]() |
Maniac (V) Mad Scientist From: Azylum's Secret Lab |
![]() |
Bipolar (III) Inmate From: Scotland |
![]() |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
![]() |
Maniac (V) Inmate From: there...no..there..... |
![]() Yeah, I know that they are images, heh! Here is what I should have said but in my tired state I failed. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
![]() CPrompt: Like this?: |
Maniac (V) Inmate From: there...no..there..... |
![]() Thank you all...That is what I needed Emperor. |