![]() Preserved Topic: Changing the look of a form (Page 1 of 1)  | 
  |
|---|---|
| 
       Maniac (V) Inmate From: there...no..there.....  | 
    
       
  posted 10-24-2001 17:05
      
      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  | 
    
       
  posted 10-24-2001 17:08
      
      In the Style tag:  | 
  
| 
       Maniac (V) Inmate From: there...no..there.....  | 
    
       
  posted 10-24-2001 17:12
      
      Wakkos,  | 
  
| 
       Maniac (V) Mad Scientist From: Azylum's Secret Lab  | 
    
       
  posted 10-24-2001 17:38
      
      hehehe, sorry, I don't go so far     | 
  
| 
       Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing  | 
    
       
  posted 10-24-2001 22:19
      
      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!  | 
    
       
  posted 10-25-2001 00:14
      
      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.....  | 
    
       
  posted 10-25-2001 03:40
      
      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  | 
    
       
  posted 10-25-2001 05:08
      
      This should help - http://www.gurusnetwork.com/tutorials/css/csstut.html   | 
  
| 
       Maniac (V) Mad Scientist From: Belgrade, Serbia  | 
    
       
  posted 10-25-2001 19:36
      
      
     | 
  
| 
       Maniac (V) Mad Scientist From: Azylum's Secret Lab  | 
    
       
  posted 10-25-2001 21:08
      
      
  | 
  
| 
       Bipolar (III) Inmate From: Scotland  | 
    
       
  posted 10-25-2001 21:48
      
      
     | 
  
| 
       Maniac (V) Mad Scientist From: Belgrade, Serbia  | 
    
       
  posted 10-25-2001 21:53
      
      
     | 
  
| 
       Maniac (V) Inmate From: there...no..there.....  | 
    
       
  posted 10-26-2001 19:16
      
      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  | 
    
       
  posted 10-26-2001 19:36
      
      CPrompt: Like this?:  | 
  
| 
       Maniac (V) Inmate From: there...no..there.....  | 
    
       
  posted 10-27-2001 02:48
      
      Thank you all...That is what I needed Emperor.  |