
Script to Load Different .css Depending On Screen Resolution
Put the following code between the <head> </head> tags of your site:
<script type="text/javascript">
function getcss(cssfile){
loadcss = document.createElement('link')
loadcss.setAttribute("rel", "stylesheet")
loadcss.setAttribute("type", "text/css")
loadcss.setAttribute("href", cssfile)
document.getElementsByTagName("head")[0].appendChild(loadcss)
}
if(screen.width <= '800')
// Defines the resolution range you're targeting (less than 800 pixels wide in this case)
{
getcss('800x600.css')
// Defines the .css file you want to load for this range (800x600.css)
}
else if(screen.width > '800' && screen.width < '1280')
// This time we're targeting all resolutions between 800 and 1280 pixels wide
{
getcss('1024x768.css')
//And we want to load the .css file named "1024x768.css"
}
else if(screen.width > '1024' && screen.width < '1600')
//Targeting screen resolutions between 1024 and 1600px wide
{
getcss('1280x1024.css')
//Load 1280x1024.css
}
else
{
getcss('1280x1024.css')
//This else statement has "if" condition. If none of the following criteria are met, load 1280x1024.css
}
</script>
I use this to adjust table, image, font size to make full use of screen real estate at any resolution. Sometimes at 800x600 and smaller I'll lose an advertising banner in liu of maintaining the form and function of my site.
►►► How To Get Accepted By Any CPA Network You Want, Without A Website Or Prior Experience ◄◄◄
1. Global Movies Database = $489.95 = 1.5 GB data + 65.9 GB images.
2. World Hotels Database = $589.95 = 1.54 GB data + 71.4 GB images.
3. Auto Parts Database = $489.95 = 15.8 GB data + 30.4 GB images.
Bodybuilding.com Coupon Codes - CashCrate - Swine Flu Symptoms
and Build 1000's of Highly Relevant Backlinks! (Your Traffic will Explode from this!)
One of RAVING Spin Rewriter Reviews: "Aaron, this is 20 years ahead of the competition!"
NO RANK = REFUND
100% RANK INDUCING MONSTER RANKING SERVICE
"My Affiliate Marketing Mini Course To Help You Start An Affiliate Marketing Business That Could Generate Passive Affiliate Income For You Every Month, Even If You Are An Internet Newbie!"
Unlock The Secrets To Wealth Now!