Archive for August, 2008

Clearing out the cupboards

Oikofugic design in Southport

<< Previous

Add comment August 30th, 2008

Rocket Rollover Css

 
The html

<a href="your link" class="rollover"> 

The css

a.rollover { display: block; width: 520px; height: 493px; text-decoration: none; background: url("evolvepics/RocketBlowerRoll.jpg"); } a.rollover:hover { background-position: 0 -493px; }

Add comment August 29th, 2008

DIY

Meaning so many things

The house, my camera, web design:changing, Wires and wood.##

A usually pliable metallic strand or rod made in many lengths and diameters, sometimes clad and often electrically insulated, used chiefly for structural support or to conduct electricity.

http://www.answers.com/wires

Not always, when tendrils attack. A sole wireless mouse against a legion of pliable metal strands. They have us out flanked and facing battle, the loyalties of wireless mouse reciever, protecting wireless mouse, yet in league with direct electrical input leave many to suspect duplicity.

more to follow

Add comment August 28th, 2008

Ancient Mask

Ancient Mask

<< Previous

1 comment August 25th, 2008

Reflections in raindrops.

needsmore.jpg

<< Previous

Add comment August 15th, 2008

Setting up a stylesheet

Css | Cascading Style Sheets

My post changing font color with css is getting quite a few hits, but it assumes a certain level of knowledge.
So here I will show you how to set up your style sheet.

Create index

Save document with meta information as shown, as index with .htm as the file extension.
You have your index.htm
within the head section you find the meta information.

<head> <title>MadLayout</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="author" content="Paul David Spencer" /> <meta name="description" content="What we do"/> <meta name="keywords" content="Design, CSS, Standards."/> <link href="style.css" rel="stylesheet" type="text/css" /> </head> <body> </body> </html>

The highlighted part is where you need to make the link to the stylesheet.
I have called it style.css, but call it anything you will remember.

Create the stylesheet

Open your text editor and save empty page as style, (or whatever you chose) with .css as the extension, thus saving it as a css document.
Once saved you can check your link is working, by adding styles for the body of your index document.

body { margin: 0; padding: 0; background-color:#8b0000; }

Place index.htm and style.css in the same directory, test index in browser, and if your page background colour changes accordingly you are set, Ha ha.

Related Posts

Css Layout
Css Popup
Css Change font colour

3 comments August 10th, 2008

Late night highlight

Latenight highlight

<< Previous

1 comment August 10th, 2008

Fresh freelance

freshfreelance.org.uk

Fresh freelance

Soooon..

Add comment August 6th, 2008

iPhone post test

just a test.

nikon-cap.JPG

Lens cap in grass.

1 comment August 4th, 2008

Solar eclipse (partial) Aug 2008

From Southport North West UK

Lat:53.677188
Lon:-3.021240

10.46am bst

Eclipse August 2008 north west uk

Picture taken nikon d40 1/4000 f25 through a photo negative held over lens

Add comment August 1st, 2008


Posts by Month

Posts by Category