iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-26-2006, 05:09 AM
WebProWorld Member
 
Join Date: Jan 2004
Location: Shanghai, China
Posts: 29
PlanetKarl RepRank 0
Default Shouldn't Firefox be better than IE?

My site seems perfectly fine, until I load it up in Firefox. In firfox, it seems to render very slowly meaning the page flickers when I try to scroll.

I have done all the XHTML conformity check and everything is fine. Also, my title seems to ignore the size CSS and comes out small in Firefox.

I always though firefox was supposed to be better?

I am at www.planetkarl.com
__________________
www.planetkarl.com - Shanghai's Entertainment Industry
Reply With Quote
  #2 (permalink)  
Old 01-26-2006, 05:18 AM
Faglork's Avatar
WebProWorld Veteran
 
Join Date: Feb 2005
Location: Forchheim, Germany
Posts: 936
Faglork RepRank 1
Default

Don't know how you did an "XHTML conformity check", because your site does NOT validate:
http://validator.w3.org/check?verbos...lanetkarl.com/

and your CSS cannot be validated:
http://tinyurl.com/dvf3t

Apart from that, I do not notice any "flickering" with FF 1.5 on WIN 98.

hth,
faglork
Reply With Quote
  #3 (permalink)  
Old 01-26-2006, 05:46 AM
Tim's Avatar
Tim Tim is offline
WebProWorld Veteran
 
Join Date: Jul 2004
Location: On the edge of the UK
Posts: 423
Tim RepRank 0
Default Re: Shouldn't Firefox be better than IE?

Quote:
Originally Posted by PlanetKarl
My site seems perfectly fine...
I have done all the XHTML conformity check and everything is fine.
Actually you have six errors in your XHTML and one of those prevents your CSS from validating. Cleaning up you code might speed up loading but I didn't notice any slowness.
Your first page looks fine and more or less the same in Firefox and IE. For me, the title appears bigger in Firefox and I think the normal flickering effect is simply exaggerated by using white text on a dark background.

Firefox is much better than IE in every respect. Ideally, you should design for Firefox and debug for IE.

Edit: Sorry for repeating Faglork's comments, that'll teach me to answer the phone!
__________________
Pleasure in the job puts perfection in the work. Aristotle (384-322 BC)
Reply With Quote
  #4 (permalink)  
Old 01-26-2006, 11:25 PM
WebProWorld New Member
 
Join Date: Jan 2006
Location: Oslo Norway
Posts: 7
26global RepRank 0
Default Load time

I didn't notice any flickering but your site took about 10+ seconds to load which for me is way too long. I'm not sure why site loaded slow. I am in Oslo, Norway on a fast connection. I'm using firefox 1.5 also.

Peace,

Jeff
Reply With Quote
  #5 (permalink)  
Old 01-27-2006, 10:49 PM
WebProWorld Member
 
Join Date: Jan 2004
Location: Shanghai, China
Posts: 29
PlanetKarl RepRank 0
Default

Thanks for all your help... sorry those XHTML errors are from stuff I just added in the last couple of days, and I fixed them up.

In Firefox, it seems only my page is slow, I cannot seem to find any other pages on the web that are slow. Perhaps my computer does not like my site?
__________________
www.planetkarl.com - Shanghai's Entertainment Industry
Reply With Quote
  #6 (permalink)  
Old 01-27-2006, 10:51 PM
WebProWorld Member
 
Join Date: Jan 2004
Location: Shanghai, China
Posts: 29
PlanetKarl RepRank 0
Default

By the way, I am using Firefox 1.5 on Windows XP sp2.

I don't seem to know how to validate my CSS.
__________________
www.planetkarl.com - Shanghai's Entertainment Industry
Reply With Quote
  #7 (permalink)  
Old 01-28-2006, 02:10 PM
DrTandem1's Avatar
WebProWorld 1,000+ Club
 
Join Date: Oct 2003
Location: Encinitas, CA
Posts: 1,830
DrTandem1 RepRank 2
Default

Your page is slow because it is almost 200kb in file size.
__________________
DrTandem's San Diego Web Page Design, drtandem.com
Reply With Quote
  #8 (permalink)  
Old 01-28-2006, 03:14 PM
dharrison's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2005
Location: Essex, UK
Posts: 1,289
dharrison RepRank 4dharrison RepRank 4dharrison RepRank 4
Default

It was quite slow loading in my Mozilla FireFox.

I would say clean up your code and move the inline scripts to external files. It should reduce your filesize.

HTH
__________________
Deb Harrison
DVH Design
Essex Web Design
Reply With Quote
  #9 (permalink)  
Old 01-28-2006, 03:25 PM
WebProWorld Pro
 
Join Date: Apr 2005
Posts: 259
johngroup RepRank 1
Default

Using FF and a fast conect, the page rendered well. At 218K+, it could slow some people down.
Reply With Quote
  #10 (permalink)  
Old 01-28-2006, 04:23 PM
WebProWorld Member
 
Join Date: Jan 2004
Location: Shanghai, China
Posts: 29
PlanetKarl RepRank 0
Default

Thanks always for all your help everyone.

As for inline scripts, the only ones I have are my google ads, or am I missing something?

I have reduced the muber of posts per page, and it seems to help a little, but not really significantly.

Also, I cannot figure out why my title is still small in Firefox, but OK in IE. My CSS file is as such:

Code:
body {
background: #320000 url(images/hintergrund.gif) repeat-x fixed; 
text-align: center; 
padding: 1em 0;
font: 60% verdana, sans-serif;
}

a {
color: #ffc;
}

a:hover {
color: #fff;
text-decoration: none;
}

hr {
display: none;
}

img {
border: none;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}

ins {
text-decoration: none;
border-bottom: 1px dashed #eee;
}

