View Single Post
01-07-2007, 06:12 PM
#26
Zane is offline Zane
Status: Making Money
Join date: Aug 2005
Location: Surrey, England, UK
Expertise:
Software:
 
Posts: 1,674
iTrader: 0 / 0%
 

Zane is on a distinguished road

Send a message via MSN to Zane

  Old

Update - I've found some nifty bit of javascript which ive tested and works

<link href="normal.css" rel="stylesheet" type="text/css">
<script type="text/javascript">
if (screen.width <= 1024)
link = document.getElementsByTagName( "link" )[ 0 ];
link.href = "small.css";
</script>
<head>

Anyone who has a resolution of 1024 and smaller will see the text size as smaller. But everything still proportionately done if you see what I mean. Thats for the comments again people, positive and negative both help as long as they are constructive.

In terms of design. I'm keeping it the way it is. It was intended to be texty to give a magazine feel as i consider it. The icons might be changing though.

edit - made a new blog post.