Click here to Skip to main content
16,004,882 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: How can I combine this CSS code ? Pin
Mohammad Dayyan27-Jul-08 12:29
Mohammad Dayyan27-Jul-08 12:29 
JokeRe: How can I combine this CSS code ? Pin
Paul Conrad27-Jul-08 12:32
professionalPaul Conrad27-Jul-08 12:32 
GeneralRe: How can I combine this CSS code ? Pin
Mohammad Dayyan27-Jul-08 12:35
Mohammad Dayyan27-Jul-08 12:35 
GeneralRe: How can I combine this CSS code ? Pin
stevio28-Jul-08 4:24
stevio28-Jul-08 4:24 
GeneralRe: How can I combine this CSS code ? Pin
Mohammad Dayyan28-Jul-08 5:19
Mohammad Dayyan28-Jul-08 5:19 
QuestionDownLoad priority ? Pin
Mohammad Dayyan27-Jul-08 2:05
Mohammad Dayyan27-Jul-08 2:05 
AnswerRe: DownLoad priority ? Pin
Shog927-Jul-08 7:41
sitebuilderShog927-Jul-08 7:41 
AnswerRe: DownLoad priority ? Pin
stevio28-Jul-08 4:50
stevio28-Jul-08 4:50 
In order for the CSS file to load, it must be linked to (by an HTML file). So the answer is no - you can't really do it.

The only way you could achieve a similar result is by pre-loading the CSS somehow, but there's not really much to be gained by doing this in most situations.

Just put the CSS link toward the top of the page, and let the browser get it when it wants it. If you're having problems with the speed, try debugging it using firefox with the YSlow plugin. It gives you a lot of information about the structure of your page, and potential bottlenecks.
QuestionValidation using Javascript Pin
Mr. Wonderful26-Jul-08 3:29
Mr. Wonderful26-Jul-08 3:29 
AnswerRe: Validation using Javascript Pin
Shog926-Jul-08 5:50
sitebuilderShog926-Jul-08 5:50 
QuestionJavascript problem Pin
rajivkalra198225-Jul-08 23:10
rajivkalra198225-Jul-08 23:10 
AnswerRe: Javascript problem Pin
Perspx26-Jul-08 4:13
Perspx26-Jul-08 4:13 
AnswerRe: Javascript problem Pin
Shog926-Jul-08 5:40
sitebuilderShog926-Jul-08 5:40 
GeneralRe: Javascript problem Pin
rajivkalra198227-Jul-08 7:32
rajivkalra198227-Jul-08 7:32 
GeneralRe: Javascript problem Pin
Shog927-Jul-08 7:37
sitebuilderShog927-Jul-08 7:37 
Question[Message Deleted] Pin
Mohammad Dayyan25-Jul-08 2:08
Mohammad Dayyan25-Jul-08 2:08 
AnswerRe: What's the meaning of this warning ? Pin
stevio25-Jul-08 2:23
stevio25-Jul-08 2:23 
GeneralRe: What's the meaning of this warning ? Pin
Mohammad Dayyan25-Jul-08 2:35
Mohammad Dayyan25-Jul-08 2:35 
GeneralRe: What's the meaning of this warning ? Pin
stevio25-Jul-08 2:41
stevio25-Jul-08 2:41 
GeneralRe: What's the meaning of this warning ? Pin
Mohammad Dayyan25-Jul-08 2:58
Mohammad Dayyan25-Jul-08 2:58 
AnswerRe: Don't delete message after a reply Pin
Paul Conrad26-Jul-08 18:01
professionalPaul Conrad26-Jul-08 18:01 
QuestionCoralCDN Pin
stevio25-Jul-08 1:24
stevio25-Jul-08 1:24 
AnswerRe: CoralCDN Pin
Johnny ²25-Jul-08 1:35
Johnny ²25-Jul-08 1:35 
GeneralRe: CoralCDN Pin
stevio25-Jul-08 2:12
stevio25-Jul-08 2:12 
GeneralRe: CoralCDN Pin
Johnny ²25-Jul-08 5:53
Johnny ²25-Jul-08 5:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.