how to call internal html from cakephp?

Plz let me know how to call PNG image in CSS/HTML?

  • Plz let me know how to call PNG image in CSS/HTML.(as a bg image.) Im using PNG image through CSS Mozzilla is supporting but IE is not giving transparent image out put.

  • Answer:

    You should use png-24 to get a transparent and translucent output. IE7.0 and Mozilla 1.8 support this feature. If image is not showing with bg image tag then use <style="background-image:url(images/your... Hope this will work.

2YYZZKWGIWA2IQ22RDT2LEYRMQ at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

CSS can only call in background images. You can generate content too, but a lot of browsers still don't support this. But as for adding in background PNG graphics: .pic { height:100px; width:100px; background: url(picture.png); } <div class="pic"> </div>

toko

<body background="C:/Nails.png"> Will Work as A Normal Image File. Nothing Extra Required. I Also Tested it. & It is wrking Successfully

Ravi Nanjunda Rao

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.