|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Strange IE bug - last letter appears after the div (with screenshot)
Hello,
I am writing a tableless layout, with all IE bugs corrected and fully functional on all browsers. But, now I have seen a sinister bug on IE. The last letter of a div appears behind it either! What do I have to do to solve this? Thanks, Alfred Thanks to ImageShack for Free Image Hosting Last edited by Maquiavel : October 3rd, 2006 at 03:00 PM. Reason: Correcting typos |
|
#2
|
|||
|
|||
|
I have solved it by myself.
After reading this: http://www.positioniseverything.net/explorer/dup-characters.html I decided to use a IE conditional comment, and put inside it an image of 1x1 px. And it worked! The image only appears on IE. This is the most sinister bug I have ever seen. Code:
<h3 class="titulo_boxmenores tit_indique">Indique este site</h3> <!--[if IE]><img src="images/sep.gif" width="1" height="1"/><![endif]--> |
|
#3
|
||||
|
||||
|
lol... I like that screen shot, what an odd bug! =)
Thanks for following up!
__________________
Daryl's Homepage | My Blogroll | My Profile | Firefox supporter! DevArticles Forum Moderator "The net is a waste of time, and that's exactly what's right about it." -- William Gibson |
|
#4
|
|||
|
|||
|
Quote:
If you want, I can upload it to you see online with and without this sinister bug. ![]() |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Advanced Web Development > Strange IE bug - last letter appears after the div (with screenshot) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|