Clearing out the cupboards

Add comment August 30th, 2008
<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
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
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.
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.
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.
Css Layout
Css Popup
Css Change font colour
3 comments August 10th, 2008
Lat:53.677188
Lon:-3.021240
10.46am bst
Picture taken nikon d40 1/4000 f25 through a photo negative held over lens
Add comment August 1st, 2008