Connecting Tech Pros Worldwide Forums | Help | Site Map

Javascript and text in bold (IE Bug)

Defacta
Guest
 
Posts: n/a
#1: Dec 12 '07
Hi !

I have made a page in which the content of a <TDappears
progressively:
Take a look here:
http://boxfly.free.fr/test/test_bold/test_bold.html
Width Firefox and Safari the text in bold appears normaly but not
width IE 7, I did a screenshots of my IE7 result:
http://boxfly.free.fr/test/test_bold/test_bold-IE7.png

Which result do you have with your browser ?

Thanks,
Vincent.

PS: Is it possible to install IE 6 and IE 5.5 without removing IE 7 to
make some tests ?

Janwillem Borleffs
Guest
 
Posts: n/a
#2: Dec 12 '07

re: Javascript and text in bold (IE Bug)


Defacta schreef:
Quote:
Which result do you have with your browser ?
>
In both IE6/FF2.0.0.9 I get a result like the screenshot.

JW
rf
Guest
 
Posts: n/a
#3: Dec 12 '07

re: Javascript and text in bold (IE Bug)



"Defacta" <vincent.marguerit@gmail.comwrote in message
news:677e7ef0-bde1-41e8-94dc-de32e2933c14@r60g2000hsc.googlegroups.com...
Quote:
Hi !
>
I have made a page in which the content of a <TD>
Why a td? You are not going to abuse tables for layout purposes are you?
Quote:
appears progressively:
Pointless eye candy.
Quote:
Take a look here:
http://boxfly.free.fr/test/test_bold/test_bold.html
Width Firefox and Safari the text in bold appears normaly but not
width IE 7, I did a screenshots of my IE7 result:
http://boxfly.free.fr/test/test_bold/test_bold-IE7.png
Quote:
Which result do you have with your browser ?
I see the same. Same in IE6. IE 5.5 displays nothing.

With javascript disabled I see nothing in any browser to this page is not a
viable page for the web.

Try throwing all the eye candy javascript out and then see what the results
are. And try validating the page as well (hint, it won;t).
Quote:
PS: Is it possible to install IE 6 and IE 5.5 without removing IE 7 to
make some tests ?
Yes. Google for multiple IE.

--
Richard.


dna.alias@gmail.com
Guest
 
Posts: n/a
#4: Dec 12 '07

re: Javascript and text in bold (IE Bug)


Make the background of the TD the same color as your main background.
You'll be amazed ;) It's a well known bug with IE, bold fonts and
opacity. Good luck.

DNA.alias

On Dec 12, 3:35 am, Defacta <vincent.margue...@gmail.comwrote:
Quote:
Hi !
>
I have made a page in which the content of a <TDappears
progressively:
Take a look here:http://boxfly.free.fr/test/test_bold/test_bold.html
Width Firefox and Safari the text in bold appears normaly but not
width IE 7, I did a screenshots of my IE7 result:http://boxfly.free.fr/test/test_bold/test_bold-IE7.png
>
Which result do you have with your browser ?
>
Thanks,
Vincent.
>
PS: Is it possible to install IE 6 and IE 5.5 without removing IE 7 to
make some tests ?
David Mark
Guest
 
Posts: n/a
#5: Dec 12 '07

re: Javascript and text in bold (IE Bug)


On Dec 12, 10:13 am, dna.al...@gmail.com wrote:
Quote:
Make the background of the TD the same color as your main background.
You'll be amazed ;) It's a well known bug with IE, bold fonts and
opacity. Good luck.
>
DNA.alias
>
You can also disable the filter when opacity reaches 100%.
Closed Thread