»GEMA; no more.« »Innovative? Yes, we catalyse trends!« »GEMA; no more.« »How can we be of service?« »Feeding Ears since 1998« »Jetzt gibt’s was auf die Ohren!« »Innovativ? Wir katalysieren Trends zeitnah!« »Viral ist, wenn man trotzdem linkt.« »Dinosigner.« »How can we be of service?« Audiovisuelle Komposition

Find Code Snippets

 

Find Code Snippets

Code Fetch

close-client-box

AJAX Lessons

 

AJAX Lessons

Ajax Badge

close-client-box

Mon.itor.us

 

Mon.itor.us

Monitorus

close-client-box

Musicians

 

Musicians

Progression

Yippieh!

close-client-box

Joongel

 

Joongel

Joongel

close-client-box

DOCTYPE

 

DOCTYPE

Was ein »Link of the day« –– ich weiß –– aber es ist nötig.

Doctype

Für alle die sich Webdesigner schimpfen, aber keinen blassen Hauch von Ahnung haben, was »diese Zeile da oben soll, die Dreamweaver immer schreibt«.

close-client-box

Simple 2 columns css

 

Simple 2 columns css

<!DOCTYPE html PUBLIC „-//W3C//DTD XHTML 1.0 Transitional//EN“ „http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd“>
<html xmlns=“http://www.w3.org/1999/xhtml“>
<head>
<style type=“text/css“>
div { border: 1px solid #f00; }
body { text-align:center; }
#container { background:#ddd; width:600px; text-align:left; margin:0 auto; }
#navi_oben { height:200px; background:#0f0; }
#main_left { background:#333; width: 200px; height:800px; float:left; }
#main_right { background:#aaa; width: 200px; height:400px; margin-left:250px; }
#footer { clear:both; background:#f0f; height:20px; }
</style>
</head>
<body>

<div id=“container“>

<div id=“navi_oben“></div>
<div id=“main_left“></div>
<div id=“main_right“></div>
<div id=“footer“></div>

</div>

</body>
</html>

————–

Example

close-client-box