![]() |
| |||||||
| Webdesign & HMTL Here you can post all your questions regarding Webdesign, HTML, CSS or DHMTL. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| There is no simple answer to this question, for several reason. First, you must consider CSS in itself. CSS specs. 2.1 does not concern itself with how a renderer (read browser) will load/display a styled element. Second, each browser implements loading, unloading, caching ecc... in a different way. In my experience, browsers threat css style-sheets this way: whenever a css selector is triggered by a node the browser queue the image for loading... in certain cases reloading the same image several times. To reach a conclusion in this question, either find authoritative replies from browser vendor or test the browser yourself. Just to make myself clear, Firefox 1.5 does not necessarily behave like Firefox 2 nor like IE5 or IE6 or IE7 ... ecc... |
| |||
| The image files only get called if the class is instantiated on the page. To see exactly what is loading on your page, I suggest using Firefox and installing "Firebug" (http://www.getfirebug.com). It'll allow you to bring up a console and debug javascript, show which files are loading, which ones are taking the longest, etc. It's an invaluable tool. |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I have MS Office 2003 software CD. How to load Ms front page from this CD? | welmoed | General Discussions | 3 | 04-19-2007 06:42 PM |
| Does virus scanner clean/heal a file or delete a file? | melindahoxe | General Discussions | 5 | 04-12-2007 03:27 PM |
| How come Apache server says it can't load C:/php/php5apache2.dll, when the file is right in the directory? | RobotorcH | Web Hosting | 4 | 09-23-2006 03:45 AM |
| .php file. What do I need to download a .php file? | MystikShadows | PHP | 2 | 05-22-2006 02:49 PM |
| What code do I need to put into a .htaccess file in order to set up a permanent http redirect page? | ides | Web Hosting | 1 | 12-11-2005 12:11 AM |