Forum > Arabic
جهة النّص وبعض المُصطلحات
Marc:
--- Quote from: Zaher on August 07, 2021, 12:02:57 pm ---الحل اضافة على ال css
Modify css in .geshi class
.geshi {
direction: ltr;
}
--- End quote ---
Done
pascal111:
--- Quote from: Marc on August 09, 2021, 10:10:01 am ---
--- Quote from: Zaher on August 07, 2021, 12:02:57 pm ---الحل اضافة على ال css
Modify css in .geshi class
.geshi {
direction: ltr;
}
--- End quote ---
Done
--- End quote ---
Thanks! Marc.
nouzi:
اختبار
--- Code: Pascal [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} --- BeginWriteln("test")End.
Zaher:
Not yet i can see the property
Marc:
--- Quote from: Zaher on August 09, 2021, 02:08:58 pm ---Not yet i can see the property
--- End quote ---
The CSS is cached, try to reload with CTRL+F5
Navigation
[0] Message Index
[#] Next page
[*] Previous page