Of Kites and Coding.
- Steady Winds
- Outdoor Spring – Inquiry.net
- Geert Donker Duyvis Kite Plans
- Geocities Links
- Zero Prestige
Most of the above sites have plans and some images showing them in action. The Geert Donkey Duyvis site has some especially complex kites that would look unreal in the air.
I have been doing some work for ReBusiness, some CSS work for a website he had needed doing. Was cool, but as usual there were some hacks needed for the IE thing. With what I had done in the past I figured that it would an easy fix, but the hack I used to use has been depreciated in IE.
In IE7 there was a four pixel gap below some img tags, of course this could be left to be. So I went straight into the css file for my normal update.
html>body #header {}
It didn’t work. It has been depreciated. So I had to implement the suggested hack, which worked just fine. But, it wasn’t in the external css, which makes me feel left out of the loop – but it works now, so that is good.
So now I shall leave you with some links for css stuff. More so that I can remember where they are, but you can grab them too.
- Essentials of CSS Hacking For Internet Explorer – List of hacks, talks some about preperation from IE7.
- Stylegala – CSS hacks – Fancy page with extencive list of rules and hacks.
- Good old Box Model Hack – How I first learnt about hacking. Being used for a long time.
- Will the browser apply the rules?
- CSS Hacks and IE7 – Details of change of StarHack, and making it work again.
-Jiim