Hallo,
ich bin am verzweifeln. Ich will einfach nur einem input-Feld einen Box-shadow hinzuzufügen und bekomme es einfach nicht hin. Kann mir jemand sagen was ich falsch mache?
<html>
<head>
<style type="text/css">
#bla{
box-shadow:0px 0px 8px #000;
-moz-box-shadow:0px 0px 8px #000;
-webkit-box-shadow:0px 0px 8px #000;
}
</style>
</head>
<body>
<input id="bla" type="text"></input>
</body>
</html>
Viele Grüße
Slash