Hackerboard Wiki HaboBlog
Hackerboard bei Facebook Hackerboard bei Google+ Hackerboard bei Twitter

[HaBo]

 
(Web-) Design und webbasierte Sprachen Tipps & Tricks, Designabgleich, HTML & Javascript, Flash, ASP, PHP, Perl/CGI...

IE verschiebt design GELÖST

Diskussion: IE verschiebt design GELÖST im Forum (Web-) Design und webbasierte Sprachen, in der Kategorie Web, Network & Multimedia Palace; Anzeige //Edit hab das problem gelöst hab jetzt statts prozentangabe in den tables einfach pixel werte genommen jetzt interpretiert es ...

Antwort
Alt 17.03.07, 14:22   #1 (permalink)
Senior Member
 
Benutzerbild von Chakky
 
Registriert seit: 28.10.03
Chakky Leistung: 8086
Chakky eine Nachricht über ICQ schicken
Likes: 110
IE verschiebt design GELÖST

Anzeige

//Edit

hab das problem gelöst hab jetzt statts prozentangabe in den tables einfach pixel werte genommen jetzt interpretiert es der IE auch ohne probleme und zeigt die seite ohne verschiebung an

//edit ende

Hallo,

ich hab eine homepage mir gebastelt und CSS genommen für mein Design problem nur:
der IE versteht scheinbar das css nicht oder falsch

Firefox und co zeigen alles normal an.

Bilder:
Firefox


IE


wie behebe ich sowas?

danke

__________________
cu
Chakky

we are dreaming in digital
we are living in realtime
we are thinking in binary
we are talking in IP
welcome to our world
Chakky ist offline   Mit Zitat antworten
Alt 17.03.07, 14:33   #2 (permalink)
Administrator
 
Benutzerbild von Mackz
 
Registriert seit: 02.10.01
Mackz Leistung: Pentium IMackz Leistung: Pentium I
Likes: 30
Standard RE: IE verschiebt design

Zitat:
Original von Chakky
wie behebe ich sowas?
Indem du deine divs anders anordnest. Das in der Mitte hat doch bestimmt eine width von 100% so wie es aussieht, da kriegst du immer Probleme im IE6. Im IE7 ist das CSS Boxmodell übrigens gefixt, da sollte es also stimmen.

Schau dir mal http://www.stichpunkt.de/css/4-box.html an. Das klappt auch im IE6.
Weitere Beispiele findest du auf http://www.intensivstation.ch/templates/
__________________
RL sux big time... auch 2012!

Deleting pr0n is like killing your best friend

[HaBo] bei Facebook - Werde Fan
Mackz ist offline   Mit Zitat antworten
   
HaBOT
 
- Anzeige -

Werbung ist gerade online    
Alt 17.03.07, 14:33   #3 (permalink)
Member of Honour
 
Registriert seit: 02.10.01
Indi Leistung: Z3
Likes: 0
Standard

stellst du html- und css-code rein, wird das problem schnell gelöst sein.
Indi ist offline   Mit Zitat antworten
Alt 17.03.07, 14:43   #4 (permalink)
Senior Member
Themenstarter
 
Benutzerbild von Chakky
 
Registriert seit: 28.10.03
Chakky Leistung: 8086
Chakky eine Nachricht über ICQ schicken
Likes: 110
Standard

Zitat:
Original von Indi
stellst du html- und css-code rein, wird das problem schnell gelöst sein.
schon dabei...

html teil:
Code:
<html>
<head>
<title>Blitzer-Standort.de -- chemnitz</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>

<body>

<div id="logo">
	<div align="center">
<img src="images/blitzer_logo.jpg" border="0">
  </div>
</div>

<div id="inhalt"><pre>
<div align="left">
  <table border="1"  cellpadding="0" cellspacing="1" width="90%" height="43">
    <tr>
      <td width="100%" height="21">11:41 6 Mar,  2007  geschrieben von Webmaster </td>
    </tr>
    <tr>
      <td width="100%" height="18">
      <h4>Seite geht Online!</h4><br>Hallo,

heute ging nach langer BetaPhase und viel Nerven die Seite Online.
Ich hoffe auf rege beteiligung. Es können fehler gemeldet werden unter:
webmaster@blitzer-standort.de oder direkt im Forum.

MfG
Chakky </td>

    </tr>
  </table>
