| | | | |
| |||||||
| HTML, Usability und Barrierefreiheit Themen rund um Textauszeichnung, Formatierung, Barrierefreiheit und Usability. |
|
| | LinkBack | Themen-Optionen | Thema bewerten |
| | |
| PHP Code Flüsterer Registriert seit: 21.08.2005 Beiträge: 4682 PHP-Kenntnisse: Fortgeschritten | |
| | |
| Gast
Beiträge: n/a
| Code: /* Grundelemente */
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:0px;
margin:0px;
background-color:#ffffff;
text-align:center;
}
h1{
font-size:18px;
font-weight:bold;
}
/* class Selektoren */
.contentheader{
font-size:24px;
font-weight:bold;
}
.contenttext{
font-size:12px;
}
/* ID Selektoren */
#box{ /*box um gesamten Inhalt */
width:770px;
margin: 25px;
}
/*beginn header*/
#header{
border:1px solid #000000;
padding: 0;
background-color: #eeeeee;
text-align:center;
}
#logo{
padding: 0px 0px 0px 0px;
}
#headersubtitle{
font-size:11px;
font-weight:bold;
color:#000000;
margin: 0px 0px 7px 0px;
}
#headerbottom{
font-size:12px;
font-weight:bold;
color:#ffffff;
text-align:left;
background-color:#0000ff;
border-top:1px solid #000000;
padding: 1px 10px 1px 10px;
}
/*ende header*/
/*beginn navigation*/
#navigation{
padding: 25px 0px 0px 0px;
margin: 0px 15px 0px 0px;
float:left;
}
.menucontainer{
width:120px;
border:1px solid #000000;
background-color:#0000ff;
margin: 0px 0px 15px 0px;
}
.menutitle{
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-align:left;
margin:3px;
padding: 0px 0px 0px 5px;
}
a.menu:active, a.menu:hover{
color:#efefef;
background-color:#737994;
}
a.menu, a.menu:link, a.menu:visited {
display:block;
padding:3px 5px 3px 10px;
border-top:1px solid #000;
background-color:#efefef;
text-align:left;
font-weight:bold;
font-size:10px;
color:#000000;
text-decoration:none;
}
/*ende navigation*/
/*beginn content*/
#content{
float:right;
padding: 20px 0px 30px 30px;
}
#text{
text-align:left;
}
/*ende content*/
Code: <head> <title>Diplom 2004</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link href="tools/style.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="box"> <div id="header"> [img]tools/header.jpg[/img] <div id="headersubtitle"><span>Studiengang Bank 2001 an der Berufsakademie Mosbach</span></div> <div id="headerbottom"> <span>Startseite</span> </div> </div> <div id="navigation"> <div class="menucontainer"> <p class="menutitle">Menu</p> Startseite Der Kurs Bilder Gästebuch Impressum </div> <div class="menucontainer"> <p class="menutitle">Login</p> Startseite Der Kurs </div> </div> <div id="content"> <div id="text"> <?php if(!isset($_GET['inc']) || $_GET['inc'] == "") { include("inc/home.inc.php"); } else { include("inc/".$_GET['inc'].".inc.php"); } ?> </div> </div> </body> </html> |
|
|
| Themen-Optionen | |
| Thema bewerten | |
|
|
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [Erledigt] Galerie Problem... | coraplanet | PHP Tipps 2008 | 4 | 06.06.2008 13:42 |
| Sessions Problem | StephenKing | PHP Tipps 2008 | 3 | 16.10.2007 08:30 |
| Textausrichtung auf Buttons, Problem im FF | saibot | HTML, Usability und Barrierefreiheit | 3 | 19.07.2007 09:55 |
| datensätze defekt oder problem mit dem einlesen? | Ministry | Datenbanken | 4 | 06.07.2006 18:42 |
| problem!!! | PHP Tipps 2006 | 6 | 08.02.2006 11:06 | |
| [Erledigt] wieder ein Problem bei phpmailer und smtp | PHP Tipps 2006 | 24 | 07.02.2006 01:07 | |
| [Erledigt] Problem bei Massenmails versenden mit der Funktion mail | PHP-Fortgeschrittene | 3 | 19.01.2005 13:36 | |
| [Erledigt] Problem mit Übergabe einer Klasse in PHP4 | PHP-Fortgeschrittene | 10 | 08.01.2005 21:00 | |
| Problem mit Weiterleitung | PHP Tipps 2004-2 | 16 | 22.12.2004 17:49 | |
| Smarty und PHP-Skript Problem | PHP Tipps 2004-2 | 2 | 03.12.2004 22:27 | |
| [Erledigt] PHP Upload (Master Value/Local Value Problem) | PHP-Fortgeschrittene | 5 | 23.11.2004 07:21 | |
| Problem mit alter JavaScript-Funktion | woods | PHP Tipps 2004 | 1 | 13.08.2004 13:34 |
| [Erledigt] Problem mit Timestamp! | PHP Tipps 2004 | 24 | 08.06.2004 19:51 | |
| Login Problem | PHP Tipps 2004 | 4 | 04.06.2004 18:46 | |
| foreach problem | mAy^daY | PHP Tipps 2004 | 3 | 02.06.2004 20:29 |

Dieser Inhalt ist unter einer Creative Commons-Lizenz lizenziert.