![]() |
| | LinkBack | Themen-Optionen | Thema durchsuchen | Thema bewerten | Ansicht |
|
#1
| |||
| |||
| Hallo, beschäftige mich ja nun schon einige Zeit mit T3 konnte auch die meisten Probleme lösen. Leider konnten die anderen Beiträge die ich über die Suche gefunden habe mir leider nicht weiterhelfen. Folgendes Problem habe ich zur Zeit und zwar nur mit IE, im Firefox funktioniert alles wunderbar. Habe eine Seite in der Homepage da kommt es zu erheblichen Darstellungsschwierigkeiten die mich einfach stören... und zwar liegt es wohl an der Größe des Content welcher links aus dem Menü rausragt, und zwar nur auf dieser Seite. Problem siehe hier: Feuerwehr Miesenheim: Technik Hier mein CSS: Code:
body {
color: black; background-color: #000000;
font-size: 100.01%;
font-family: Tahoma,Arial,sans-serif;
margin: 0; padding: 1em;
}
/* KOPFZEILE */
#Header{
height: 9.5em;
background-color: #000000;
border: 1px hidden black;
}
/* HAUPTMENU */
#MainMenu{
height: 2em;
border: 1px hidden black;
background-color: white;
}
.klickpfad a:link,
.klickpfad a:visited,
.klickpfad a:hover,
.klickpfad a:active{
font-weight:normal;
font-size:12px;
}
.klickpfadact a:link,
.klickpfadact a:visited,
.klickpfadact a:hover,
.klickpfadact a:active{
font-weight:normal;
/*color:#1a488e;*/
color:#0055aa;
font-size:12px;
}
/* NAVIGATION */
ul#Navigation {
list-style: none;
font-size: 0.83em;
float: left; width: 12em;
margin: 0; padding: 0;
border: 1px hidden black;
background-color: white;
}
ul#Navigation li {
list-style: none;
list-style-type: none;
margin: 0; padding: 0.5em;
}
ul#Navigation a {
display: block;
padding: 0.2em;
font-weight: bold;
}
ul#Navigation a:link {
color: black; background-color: white;
}
ul#Navigation a:visited {
color: #666; background-color: white;
}
ul#Navigation a:hover {
color: black; background-color: red;
}
ul#Navigation a:active {
color: white; background-color: silver;
}
/* INFO */
div#Info {
font-size: 0.9em;
float: right; width: 12em;
margin: 0; padding: 0;
border: 1px solid black; background-color: #CC0000;
}
div#Info strong {
font-size: 1.33em;
margin: 0.2em 0.5em;
}
div#Info p {
font-size: 1em;
margin: 0.5em;
}
/* INHALT */
.align-center {
text-align: center;
}
div#Inhalt {
margin: 0 16em 0 10em;
padding: 0 1em;
background-color: white;
border: 1px solid black;
}
div#Inhalt h1 {
font-size: 1.5em;
margin: 0 0 0.5em;
}
div#Inhalt h2 {
font-size: 1.2em;
margin: 0.2em 0;
}
div#Inhalt p {
font-size: 1em;
margin: 1em 0;
}
div.tx-gooffotoboek-pi1 {
text-align: center;
} Hoffentlich hat jem. ne idee... nach Möglichkeit relativ detalierte Lösung da ich noch nicht ganz aus den Newbie Schuhen raus bin. Grüße vom Rhein |
![]() |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
| |
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Problem mit Backend Kontextmenu Darstellung | tauro | TYPO3 4.x Backend | 1 | 12.04.08 16:43 |
| Problem bei Darstellung im Safari | macoba | HTML & CSS | 2 | 25.03.08 19:33 |
| Problem bei der Darstellung einer geslicten Grafik | taipan | HTML & CSS | 2 | 11.03.08 10:20 |
| Problem mit der Darstellung | Panela | TYPO3 4.x Fragen und Probleme | 0 | 09.03.08 17:23 |
| Darstellung von tt_news-Datensätzen im Backend (Sortierung, Darstellung für Redakteure) | aktendully | TYPO3 4.x Backend | 0 | 07.03.08 13:12 |