Archive for the ‘XHTML / HTML’ Category

Cross Browser Compatable Rounded Corners with CSS3 & jQuery

May 10th, 2010 by admin 0

Today (at my Day Job) I had the task of taking a PSD and slice it up ready to go into a CMS. For the first time I decided it was time to start using some css3 and html5.
Everything was running smoothly until I hit the main navigation. Each navigation item needed to have an [...]

My Basic Page Structure | UTF-8 | Strict Doctype

February 23rd, 2010 by admin 0

Might be of use to someone:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

<title>Test Page</title>

<style type="text/css">
* { margin: 0; padding: 0;}
</style>

[...]

The Revolution Continues – How to purposefully crash ie6

February 19th, 2010 by admin 0

I’ve started putting this into my personal sites (not work)!!! The basis of it is anyone browsing your site using IE6 is just going to run into a crashed browser.

<style>*{position:relative}</style><table><input><table>