|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 |
<div style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
<div style="background-image:url({$style['imagefolder']}/hostlogo.gif);background-repeat:no-repeat;width:138px;height:119px;"></div>
<div><a href="index.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/home.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" /></a></div>
<div><a href="#"><img src="{$style['imagefolder']}/hostingmenue.gif" border="0" alt="Hostingmenü" title="Hostingmenü" /></a></div>
<div><a href="#"><img src="{$style['imagefolder']}/rechtliches.gif" border="0" alt="Rechtliches" title="Rechtliches" /></a></div>
<div><a href="#"><img src="{$style['imagefolder']}/sonstiges.gif" border="0" alt="Sonstiges" title="Sonstiges" /></a></div>
<div><a href="#"><img src="{$style['imagefolder']}/partner.gif" border="0" alt="Partner" title="Partner" /></a></div>
<div><a href="#"><img src="{$style['imagefolder']}/statistiken.gif" border="0" alt="Statistiken" title="Statistiken" /></a></div>
<div><a href="#" onClick="dropdownmenu(this, event, menu1, '121px')" onMouseout="delayhidemenu()"><img src="{$style['imagefolder']}/produkte.gif" border="0" alt="Unsere Produkte" title="Unsere Produkte" /></a></div>
<div style="background-image:url({$style['imagefolder']}/headend.gif);background-repeat:no-repeat;width:52px;height:119px;"></div>
</div>
|
This post has been edited 1 times, last edit by "pheno" (May 1st 2007, 7:54pm)
|
|
Source code |
1 2 3 4 |
<ul>
<li><a href="#"><img src="{$style['imagefolder']}/hostingmenue.gif" border="0" alt="Hostingmenü" title="Hostingmenü" /></a></li>
<li><a href="#"><img src="{$style['imagefolder']}/rechtliches.gif" border="0" alt="Rechtliches" title="Rechtliches" /></a></li>
</ul>
|

|
|
Source code |
1 |
<br style="clear:both;height:1%;"/> |
This post has been edited 2 times, last edit by "webwalker" (Feb 23rd 2009, 10:36am)
Du hast es erfasst =)
Quoted
Original von webwalkerPS: ups, das ganze ist ja nicht mehr sehr Aktuell ... sorry :-)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 |
<div style="width:{$style['tableoutwidth']}" cellpadding="{$style['tableoutcellpadding']}" cellspacing="{$style['tableoutcellspacing']}" align="center" border="{$style['tableoutborder']}" class="tableoutborder">
<div style="background-image:url({$style['imagefolder']}/hostlogo.gif);background-repeat:no-repeat;width:138px;height:119px;"></div>
<div><a href="index.php{$SID_ARG_1ST}"><img src="{$style['imagefolder']}/home.gif" border="0" alt="{$lang->items['LANG_GLOBAL_TOINDEX']}" title="{$lang->items['LANG_GLOBAL_TOINDEX']}" /></a></div>
<div><a href="#"><img src="{$style['imagefolder']}/hostingmenue.gif" border="0" alt="Hostingmenü" title="Hostingmenü" /></a></div>
<div><a href="#"><img src="{$style['imagefolder']}/rechtliches.gif" border="0" alt="Rechtliches" title="Rechtliches" /></a></div>
<div><a href="#"><img src="{$style['imagefolder']}/sonstiges.gif" border="0" alt="Sonstiges" title="Sonstiges" /></a></div>
<div><a href="#"><img src="{$style['imagefolder']}/partner.gif" border="0" alt="Partner" title="Partner" /></a></div>
<div><a href="#"><img src="{$style['imagefolder']}/statistiken.gif" border="0" alt="Statistiken" title="Statistiken" /></a></div>
<div><a href="#" onClick="dropdownmenu(this, event, menu1, '121px')" onMouseout="delayhidemenu()"><img src="{$style['imagefolder']}/produkte.gif" border="0" alt="Unsere Produkte" title="Unsere Produkte" /></a></div>
<div style="background-image:url({$style['imagefolder']}/headend.gif);background-repeat:no-repeat;width:52px;height:119px;"></div>
</div>
|
|
|
Source code |
1 2 3 4 5 |
<div class="box"> <div class="title">Überschrift</div> <div class="content">Inhalt</div> <div class="link><a href="#">ein link</a></div> </div> |
This post has been edited 1 times, last edit by "webwalker" (May 18th 2009, 1:53pm)
Das zeigt doch dann eher, dass die "Web-Gurus" wohl doch keine so guten Programmierer sind, als dass div-Nutzung fehl am Platze ist
Quoted
Original von webwalker
Und die Behauptung das gute Web-Entwickler ausschliesslich riesige DIV Verschachtelungen nutzen ist aus meiner Erfahrung heraus absolut Falsch.
Ich habe schon viele Webseiten von angeblichen Web-Gurus gesehen die es nicht mal durch den W3C-Vaildator geschafft haben. Auch sind so manche Formatierungen absoluter Käse.

auch wenns nicht beabsichtigt war.This post has been edited 1 times, last edit by "[~KB~]" (May 18th 2009, 4:51pm)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<ul>
<li>
<h2>title">Überschrift</h2>
<p>Inhalt</p>
<a href="#">ein link</a>
</li>
<li>
<h2>title">Überschrift</h2>
<p>Inhalt</p>
<a href="#">ein link</a>
</li>
<li>
<h2>title">Überschrift</h2>
<p>Inhalt</p>
<a href="#">ein link</a>
</li>
</ul>
|
|
|
Source code |
1 2 3 4 5 6 7 |
div.news ul li h2 -------------------------------------- div.news ul li img oder div.news ul li img.logo |
This post has been edited 2 times, last edit by "webwalker" (May 18th 2009, 6:31pm)
This post has been edited 1 times, last edit by "[~KB~]" (May 18th 2009, 7:59pm)