Brett Patterson wrote:
I have no idea why, but for some reason I cannot remember which is read first! Are scripts or styles read first? And which is the recommended order to list them? Styles or Scripts first?

--
Brett P.

*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************
They are read in the order you list them in your HTML. However, if you change elements with Javascript, the CSS is still applied to the new stuff as well. Basically, regardless when loaded the CSS always acts on everything. Javascript needs to be run after any elements it might need to edit though.

--
Christian Snodgrass
CEO - Azure Ronin
http://www.arwebdesign.net
http://www.htmlblox.com
Phone: 859.816.7955



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to