Anwenden von css-popup title-element der Beschriftung

Ich habe ein Formular-label wie folgt:

<label id="jform_email-lbl" for="jform_email" class="hasTip required" 
title="Email Address::Please enter the email address associated with your User 
account.&lt;br /&gt;A verification code will be sent to you. Once you have 
received the verification code, you will be able to choose a new password for 
your account.">Email Address:<span class="star">&#160;*</span></label>

Möchte ich eine andere Formatvorlage für meine popover 'title' - element (#000).

Nicht die 'E-Mail-Adresse:' - label, das zeigt, auf die form (#fff).

Dachte, dass ich in der Lage sein, Folgendes zu tun, aber es funktioniert nicht:

label#jform_email-lbl[type="title"] { 
    color: #000; 
}

****EDITIERT**
Die Antwort ist wie folgt - für jemand anderen zu finden versuchen, um die richtige css:**

div.tip .tip-title {
   color: #E77600 !important;
   font-weight: bold;
}
div.tip .tip-text {
   color: #979797 !important;
   font-weight: bold;
}
Titel sind schon schwarz, was du zu erreichen versuchst?
in meiner css habe ich label{color: #fff;} - ich will zu verlassen, allein. aber wenn Sie die Maus über das label, den text, die pop-up 's/shows aus dem "title" - element ist auch weiß - ich will, dass #000
check meine Antwort jsfiddle.net/zanTf/1 ich werde zu aktualisieren

InformationsquelleAutor user991830 | 2013-10-17

Schreibe einen Kommentar