![]() | |
| |||||||
| Home | Register | Blogs | FAQ | Members List | Calendar | Downloads | Arcade | Mark Forums Read |
| Software Вопросы по программному обеспечению |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 |
| Младенец | how to get rid of "image" icon in IE When the mouse is over any image displayed in IE it shows an icon (resize, print, etc). Anyone knows how to get rid of it? Thanks in advance... |
| | |
| | #2 |
| Web developer | Use lower version of internet explorer ![]() |
| | |
| | #3 | |
| ¡no pasaran! | Quote:
![]() Simple solution: place image as background in the table's cell with width and height of image, and &nbsp; (needed for netscape family browsers) in it. Code: <table border=0 cellspacing=0 cellpadding=0> <tr> <td width=100 height=200 background="Image.png">&nbsp;</td> </tr> </table>
__________________ [ que fors aus ne le sot riens nee ] | |
| | |
| | #4 |
| Пиво, сигареты и J.Depp Join Date: Mar 2003 Location: Sunflowers field
Posts: 519
Rep Power: 6 Reputation:
77 | Dear 15Levels, Go to Tools->Internet Options->Advanced in Multimedia section remove the checkmark from Enable Image Toolbar option. After that just re-open the browser. Best wishes PS: srazu napali na Microsoft!!!!
__________________ Never say never... ------------------------------------------------ http://www.jangiryan.com Армениан вимин фор хелс анд хелси инвайэрмент http://www.awhhe.am |
| | |
| | #5 |
| Младенец | Thanks! Night's suggestion is just what I needed. |
| | |