View Single Post
Old 11-03-2008, 04:24 PM  
AlienQ - BANNED FOR LIFE
best designer on GFY
 
AlienQ - BANNED FOR LIFE's Avatar
 
Join Date: Mar 2003
Location: IALIEN.COM - High Definition Video and Photographic Productions -ICQ 78943384
Posts: 30,307
Quote:
Originally Posted by potter View Post
Just an example there AlienQ:

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>

<title>omg teh css are awsomze</title>

<link href="browser.css" rel="stylesheet" type="text/css"  media="screen">
<link href="cellphone.css" rel="stylesheet" type="text/css"  media="handheld">

</head>

<body>

<div id="this">some content here</div>

</body>

</html>
Now, in browser.css we have this.
#this {width: 2500px; height: 500px; background: url('someimage.jpg'); font: 16px; }
* A horizontal website

Now in cellphone.css we have this.
#this { position: absolute; top: 0px; left: 0px; width: 200px; height: 200px; overflow: scroll; font: 10px; }
*A smaller top left aligned scrolling vertical website with no images and smaller font.



This is done with JUST css. No hacks, no special shit. Not to mention we're going extremely basic with the changes to each version.

Yeah but those lines mean nothing without Detection in either server side or Javascript!

FUCKKKKK! You people are fucking DUMBBBBBB!
CSS is not going to Magically call up a template without being instructed to do so by server side or fucking Java Script. CSS is not going to magically slip in the right Template because you reference it you fucking MORON!

Last edited by AlienQ - BANNED FOR LIFE; 11-03-2008 at 04:25 PM..
AlienQ - BANNED FOR LIFE is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote