habs endlich geschaft CSS anzufangen brüchte aber noch bisel hilfe

hier der link

externer Link
die box NEW DOWNLOAD ...die PFEILE... und die TOP DOWNLOAD kommen untereinander

grüssle
DAB
betroffene Homepage: externer Link
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Ein Beispiel für ein CSS Layout</title> <style type="text/css"> .header{ width: 100%; height: 200px; text-align: center; } .boxen_links{ width: 25%; float: left; } .content{ width: 50%; float: left; } .boxen_rechts{ width: 25%; float: left; } .footer{ width: 100%; height: 40px; text-align: center; clear: both; } </style> </head> <body> <div class="header">Das ist der header</div> <div class="boxen_links">Dies<br>Sind<br>die Boxen<br>für<br>Links</div> <div class="content">Dies ist der Content!</div> <div class="boxen_rechts">Dies<br>Sind<br>die Boxen<br>für<br>Rechts</div> <div class="footer">Das ist der Footer</div> </body> </html>
<div id="topdl_content">{_boxes_topdownload}</div>
a:link { }; a:visited { }; a:focus { }; a:hover { }; a:active {};
<div id="header"> <div id="login">{_boxes_login}</div> <div id="navigationall"> <div id="dl_button_01"></div> <div id="about_button_01"></div> <div id="gallery_button_01"></div> <div id="forum_button_01"></div> <div id="contact_button_01"></div> </div>
#dl_button_01{ background: url(Bilder/dl_button_01.png); height: 39px; width: 74px; margin: 0px 0px 0px 540px; float:left; }
#dl_button_01{ background: url(Bilder/dl_button_01.png); height: 39px; width: 74px; margin: 0px 0px 0px 540px; float:left; } #dl_button_01:hover{ background: url(neues bild); height: 39px; width: 74px; margin: 0px 0px 0px 540px; float:left; }
<div id="header"> <div id="login">{_boxes_login}</div> <div id="navigationall"> <div id="dl_button_01"></div> <div id="dl_button_02"></div> <div id="about_button_01"></div> <div id="gallery_button_01"></div> <div id="forum_button_01"></div> <div id="contact_button_01"></div> </div>
#dl_button_01{ background: url(Bilder/dl_button_01.png); height: 39px; width: 74px; margin: 0px 0px 0px 540px; float:left; } #dl_button_02:hover{ background: url(Bilder/dl_button_02.png); height: 39px; width: 74px; margin: 0px 0px 0px 540px; float:left; }
<div id="header"> <div id="login">{_boxes_login}</div> <div id="navigationall"> <div class="dl_button"></div> <div class="dl_button"></div> <div class="dl_button"></div> <div class="dl_button"></div> <div class="dl_button"></div> <div class="dl_button"></div> <div class="dl_button"></div> <div class="dl_button"></div> </div> </div>
.dl_button{ background: url(Bilder/dl_button_01.png); height: 39px; width: 74px; float:left; } .dl_button:hover{ background: url(Bilder/dl_button_02.png); }
Geschlossen | ||
![]() |
Zurück zu HTML, PHP, SQL,... |