CSS-Formatierung input type=file

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Wurzel
    replied
    wird wohl nicht gehen:
    http://www.php-resource.de/forum/sho...ight=button%2A

    Leave a comment:


  • Kropff
    started a topic CSS-Formatierung input type=file

    CSS-Formatierung input type=file

    hallo zusammen

    ich habe ein <input type="file" class="filefeld"> und will nun sowohl das textfeld als auch den angenzenden button mit styleshheets einheitlich formatieren. mit dem textfeld klappt das auch wunderbar, nur bei dem blöden button kann ich die hintergrundfarbe und die textfarbe nicht verändern. irgendeine idee?

    hier mal kurz die css

    .filefeld {
    background-color: #00FFFF;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    line-height: 15px;
    text-align: left;
    vertical-align: text-middle;
    font-style: normal;
    font-variant: normal;
    border-width: 0px;
    }

    der aufruf erfo
    gruss
    peter
Working...
X