473,387 Members | 1,876 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Font Rendering problem in IE7

zuquirio
Hi!

I got a strange problem in IE7 with the font rendering after I apply a fade in effect using Spry.

At this page you can see a screenshot of the problem in IE7: http://mariuzzo.com/p/thescripts/ie7.JPG

It work on Firefox and Opera but no in IE7
Here is another screenshot in Firefox: http://mariuzzo.com/p/thescripts/ff.JPG

Did you know something about that?

And here is the source code :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The PlumbClub - Forum @ FIT</title>
<link href="include/css/site.css" rel="stylesheet" type="text/css" />
<link href="include/css/fit.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="include/js/SpryEffects.js"></script>
<script type="text/javascript" src="include/js/generateFadeFunction.js"></script>

<script type="text/javascript">
var elementsToFadeOut = ["flash_image"];
var elementsToFadeIn = ["flash_text"];
var fadeFunction = new Function(generateFadeFunction(elementsToFadeIn, 2000, 0, 100, elementsToFadeOut, 2000, 100, 40));

window.onload = function(){
fadeFunction.call();
};
</script>
<style type="text/css">
#flash_image, #flash_text{
width:826px;
height:439px;
}
</style>
</head>

<body>
<center>
<div class="container">
<div class="header"> <a href="index.htm"><img src="img/header_logo.png" alt="The Plumb Club" width="296" height="103" /></a>
</div>

<div class="menu">
<table id="menu" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="item"><a href="member-list.htm">Members</a></td>
<td class="separator"></td>
<td class="item"><a class="selected" href="forum.htm">Plumb Club Forum @ FIT</a></td>
<td class="separator"></td>
<td class="item"><a href="lasvegas.htm">Las Vegas JCK Show</a></td>

<td class="separator"></td>
<td class="item"><a href="contactus.htm">Contact us</a></td>
<td class="separator"></td>
<td class="item"><a href="members/index.html">Member Login</a></td>
</tr>
</table>
</div>
<div id="content" class="content" style="background-color:#FFFFFF">

<table class="event" cellpadding="0" cellspacing="0" style="width:826px; height:462px">
<tr>
<td style="width:826px; height:23px; vertical-align:top">
<div class="sub-menu">
<ul id="subMenu">
<li class="nolast"><a href="about.htm" class="">About</a></li>
<li class="nolast"><a href="agenda.htm" class="">Agenda</a></li>
<li class="nolast"><a href="speakers.htm" class="">Speakers</a></li>

<li class="nolast"><a href="sponsors.htm" class="">Sponsors</a></li>
<li class="nolast"><a href="registration.htm" class="">Registration</a></li>
<li class="nolast"><a href="press.htm" class="">Press</a></li>
<li class="last"><a href="entertainment.htm" class="">Entertainment</a></li>
</ul>
</div>
</td>

</tr>
<tr>
<td style="width:826px; height:439px; vertical-align:top">
<div style="text-align:left">
<div id="flash_image"><img src="img/bg_fit.jpg" alt="" width="826" height="439" /></div>
<div id="flash_text">
<div style="float:left; width:664px; height:439px; overflow:hidden">
<div style="margin:58px 65px 0px 65px; width:534px">
<span class="title">Plumb Club Forum @ FIT</span><br />

<span class="slogan">The Future of Our Industry</span><br />
<br />
<span class="text">
The objective of the Forum is to position the Plumb Club as
the jewelry industry’s leading organization, defining and
spearheading the agenda of the jewelry market for the benefit
of its members – and the industry at large. The Forum will
attract ‘best in class’ attendees from all walks of the jewelry
economy: chain store buyers, better independents, miners,
labs, industry organizations, bankers and beyond.
</span>
</div>
</div>
<div id="sponsors" style="float:left">
<div id="title">

Sponsors
</div>
<div id="description">

</div>
</div>
</div>
</div>
</td>
</tr>

</table>
</div>
</div>
</center>
</body>
</html>
Oct 3 '07 #1
1 2155
coolgames
169 100+
ya, IE is like that....
i don't think you can change that UNLESS you do any "core-edits"

but good point..
your website if mostlikely going to get 85% of the hits from IE...
so, might want to watch that..

also, can i have your website's URL so i can test it out..
Oct 3 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

133
by: Philipp Lenssen | last post by:
Why is there no standardized and well-working way for a web-page to offer the font for download/embed it, in order to be displayed on the page? No matter what you think of the preferred font of a...
115
by: J | last post by:
I've run CSSCheck on my style sheets and I always get a warning similar to this: "font: bold 9pt/100% sans-serif Warning: Absolute length units should not generally be used on the Web ..." ...
12
by: Dan | last post by:
Hi, I just started using this DTD statement (auto-inserted by Dreamweaver MX 2004): <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> ...
2
by: dsv1991 | last post by:
I have a datagrid that has a column called "Match". The only two values available for this recordset column is a string value of "YES" or "NO". If the value is "NO" then I need the font color to be...
5
by: tshad | last post by:
How can I set the size of text in the dropdown list: <asp:DropDownList ID="ddlQuestionType" runat="server"> <asp:ListItem Value="MS" Text="Multiple Single" /> <asp:ListItem Value="MM"...
1
by: Marco | last post by:
I must use text in Opengl, Python This text is for architecture design then I need to use AutoCad fonts (extension .shx). I have two troubles: I don't find a guide, a good program, something...
5
by: stjulian | last post by:
We are currently running IIS 6 on Windows Server 2003. I am looking for a font rendering component. It should take a typeface (Truetype) and print out the supplied text as a .GIF or .JPG It...
28
by: eastcoastguyz | last post by:
I'm a newbie to CSS, so be kind. :-) I have looked at examples of CSS and have not seen this yet. How can you change the colors of the text in the same word in CSS? For example, when how can you...
71
by: Mark | last post by:
Sorry if the question is a bit basic. I generally express my font sizes in pixels, originally to handle the Macintosh/Windows font size differences (though I believe that they both now treat...
14
by: Roedy Green | last post by:
Is there a shortcut way to define the default font family (and characteristics) to be applied to all styles? -- Roedy Green Canadian Mind Products The Java Glossary http://mindprod.com
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.