SORU
24 Aralık 2012, PAZARTESİ


bootstrap tüm elementlerin en gösteren değil popover

Bootstrap bir site üzerinde çalışıyorum ve 2.0 dan 2.2 bootstrap güncelledikten sonra her şey popover dışında çalıştı.

Bu yumurtalı ekmek hala iyi görünmüyor, ama tüm diğer elementler üzerinde görünmüyor.

<div> // this sits on top of the popover. this did not happen before cleaning up scripts.
     <div>  //popover shows on top of this
          <div> //popover shows on top of this
               //link here with popover in it.
          </div>
     </div>
</div>

Herkes popover davranışını neden değiştirdiğini, ya da ben bunu düzeltmek için nasıl bir fikrin var mı? Teşekkürler.

CEVAP
12 NİSAN 2013, Cuma


Html öğesi data-container="body" ayar ile sorunu çözebildim

HTML örnek:

<a href="#" data-toggle="tooltip" data-container="body" title="first tooltip">
    hover over me
</a>

JavaScript örnek:

$('your element').tooltip({ container: 'body' }) 

Bu linkten keşfetti: https://github.com/twitter/bootstrap/issues/5889

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • Apple&Tech Reviews & Giveaways

    Apple&Tech R

    12 Temmuz 2008
  • Sarah's YouTube Channel

    Sarah's YouT

    27 Temmuz 2009
  • wwjoshdu

    wwjoshdu

    18 ŞUBAT 2011