Click here to get back home

Site working fine in IE but not in Fire Fox

 HomeNewsGroups | Search | About
 comp.infosystems.www.authoring.html    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Site working fine in IE but not in Fire Fox Ritwik Kumar 11-08-2007
Posted by Ritwik Kumar on November 8, 2007, 6:59 am
Please log in for more thread options
Hi,
can you please help me sort out this problem.....
a site http://www.kuliza.com/ open quite well if Internet explorer is
used but
if firefox is used display is not as desired.... wat could be the
reason...
actually it may contain some CSS property which i snot supported by
firefox,
so please anyone who has faced similar problem can tell, which r d css
properties that create problem

ritwik kumar


Posted by Andy Dingley on November 8, 2007, 7:57 am
Please log in for more thread options

> can you please help me sort out this problem.....
> a sitehttp://www.kuliza.com/open quite well if Internet explorer is
> used but
> if firefox is used display is not as desired.

This is a pretty weird one! It's not a HTML or CSS problem, it
appears to be caused by bad (or at least unsupported) character
encoding! I've never seen such an error have this effect before.

You have some Japanese characters early on the page. Encoding errors
with these make the HTML document to be not well-formed, and so
different parsers can recover from this differently. Firefox appears
to do it in such a way that it no longer correctly applies the CSS. (I
know no more details than this - I'd love to hear if it's a known
problem)

You're serving this page as UTF-16. I suggest converting it to UTF-8
and serving it with a HTTP content-type for UTF-8. From my local
testing, this is enough to make it start "working" in the expected
manner.

This internal meta tag is (as always) pointless. In this case it's
also simply wrong. Remove it.
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">



There are also numerous places where the code isn't "wrong", but it's
not as well-structured as it could be.

<div class="menubgpichighlight">
<div class="menutext"><a href="index.htm">Home</a></div>
</div>
<div class="menubgpic">
<div class="menutext"><a href="introduction.htm">Introduction</a></
div>
</div>

could be done better and simpler something like this:

<ul class="menubgpic" >
<li class="highlight" ><a href="index.htm">Home</a></li>
<li><a href="introduction.htm">Introduction</a></li>
...


Similarly:

<div class="uldiv">
<ul>
<li>Products at Kuliza are designed by gurus</li>

could be:
<ul class="a-better-class-name-that-indicates-function-not-markup" >
<li>Products at Kuliza are designed by gurus</li>



Posted by David E. Ross on November 8, 2007, 1:36 pm
Please log in for more thread options
On 11/8/2007 3:59 AM, Ritwik Kumar wrote:
> Hi,
> can you please help me sort out this problem.....
> a site http://www.kuliza.com/ open quite well if Internet explorer is
> used but
> if firefox is used display is not as desired.... wat could be the
> reason...
> actually it may contain some CSS property which i snot supported by
> firefox,
> so please anyone who has faced similar problem can tell, which r d css
> properties that create problem
>
> ritwik kumar
>

You have 27 HTML errors. You also have 1 CSS error and 6 CSS warnings.
Fix those and ask again.

--
David E. Ross
<http://www.rossde.com/>

Natural foods can be harmful: Look at all the
people who die of natural causes.

Posted by Andy Dingley on November 9, 2007, 4:19 am
Please log in for more thread options

> You have 27 HTML errors. You also have 1 CSS error and 6 CSS warnings.
> Fix those and ask again.

Won't fix a thing about this issue though.


Similar ThreadsPosted
Need help with my site - search function within my site not working?!? April 24, 2008, 8:52 pm
Site not working on Mac Firefox... why? July 11, 2006, 10:58 am
REQUESTING HELP with a site im working on November 17, 2006, 5:52 pm
Menu links in frame not working after I link to external site using IE January 18, 2008, 7:18 pm
Why does event for SELECT not fire in Mozilla? September 24, 2004, 11:02 am
5 Sure Fire Ways To Get Radio Play For Your "Independent" Music! January 29, 2008, 11:29 pm
Simple page displays fine in Firefox, but not on IE March 14, 2006, 11:53 am
not able to operate element's style property in xhtml (but fine in html) January 2, 2007, 3:06 am
PHP output errors leading to cross-browser mistakes? Mac errors but PCs are fine. January 28, 2005, 1:31 pm
Recommendations for good Web site hosting company (for personal Web site) April 16, 2006, 7:49 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap