Google Analytics İzleme

02 Eylül 2009

İnternet Explorer 7 ( ie 7 ) 'de TreeView'in dikey çizgileri kırık kırık göüzkme problemi

TreeView'in html çıktısında div etiketinin boyutu 1 px olduğu için hatalı gösterilmektedir.
Bu div'in yüksekliğin 100% veya 20px olarak belirtirseniz probleminiz çözülecek.

And now, here is how we can sort this out:

  • Create a new style definition in your page (or create an external .css file and link it in your pages, pedending on your needs)
  • Add the following class definition: ".tree td div {height: 20px !important}" (of course without quotation marks)
  • In your TreeView component add a referende to CssClass="tree"
kaynak:
http://blogs.msdn.com/carloc/archive/2007/05/23/broken-line-in-asp-net-2-0-treeview-in-ie-7.aspx

Hiç yorum yok: