hi how do i change the following css script to show a background image on computers but not on mobile devices? thanks in advance BODY {color:#111017;margin:0px;background:#fff;min-width:940px;} .bg2_body {height:auto !important;min-height:100%;} html, body {height:100%;background:url(../images/skin.jpg) fixed center top;} @media screen and (max-width: 1024px) html, body {background-image: none;}
You're missing some brackets. @media screen and (max-width: 1024px) [COLOR="#B22222"][B][SIZE=3]{[/SIZE][/B][/COLOR] html, body {background-image: none;} [COLOR="#B22222"][B][SIZE=3]}[/SIZE][/B][/COLOR] Code (markup):
I think you have missed some brackets. check them thoroughly.at last you must keep close brackets and check for all closed and open brackets.