CSS for wireles website

Lazy8s

Golden Member
Jun 23, 2004
1,503
0
0
So, for some crappy class project I have to turn a regular school web page into a wireless one. The guy I have to work for though won't let me see or touch any of the code. He sent me 10 css files and swears up and down that I can remove the images and change the fonts if the page is viewed with a borwser by only altering the css files.

I have been googling for like 20min and all I can find are basic tutorials. I have never heard of css being dynamic enough to realize a wireless browser is viewing the web page and then remove images and stuff. Do you guys know any good links?
 

troytime

Golden Member
Jan 3, 2006
1,996
1
0
10 css files!?
punch him in the face :)

you CAN remove images and change fonts and such with the css, but you can't detect mobile browsers with it
 

PhatoseAlpha

Platinum Member
Apr 10, 2005
2,131
21
81
You might want to check the html files for something along the lines of
<LINK rel="stylesheet" type="text/css" media="handheld" href="mobile.css">
It may be that they've already got the setup in the html, and you just need to junk the appropriate css files.