art-d-sign
-


Hinweise


Antwort
 
LinkBack Themen-Optionen Thema durchsuchen Thema bewerten
Alt 23.01.2007, 12:31   #1
TP-Junior
 
Registriert seit: Jan 2007
Ort: Nettetal / NRW
Deyda macht alles soweit korrekt

Probleme mit css, unter Firefox fehlerfreie Anzeige, im IE net


Probleme mit css, unter Firefox fehlerfreie Anzeige, im IE net

Ich nutze nur Firefox, daher ist mir das nicht zuerst aufgefallen, aber ich habe wohl einen kleinen Bug im CSS, da der Seitenkopf unter Internet Explorer falsch angezeigt wird.

Wenn jemand sehen will was ich meine, zu sehen unter www.deyda.net

Anbei noch die CSS:

Zitat:
h2,h3,h4,h5,h6,div,p,body,html,input,button {
font: normal 12px Helvetica,Verdana,Arial
}

h1 {
font: normal 14px Helvetica,Verdana,Arial;
font-weight: bold;
}

img.block {
display:block;
}

div, img {
margin:0;
padding:0;
border:0;
}

div#container {
width:938px;
margin-left:auto;
margin-right:auto;
border:1px solid black;
background: url(../fileadmin/images/background.gif) center repeat-y;
}

div#top {
font: 10px bold Helvetica,Verdana,Arial;
clear:both;
background-color:#000000;
text-align:right;
color:#FFFFFF;
padding:5px;
padding-right:10px;
}

div#top a {
text-decoration: none;
color:white;
}

div#header { background-color:#840a00; }

/*-----------------------------------*/

div#links {
float:left;
width:179px;
height:auto;
padding-top:37px;
padding-bottom:10px;
background-color:#840a00;
color:#FFFFFF;
}

div#head {
font: normal 10px Helvetica,Verdana,Arial;
padding-top:5px;
padding-bottom:5px;
}


div#center {
margin-left:190px;
width:515px;
}

div#right {
width:215px;
height:auto;
float:right;
text-align:left;
padding-top:10px;
background-color:#ffa913;
color:#FFFFFF;
}

.float-left {
float:left;
}

div#footer {
clear:both;
background-color:#000000;
padding:10px;
}
/* default styles for extension "tx_veguestbook_pi1" */
/*Da kommt nur noch Zeug für die guestbook ext.*/
__________________
There are 10 types of people those who understand binary and those who don't ...

Geändert von Deyda (23.01.2007 um 12:33 Uhr).
Deyda ist offline   Mit Zitat antworten


Alt 23.01.2007, 14:31   #2
TP-Special Mod
 
Benutzerbild von steffenk
 
Registriert seit: Feb 2005
Ort: Haan / NRW
steffenk lebt für das TP und seine Usersteffenk lebt für das TP und seine Usersteffenk lebt für das TP und seine Usersteffenk lebt für das TP und seine Usersteffenk lebt für das TP und seine Usersteffenk lebt für das TP und seine Usersteffenk lebt für das TP und seine Usersteffenk lebt für das TP und seine User
Du hast das Boxmodel nicht berücksichtigt.
Die beiden Bilder haben 937px Breite + 2px Border = 939px. Du hast nur 938px vergeben.
__________________

Typo3 · MySQLDumper · dislabs
·
manche Mühlen mahlen schneller ...
"Ich habe Rücken"
Horst Schlämmer
steffenk ist offline   Mit Zitat antworten
Alt 23.01.2007, 14:46   #3
TP-Junior
 
Registriert seit: Jan 2007
Ort: Nettetal / NRW
Deyda macht alles soweit korrekt
Danke für die rasche Antwort.
Habe das auch korrigiert, aber der drittige IE will immernoch nicht.

Vieleicht noch nie Idee?
__________________
There are 10 types of people those who understand binary and those who don't ...
Deyda ist offline   Mit Zitat antworten
Alt 23.01.2007, 15:08   #4
TP-Special Mod
 
Benutzerbild von steffenk
 
Registriert seit: Feb 2005
Ort: Haan / NRW
steffenk lebt für das TP und seine Usersteffenk lebt für das TP und seine Usersteffenk lebt für das TP und seine Usersteffenk lebt für das TP und seine Usersteffenk lebt für das TP und seine Usersteffenk lebt für das TP und seine Usersteffenk lebt für das TP und seine Usersteffenk lebt für das TP und seine User
gib mal soviel Breite bis die Bilder nebeneinander passen und dann benutzt Du einen IE-Hack für die Breite.
__________________

Typo3 · MySQLDumper · dislabs
·
manche Mühlen mahlen schneller ...
"Ich habe Rücken"
Horst Schlämmer
steffenk ist offline   Mit Zitat antworten
Alt 23.01.2007, 15:18   #5
TP-Junior
 
Registriert seit: Jan 2007
Ort: Nettetal / NRW
Deyda macht alles soweit korrekt
Sorry IE Hack?
__________________
There are 10 types of people those who understand binary and those who don't ...
Deyda ist offline   Mit Zitat antworten
Alt 23.01.2007, 15:23   #6
TP-Special Mod
 
Benutzerbild von steffenk
 
Registriert seit: Feb 2005
Ort: Haan / NRW
steffenk lebt für das TP und seine Usersteffenk lebt für das TP und seine Usersteffenk lebt für das TP und seine Usersteffenk lebt für das TP und seine Usersteffenk lebt für das TP und seine Usersteffenk lebt für das TP und seine Usersteffenk lebt für das TP und seine Usersteffenk lebt für das TP und seine User
ja, http://de.selfhtml.org/css/layouts/browserweichen.htm
__________________

Typo3 · MySQLDumper · dislabs
·
manche Mühlen mahlen schneller ...
"Ich habe Rücken"
Horst Schlämmer
steffenk ist offline   Mit Zitat antworten
Alt 23.01.2007, 15:56   #7
TP-Junior
 
Registriert seit: Jan 2007
Ort: Nettetal / NRW
Deyda macht alles soweit korrekt
Thumbs up

Juhu endlich gelöst....

Vielen Vielen Vielen Vielen Vielen Vielen Dank....
__________________
There are 10 types of people those who understand binary and those who don't ...
Deyda ist offline   Mit Zitat antworten
Antwort

  Aktuelles Thema
  TP Hilfe Forum > Web-Editoren & Coding > Typo3
Probleme mit css, unter Firefox fehlerfreie Anzeige, im IE net Probleme mit css, unter Firefox fehlerfreie Anzeige, im IE net
« Untertitel und Listenansicht | News anzeigen im jeweiligen Bereich »

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)
 
Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an
Gehe zu


Alle Zeitangaben in WEZ +2. Es ist jetzt 18:22 Uhr.

Powered by: vBulletin Version 3.7 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. / Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Traum-Projekt.com | Suchen | Archiv | Impressum | Kontakt | | | Nach oben |



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67