hi friends i have 2 problem? one is the page is not suitable for IE version 6. Second, i wanted to optimize my html or css code to open my page faster! http://alisoft7.blogspot.com any method to do online or else
Yahoo has some rules to optimize websites, you probably want to go through those. In your case I would first test which are the resources that are slowing down my site (try debugging with firebug net panel that';; tell you load times for each element) Most user solutions are: * Minify javascript and css * User sprite images for logos and icons (having only one request for all your icons) * Set up server gzip compression * Load script tags at the bottom As for IE6 compliance, use the conditional coment tag and use an ie6 specific stylesheet that patches all the troubles you're having, you might want to to treat ie6 and ie7 separately