Hallo Gemeinde,
nach meinem heutigen Update (bereits 2-3 Monate keins mehr gemacht) sehen meine Floorplans falsch aus.
Ich benutze ein eigenen *.css und es ist alles soweit noch korrekt, außer die Breite des Menüs.
In meinem stylesheet steht:
#menu { position:absolute; top:15px; left:20px; min-width:60px; -moz-border-radius:8px; border-radius:8px; border-spacing: 6px; padding-bottom: 6px; padding-top: 6px; }
#menu.floorplan { position:absolute; top:15px; left:20px; right=100px; min-width:80px; font-size:12px; line-height:22px; border:1px solid #CCCCCC; background: #111111; box-shadow:5px 5px 5px #000; padding: 6px; }
und wenn ich jetzt z.B. aus background: #111111; einfach background: #FF0000; mache, so wird es auch rot, jedoch eine Änderung
von min-width z.B. auf 40px bewirkt nichts. Eine Vergrößerung funktioniert jedoch, was mit zeigt, dass ich am richtigen Punkt bin.
Hat da jemand eine Idee ????
VG
mcfly