Re: [css-d] Browser Load order

2006-06-30 Thread Nick Fitzsimons
Nicholas Morgan wrote: > Does anyone know what the load order for a browser is? > > 1 HTML > 2 CSS > 3 IMAGES > 4 JS > 5 ??? > When you first request a page, your browser sends a GET request to the server, which returns the HTML to the browser. The browser then starts parsing the page (possibl

Re: [css-d] Browser Load order

2006-06-30 Thread APaella
Nicholas Morgan wrote: > Does anyone know what the load order for a browser is? > > 1 HTML > 2 CSS > 3 IMAGES > 4 JS > 5 ??? > 1 first of all 2,3,4 when they occours in the HTML code. The response from the server may be "non consequential" so the "load order" is not (well) defined. You can m

[css-d] Browser Load order

2006-06-30 Thread Nicholas Morgan
Does anyone know what the load order for a browser is? 1 HTML 2 CSS 3 IMAGES 4 JS 5 ??? Thanks, Nick --- Nick Morgan | Web Developer | New City Media P: 540.552.1320 x204 F: 540.552.5493 C: 540.921.7835 __