I have a php page and I am trying to get it to change css sheets based on window resolution so far I have this but it doesnt work:
<head>
<title>test Page</title>
<script type="text/javascript">
function RedirectCSS(){
var h;
switch(screen.width) {
case '800':
h =...
Do I have to do something Special other than making the CSS sheets, and inputing that code? I did it like so:
<html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 //EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">...
I dont understand what I am doing wrong, anyone willing to pitch their two cents?
<html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 //EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="index1280.css"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.