Font Squirrel | Create Your Own @font-face Kits
Oh, useful! (Abt. untested, aber super)
Bookmarks for October 15th through October 16th
October 16, 2009 10:00 pmThese are my links for October 15th through October 16th:
(CC) fling93
The Dirty Web
October 13, 2009 5:00 pmThese are my links for October 11th through October 13th:
@font-face für Dummies
June 30, 2009 11:45 amKurze und klare Einführung zu embedded fonts via CSS bei Code Candies. Das könnte das Web wieder ein kleines bißchen besser machen.
Photography Groups, Floats and OAuth
June 1, 2009 4:00 pmThese are my links for May 22nd through June 1st:
- 5 Steps To Starting A Photography Group In Your Area – Ah well, yes.
- All About Floats – Nice, short. Nothing new, but useful.
- Twitter API – Whoops, guilty as charged.
- An Idiot’s Guide to OAuth 1.0a :: Drive-by Digressions – I need to read and understand this. Or the person who builds the library I use has to. I prefer to understand it anyway.
- Historical Map Mashups Turn Cities Into Glass Onions of Time – Webmonkey – This shit is wack. As they'd say in the parlance of our times.
Eric Meyer on CSS – gratis bei CSSHilfe.de
March 3, 2008 12:54 pmEin gutes Buch, kostenlos. Nur die Versandkosten trägt man selbst – irgendwie knapp 4 Euro, glaube ich. Das ist echt mal ein sehr guter Deal, greift zu – würde ich zumindest machen, hätte ich das Buch nicht schon.
CSS-Hilfe benötigt
August 22, 2007 11:32 pmMeine lieben Leser, die Ihr alle so klug und hübsch seid – vermutlich ist einer von Euch in der Lage, ein CSS-Problem, an dem ich jetzt schon den ganzen Abend rumgrüble zu lösen. So soll es aussehen:

Und so habe ich es bisher versucht:
XHTML:
<div id="header">
<div id="cover"><a href="/"><img src="greyblob.png" alt="grey blob" /></a></div>
<div id="headertext">
<h1><a href="/">Überschrift</a></h1>
<p>Blablabla</p>
</div>
</div>
CSS:
#header {
text-transform:lowercase;
font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
}
#header #cover {
width:150px;
float:left;
padding-right:10px;
margin-right:10px;
}
#header #headertext {
height:211px;
margin:0 0 0 160px;
padding:0 0 0 10px;
vertical-align:bottom;
}
#header h1 {
font-size:3em;
}
#header h1 a {
color:#111;
text-decoration:none;
}
Mal davon abgesehen, daß die Schriftart anders ist – wo ist mein Denkfehler? Irgendwie will die Überschrift nach unten…



