LevelUp! Studio » ie https://blog.levelup.in.th Experience the new world. Fri, 26 May 2017 10:06:07 +0000 th hourly 1 http://wordpress.org/?v=3.8.1 ตั้ง iframe ให้ไร้ขอบ ไร้ scroll https://blog.levelup.in.th/2010/01/28/iframe-ie%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-iframe-%e0%b9%83%e0%b8%ab%e0%b9%89%e0%b9%84%e0%b8%a3%e0%b9%89%e0%b8%82%e0%b8%ad%e0%b8%9a-%e0%b9%84%e0%b8%a3%e0%b9%89-scroll/ https://blog.levelup.in.th/2010/01/28/iframe-ie%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-iframe-%e0%b9%83%e0%b8%ab%e0%b9%89%e0%b9%84%e0%b8%a3%e0%b9%89%e0%b8%82%e0%b8%ad%e0%b8%9a-%e0%b9%84%e0%b8%a3%e0%b9%89-scroll/#comments Thu, 28 Jan 2010 13:53:06 +0000 http://blog.levelup.in.th/?p=373 Firefox และอื่นๆ

style = “border:0px;overflow:hidden;”

IE

border=0 scrolling=”no” frameborder=”0″

สรุปแล้วรวมได้ดังนี้

<iframe src=”" border=0 scrolling=”no” frameborder=”0″ style = “border:0px;overflow:hidden;”></iframe>

]]>
https://blog.levelup.in.th/2010/01/28/iframe-ie%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-iframe-%e0%b9%83%e0%b8%ab%e0%b9%89%e0%b9%84%e0%b8%a3%e0%b9%89%e0%b8%82%e0%b8%ad%e0%b8%9a-%e0%b9%84%e0%b8%a3%e0%b9%89-scroll/feed/ 3
Png Color Problem in IE https://blog.levelup.in.th/2009/05/29/png-problem-in-ie/ https://blog.levelup.in.th/2009/05/29/png-problem-in-ie/#comments Thu, 28 May 2009 18:26:45 +0000 http://blog.levelup.in.th/?p=54 ถ้าพูดถึงปัญหา png ในIEแล้ว ปกติทุกๆคนก็คงนึกว่า เป็นเรื่อง png ไม่แสดงtransparencyใน ie6 ใช่ไหมครับ

แต่คราวนี้ผมจะมาพูดถึงอีกปัญหานึงครับ ไม่ใช่ปัญหาธรรมดาๆอย่างที่กล่าวมา

ก็ไม่รู้จะอธิบายเป็นคำพูดยังให้เข้าใจง่ายๆยังไงอ่ะนะครับ ลองไปดูจากตัวอย่างเลยดีกว่า

<div style=”background:#567ED4;padding:20px;”>
<img src=”color_code_567ED4.png”>
</div>

นี่คือโค้ดHTMLที่ผมกำหนดให้พื้นหลังของ div มีค่าสีเป็น #567ED4

ซึ่งเป็นสีเดียวกับรูป color_code_567ED4.png

แล้วลองมาดูผลที่ไ่ด้ใน firefox และ ie ครับ

png-problem-in-ie_firefox_example png-problem-in-ie_ie_example

จะเห็นได้ว่าผลที่แสดงออกมาบน ie นั้น สีของรูป เพี้ยนไปจากเดิมครับ

ซึ่งปัญหานี้เท่าที่ผมค้นหามา รู้สึกว่าจะเจอแต่บน ie เท่านั้น browserอื่นๆ ไม่มีปัญหาอะไร

ส่วนวิธีแก้น่ะหรอครับ เหอะๆๆๆ

ผมก็ใช้วิธีโง่ๆเอาด้วยการใช้รูป png ที่เป็นสีที่ต้องการนั้นแหละไปใส่เป็น background แทน

]]>
https://blog.levelup.in.th/2009/05/29/png-problem-in-ie/feed/ 4