acronym, abbr, dfn {
border-bottom: 1px dashed #eee;
font-style: normal;
}

blockquote {
border-left: 5px solid #320000;
margin: 1em 0;
padding: 10px;
background: #600000;
width: 470px;
}

code, pre {
color: #f93;
font-family: verdana, sans-serif;
}

.bild-links {
float: left;
margin: 0 15px 3px 0;
}

.bild-rechts {
float: right;
margin: 0 0 3px 15px;
}

.center {
text-align: center;
}

.description {
font-size: 1.2em;
}

.search-button {
font-size: 1em;
font-weight: bold;
border: 1px solid #300000;
background: #800000;
color: #ffc;
padding: 1px 2px;
}

#container {
margin: 0 auto;
text-align: left;
width: 730px;
border-bottom: 5px solid #eee;
background: url(images/container.gif);
color: #eee;
line-height: 150%;
}

#header {
height: 205px;
background: url(images/shanghaitheater.jpg) no-repeat;
}

#header h1 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #fff;
line-height: 200px;
padding: 0 15px;
}

#header h1 a {
color: #fff;
text-decoration: none;
}

#navi {
float: right;
width: 200px;
}

#navi-innen {
padding: 0 15px 10px 15px;
}

#navi h2 {
font: bold 1.4em veradana, sans-serif;
margin: .8em 0 .2em 0;
}

#navi ul {
list-style: none;
margin: .4em 0 1em 0;
padding: 0;
}

#navi ul li ul {
margin: .2em 0 .4em .5em;
}

#navi a {
text-decoration: none;
font-weight: bold;
}

#navi .navi-search {
margin-bottom: 3px;
background: #eee;
font-size: 1em;
width: 150px;
border: 1px solid #300000;
}

#content {
margin: 1em 215px 1.5em 15px;
font-size: 1.2em;
}

#content h2 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 1.7em ;
line-height: 18px;
font-style: italic;

margin: 5px 0;
letter-spacing: 1px;
}

#content h2 a {
text-decoration: none;
}

#content h3 {
padding: 0 0 0 17px;
margin: .5em 0;
font-size: 1.4em;
}

#content h4 {
font-size: 1.3em;
padding: 0;
margin: 1em 0;
}

#content h5 {
font-size: 1.1em;
padding: 0;
margin: 1em 0;
}

#content .date {
font-size: 1em;
text-align: right;
font-weight: bold;
}

#content .meta {
font-size: .9em;
}

#content .feedback {
margin: 15px 0 15px 0;
text-align: right;
padding-bottom: 10px;
border-bottom: 1px solid #700000;
}

#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
padding: 1em;
border: 1px solid #300000;
background: #600000;
}

#commentform textarea {
background: #eee;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #eee;
border: 1px solid #300000;
width: 180px;
}

#footer {
clear: both;
margin: 3em 15px 0 15px;
padding: 5px;
text-align: center;
font-size: .8em;
}
With #header h1 being my page title...
__________________
www.planetkarl.com - Shanghai's Entertainment Industry
Reply With Quote
  #11 (permalink)  
Old 01-28-2006, 04:28 PM
WebProWorld Member
 
Join Date: Jan 2004
Location: Shanghai, China
Posts: 29
PlanetKarl RepRank 0
Default

WIth the CSS validator that Tim pointed me to, it seems to be all related to background color. Could this be a big problem?
__________________
www.planetkarl.com - Shanghai's Entertainment Industry
Reply With Quote
  #12 (permalink)  
Old 01-29-2006, 02:29 AM
WebProWorld New Member
 
Join Date: Oct 2005
Location: northwest USA
Posts: 2
mugsetcmaster RepRank 0
Default css validator

PlanetKarl:

I found while validating at w3c"s site I kept getting the same warnings. These are warnings though and not errors. Check the faq section for more detail on just what its all about.
http://www.websitedev.de/css/validator-faq

kass
Reply With Quote
  #13 (permalink)  
Old 01-29-2006, 11:45 PM
WebProWorld Pro
 
Join Date: Nov 2005
Location: Virginia
Posts: 166
ccera RepRank 0
Default

The difference in font size in IE and FF may just be a difference in your default settings on each on your computer. It looks different on mine, too, but my font sizes are currently set VERY differently.
If I could tell you how best to adjust the css to take care of the problem, I would. :)
I'm sure someone out there can!
CiCi
Reply With Quote
  #14 (permalink)  
Old 04-10-2006, 01:38 PM
WebProWorld Member
 
Join Date: Jan 2004
Location: Shanghai, China
Posts: 29
PlanetKarl RepRank 0
Default The answer

Hi guys, I just wanted to update you with the asnwer to this problem.
I was using a background image in my main column that was tiles vertically. It was only about 10 pixels high. I think Firefox rednering is very quick, but this probably put too many elements on the screen. I simply made the background image bigger (50px) and it works smooth as silk now.

I also fixed up the CSS so that the page looks almost identical in Firefox and IE.

IE takes longer to initially render the page, but is quicker with the scrolling updates because of the way it renders.

Firefox is quicker to compose and render a page initially, and after elements change, but seems to be a bit slower with scroll refreshes.

Anyways, thats my story.
__________________
www.planetkarl.com - Shanghai's Entertainment Industry
Reply With Quote
  #15 (permalink)  
Old 04-12-2006, 01:41 PM
MuNKyonline's Avatar
WebProWorld Veteran
 
Join Date: Jun 2004
Location: Suffolk, England
Posts: 777
MuNKyonline RepRank 2
Default

I think the reason the text looked different in the two browsers is because you hadn't actually defined a size for the text in your css or am I missing something?
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 10:49 AM.



Search Engine Optimization by vBSEO 3.3.0