The webpage-rendering tag has no wiki summary.
6
votes
1answer
169 views
Why does the browser wait to end loading the page?
Can anyone explain me why those spaces (marked with ?) are there? They are delaying the page loading. I thought it could be the page/script parsing time, but ~350ms looks too much for a simple page; ...
6
votes
2answers
101 views
CSS Efficiency Questions [closed]
For the sake of this question, let "efficiency" mean, more-or-less, page rendering speed. Albeit, we should also take into account performance issues, like smooth scrolling.
Let's say you're putting ...
4
votes
2answers
3k views
Forcing IE7 into standards rendering mode (not quirks)
I'm having display issues in IE7 due to it rendering in quirks mode. I've confirmed this by displaying "document.compatMode" and getting back "BackCompat" as opposed to "CSS1Compat". Using IE8 and ...
3
votes
1answer
67 views
Fuzzy outline on a form button when using a background image with a 20px border-radius
For some reason, exclusively on Windows machines, on the Sign in button on this page, I'm getting this odd fuzzy outline that's difficult to explain, so see for yourself:
...
2
votes
1answer
131 views
height and width values for css in chrome are too small. Or is the width too large?
I have a web site page that doesn't seem to be rendering properly for chrome in safari.
It appears it is rendering the width of the screen with twice as many pixels as other browsers. I suspect it ...
2
votes
4answers
246 views
An unexplainable space added inside anchor!
EDIT:
Nope. Ignore this. The space is put there by browser.
This is a HTML snippet from my application:
Correct answers:
0 / 6<br /><br />
You have failed to pass the ...
1
vote
0answers
68 views
Loading content dynamically in Google App Engine
I am trying to load content into a template in app engine. Here is my python script (main.py)
import os
import re
from google.appengine.ext import webapp
from google.appengine.ext.webapp.util import ...
1
vote
2answers
42 views
Site visualization problem with Chrome
I have a site based on Solar Sentinel Joomla template: www.sism.org
I'm having some visualization problem with chrome.
The right side-bar is shifted down after all the content, while it should be ...
1
vote
3answers
274 views
What is Quirks mode in IE8 Developer toolbar?
I am wondering what is Quirks mode in IE8 Developer toolbar? Why page rendering is different in Quirks mode than in IE8 standard mode?
1
vote
3answers
63 views
How can i manipulate the page while it is rendering?
I want to change some elements text when page is leaving the server (page_render, endRequest etc.).
How can i get access to the page and how can i find the elements to change their values, texts?
1
vote
0answers
163 views
After the DOM is ready, IE will not show page content when Javascript is modifying the DOM? (but Firefox will show)
I have a page that will initialize jCarousel when the DOM is ready (by jQuery's $(document).ready()), but on IE 8, the page is not displayed until jCarousel has finished initializing, which can be 1 ...
0
votes
0answers
19 views
Safari random loaded image
Some images are loaded and some didn't load.
http://screenshooter.net/3491371/fpbytot On the left: in page, on the right: in next tab, past url.
Have the same problem by css: first load ...
0
votes
1answer
75 views
Improving jQuery Mobile page render times
I have a jquery mobile page thats taking between 6-8 seconds to render on an iPhone 4.
The page load time seems okay and I've taken the necessary steps to optimise css, js etc. However, the page ...
0
votes
0answers
16 views
browser visualization problem [closed]
Again a compatibility problem among browsers.
I have a page where in the header, right to the white logo, there should be some small sponsor images, and then again right, the social buttons.
The ...
0
votes
1answer
58 views
Safari is displaying Times New Roman for all fonts in Safari 5.0.x
My site is displaying all fonts in Times New Roman even though that declaration is nowhere in my CSS.
This only happens in Safari 5.0.5 on OS X only. When inspecting a text element, it says ...
0
votes
1answer
38 views
Rendering time is always different from time to time
I wonder why the rendering time to load a certain page is different from time to time (i used one certain browser). I have a java script code in that page..so when the page load, there will be a java ...
0
votes
0answers
37 views
Re-rending after showing/hiding DOM elements with Adobe DPS
I'm trying to use the Adobe DPS to build a table of contents with HTML. The idea is that there are articles behind the chapter heads, and when you click a chapter head, the elements are displayed. It ...
0
votes
3answers
90 views
Is the website rendering OS dependent?
I'm developing a very simple web site, with only one web page, but i need the one single page to look as it should in all the browsers. Now, for testing purposes, i have installed a bunch of web ...
0
votes
0answers
14 views
Site rendering problem with the same browser!
i'm having a pretty weird rendering problem with my site!
Using Safari on different computers, my site get rendered differently!
www.romasantandrea.sism.org
on the top left of the page there is a ...
0
votes
1answer
35 views
Site visualization problem with Chrome
I have a site based on Solar Sentinel Joomla template. www.sism.org
I'm having some visualization problem with chrome.
The right side-bar is shifted down after all the content, while it should be ...
0
votes
0answers
99 views
Firefox on Windows renders an image color incorrectly
I've run into this issue before without ever really figuring out what the problem was, but I'm attempting to do the standard "drop-shadow" effect by using an image border on the main content of my ...
0
votes
1answer
248 views
When is a webpage considered to be “loaded”, in the presence of JS etc
Information: I have no knowledge of javascript. none.
I'm curious if there's any way to determine when a webpage is completely loaded? Let's say I have a crawler, that uses webkit to render pages ...