</div>

</pre>
</div>

<div id="links"><p><strong>Men&uuml;</strong></p>
<a href="index.php?stadt=chemnitz">Startseite </a><br>

<a href="index.php?page=stationaere&stadt=chemnitz">Stationäre Blitzer</a><br>
<a href="index.php?page=versteckte&stadt=chemnitz">Versteckte Blitzer</a><br>

<a href="http://www.blitzer-standort.de/forum/" target="_blank">Forum</a><br>

<br>
Stadt wechseln?<br>
<font size="-4"><b>ohne</b> Postleitzahl</font>
<form action="index.php?page=wechsel" method="POST">
<input type="text" name="stadtw">
<input type="submit" value="OK">
</form>
Aktuell in: <b>chemnitz</b>

</div>

<div id="rechts"><p><strong>Men&uuml;</strong></p>
<a href="index.php?page=add_blitzer&stadt=chemnitz">Blitzer Hinzufügen</a><br>
<a href="index.php?page=add_standort&stadt=chemnitz">Standort Hinzufügen</a><br>
<a href="index.php?page=alle_blitzer&stadt=chemnitz">Alle Blitzer</a><br>
<a href="index.php?page=neusten_blitzer&stadt=chemnitz">Neusten Blitzer</a><br>


</div>
<div id="rechts_2"><p><strong>Links</strong></p>

<a href="index.php?page=link_liste&stadt=chemnitz">Linkliste</a><br>
<a href="index.php?page=contact">Kontakt</a><br>
</div> 
<div id="back"><a href="index.php?page=impressum&stadt=chemnitz">IMPRESSUM</a> <br>
<font size="-5" color="White">Version: 0.8 Copyright by blitzer-standort.de</font> 
</div>

</body>
</html>
css teil
Code:
body {
  padding: 0px;
  margin: 0px;
  background-color: #DCDCDC;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #000000; }

A { }

A:link {
  color: ButtonText; }

A:visited {
  color: ButtonText; }

A:hover {
  color: ButtonText; }

A:active {
  color: ButtonText; }

#logo {
  height: 100px;
  margin: 10px;
  background-color: #DCDCDC; }

#inhalt {
  width: auto;
  min-width: 120px;
  padding: 5px;
  margin-top: 0px;
  margin-right: 180px;
  margin-bottom: 0px;
  margin-left: 180px;
  background-color: #F8F8FF; }

#links {
  position: absolute;
  top: 120px;
  left: 10px;
  width: 160px;
  height: 300px;
  text-align: center;
  background-color: #F8F8FF; }

#rechts {
  position: absolute;
  top: 120px;
  right: 10px;
  width: 160px;
  height: 300px;
  text-align: center;
  background-color: #F8F8FF; }

p {
  font-size: 0.8em;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px; }

pre {
  font-size: 12px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px; }

#back {
  padding: 15px;
  text-align: center; }

#back a {
  color: white;
  font-size: 0.8em;
  font-weight: 600; }

.rot {
  color: red;
  font-size: 1.3em;
  font-weight: bold; }

#rechts_2 {
  position: absolute;
  top: 440px;
  right: 10px;
  width: 160px;
  height: 150px;
  text-align: center;
  background-color: #F8F8FF; }
Zitat:
Schau dir mal http://www.stichpunkt.de/css/4-box.html an. Das klappt auch im IE6.
Weitere Beispiele findest du auf http://www.intensivstation.ch/templates/
mein design hab ich mir ja davon abgeschaut
__________________
cu
Chakky

we are dreaming in digital
we are living in realtime
we are thinking in binary
we are talking in IP
welcome to our world
Chakky ist offline   Mit Zitat antworten
Antwort
   
- Anzeige -

Werbung ist gerade online    

[HaBo] » Web, Network & Multimedia Palace » (Web-) Design und webbasierte Sprachen » IE verschiebt design GELÖST
Themen-Optionen
Ansicht

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

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


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Design-Navigation Mani (Web-) Design und webbasierte Sprachen 9 10.07.08 10:29
Windows Startbildschirm verschiebt sich... sublime Windows 15 21.01.04 16:04
Wer verschiebt eigentlich die Beiträge? sTEk Hackerboard.de-Feedback 5 06.02.02 16:09
Welches Design? throjan Umfragen 18 25.10.01 17:43


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