19. Januar 2006 um 18:48 #1 Hallo!Ich hab Milkmel und bekomme das Wörtchen "Go" beim Go-Button mit diesem Code CSS /* Remove the 'Go' word in Go Button */ #go-button > .button-box > .button-text { display: none !important; } nicht weg! :? Gibts irgendwelche Alternativen?GrüßeDok.
19. Januar 2006 um 18:56 #2 wenn es bei Milkmel wie bei Silvermel ist: CSS #go-button label { display: none !important; }
19. Januar 2006 um 19:03 #3 Hui, Danke!Ich finds blos ärgerlich, dass "mein" Code mit Milkmel nicht geht! :?
19. Januar 2006 um 19:27 #4 Bei mir sieht der Code so aus: CSS /* Das Wort 'Go' des Go-Button entfernen */ #go-button .toolbarbutton-text { display: none !important; } #go-button .toolbarbutton-icon { margin-top: 2px !important; margin-bottom: 1px !important; } #go-button .toolbarbutton-icon { margin-right: 1px !important; }