mediengestalter.info
FAQ :: Mitgliederliste :: MGi Team

Willkommen auf dem Portal für Mediengestalter

Aktuelles Datum und Uhrzeit: Fr 26.04.2024 05:31 Benutzername: Passwort: Auto-Login

Thema: css > problem > ie6 +ie7 .. vom 04.08.2010


Neues Thema eröffnen   Neue Antwort erstellen MGi Foren-Übersicht -> Allgemeines - Nonprint -> css > problem > ie6 +ie7 ..
Autor Nachricht
ma1973
Threadersteller

Dabei seit: 17.02.2006
Ort: borken
Alter: 51
Geschlecht: Männlich
Verfasst Mi 04.08.2010 15:31
Titel

css > problem > ie6 +ie7 ..

Antworten mit Zitat Zum Seitenanfang

Hallo ..

ich zerbreche mir schon den ganzen tag den
kopf und komme nicht weiter ...

der blöde IE6 und IE7 stellen das so dar *Schnief*




Uploaded with ImageShack.us

IE8 und Mozilla stellen es richtig dar Lächel




Uploaded with ImageShack.us

Also meine Hotnews sollen rechts stehen nicht mittig!


das ist mein css:

Code:

..
body {
 font-family: Tahoma, Helvetica, sans-serif;
 font-size: 13px;
 background: #020204;
 background-image: url(bg.jpg);background-repeat:repeat-x;
 text-align: center;
}

#header {
 width: 960px;
 color: #fff;
 padding: 10px;
 margin-left: auto;
 margin-right: auto;
 #text-align: center;
 background: #transparent;
 /* border:1px solid #3E3E3E;*/
 }
 

 

#content {
 width: 960px;
 color: #fff;
 background: #transparent;
 margin: auto;
 padding: 10px;
 height: 350px;

}


#wrapper {
 margin-left: auto;
 margin-right:auto;
 width: 960px;
 text-align: left;
}



#bgprodukt {
background-image: url(produktbg.jpg);background-repeat:no-repeat;
/* background-position: center center; */

}


#links {
  float: left;
  width: 316px;
  /*height: 130px;*/
  border-left:1px solid #3E3E3E;
  border-bottom:1px solid #3E3E3E;
  border-top:1px solid #3E3E3E;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 120%;
  background-image: url(bg.jpg);background-repeat:repeat-x;
}

#rechts {
  float: left;
  width: 316px;
   /*height: 130px;*/
  border-right:1px solid #3E3E3E;
  border-bottom:1px solid #3E3E3E;
  border-top:1px solid #3E3E3E;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 120%;
  background-image: url(bg.jpg);background-repeat:repeat-x;
}

#inhalt {
  float: left;
  font-family: Tahoma, Helvetica, sans-serif;
  border:1px solid #3E3E3E;
  font-size: 11px;
  line-height: 120%;
  width: 316px;
  /*height: 130px;*/
  background-image: url(bg.jpg);background-repeat:repeat-x;
  /*padding-top: 2px;*/
 
}

p.back {
  clear: both;
  text-align: center;
  color: #282D30;
  padding-top: 5px;
 
}


#footer {
 width: 960px;
 color: #333;
 background: #transparent;
 margin: auto;
 padding: 10px;
}



* { margin:0; padding:0; }

#newsticker-demo {
width:310px;
background:transparent;
color: #808080;
font-family:Verdana,Arial,Sans-Serif;
font-weight: normal;
text-align:left;
font-size:12px;
margin-left:0px auto;
}

#newsticker-demo a { text-decoration:none; }

#newsticker-demo .title {
text-align:left;
color: #008BD8;
font-size:10px;
font-weight:bold;

}

.newsticker-jcarousellite { width:400px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }

.clear { clear: both; }
..


man ... und irgendwas stimmt hier nicht *Schnief*
  View user's profile Private Nachricht senden
ma1973
Threadersteller

Dabei seit: 17.02.2006
Ort: borken
Alter: 51
Geschlecht: Männlich
Verfasst Mi 04.08.2010 15:45
Titel

Antworten mit Zitat Zum Seitenanfang

.. ich glaube ich hab`s ..

Code:

..
#header {
 width: 960px;
 color: #fff;
 padding: 10px;
 margin-left: auto;
margin-right: auto;
[b]  text-align: left;[/B]
 background: #transparent;
 /* border:1px solid #3E3E3E;*/
 }
..


habe in der "header-Klasse"
einfach text-align hinzugefügt und es klappt Lächel
  View user's profile Private Nachricht senden
Anzeige
Anzeige
 
Ähnliche Themen Formmailer-Problem-neues problem
css-problem
CSS Problem bei FF auf Mac
css-Problem
IE PNG FIX Problem
CSS - Problem mit IE
Neues Thema eröffnen   Neue Antwort erstellen
MGi Foren-Übersicht -> Allgemeines - Nonprint


Du kannst keine Beiträge in dieses Forum schreiben.
Du kannst auf Beiträge in diesem Forum nicht antworten.
Du kannst an Umfragen in diesem Forum nicht mitmachen.