MyBB.de Forum
"thead" abrunden - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Theme-Diskussionen (https://www.mybb.de/forum/forum-84.html)
+--- Thema: "thead" abrunden (/thread-24716.html)

Seiten: Seiten: 1 2


"thead" abrunden - MecQ - 22.01.2012

Hallo Leute.

Ich möchte gerne bei mir im Forum "thead" abrunden.

NUn meine Frage, wie mache ich das?

Liebe Grüße


RE: "thead" abrunden - Kenny - 22.01.2012

http://www.css4you.de/trickkiste/tr00012.html


RE: "thead" abrunden - MecQ - 22.01.2012

Dann habe ich einen "Ovalen" Kreis. Ich möchte nur das jeweils oben links und rechts das abgerundet wird.

MfG


RE: "thead" abrunden - Kenny - 22.01.2012

Aufmerksam lesen, dann klappt das auch!



RE: "thead" abrunden - MecQ - 22.01.2012

Ich habs mir nun 100 mal durchgelesen, aber trotzdem habe ich noch keine runden Ecken!

Hier mein Code
Code:
.thead {
    background: #0092ab
        color: #ffffff;
        border:0px solid #aaaaaa;
        -moz-border-radius-top:10px; /* Firefox */
        -webkit-border-radius-top:10px; /* Safari, Chrome */
        -khtml-border-radius-top:10px; /* Konqueror */
        border-radius-top:10px; /* CSS3 */
}



RE: "thead" abrunden - Kenny - 22.01.2012

Wenn du 0 Pixel als border festlegst, wird auch nichts angezeigt!
PHP-Code:
border:0px solid #aaaaaa; 

Versuch es mal so:
PHP-Code:
.thead {
    
background#0092ab
        
color#ffffff;
        
border:1px solid #aaaaaa;
        
-moz-border-radius-topleft:10px/* Firefox */
        
-webkit-border-radius-topleft:10px/* Safari, Chrome */
        
-khtml-border-radius-topleft:10px/* Konqueror */
        
border-radius-topleft:10px/* CSS3 */
-moz-border-radius-topright:10px/* Firefox */
        
-webkit-border-radius-topright:10px/* Safari, Chrome */
        
-khtml-border-radius-topright:10px/* Konqueror */
        
border-radius-topright:10px/* CSS3 */




RE: "thead" abrunden - MecQ - 22.01.2012

Gut soweit, nun ist es schon mal einen Schritt weiter, aber trozdem noch ein Fehler:
MfG


RE: "thead" abrunden - StefanT - 22.01.2012

Bitte beachte Regel 5.


RE: "thead" abrunden - Kenny - 22.01.2012

(22.01.2012, 15:12)MecQ schrieb: Gut soweit, nun ist es schon mal einen Schritt weiter, aber trozdem noch ein Fehler:
MfG
Und was möchtest du uns damit sagen? Die Ecken von .thead sind doch abgerundet.


RE: "thead" abrunden - MecQ - 22.01.2012

Dort ist lediglich ein Border der Rund ist aber dort sind immer noch eckige Ecken siehe im Attachment