Internet Explorer macht Probleme

Status
Nicht offen für weitere Antworten.

rollerueckwaerts

Erfahrenes Mitglied
Hallo liebe Tutorials Gemeinde,
bin schon ne weile am suchen, aber ich weiß nich warum der IE zicken macht. (erstes Bild)
mit FireFox gehts natürlich wunderbar (zweites Bild) :P

Lasse mir mithilfe von php folgenden html Codes generieren, der einen statusbalken ausgeben soll.

PHP:
$count_rating = intval($result);
$maxwidth = 400;
$maxusers = 10000;
$onlineusers = $result;

$percent = 100 / $maxusers * $onlineusers;
$loadwidth = $maxwidth - ($percent / 100) * $maxwidth;
 

$buffer = "
<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">
<html>
<head>
<meta **********=\"content-type\" content=\"text/html; charset=ISO-8859-1\">
 
<title>Speicherplatzbelegung</title>
 
<style type=\"text/css\">
 
.speicher {
background-color: green;
width: ".$maxwidth."px;
height: 15px;
overflow: hidden;
padding: 0;
}
 
.balken {
top: 0;
width: ".$maxwidth."px;
height: 15px;
background-color: red;
}
 
</style>
 
</head>
<body>
 

<div class=\"speicher\">
<div class=\"balken\" style=\"position: relative; left: -".$loadwidth."px;\"></div>
</div>
 
</body>
</html>";
 
echo '<tr><td align="center"><b><p>'.$buffer.'</p></b></td></tr>';

Weiß nich worans liegen könnte, vielleicht irgendwo nen kleenen schönheitsfehler ?
Hoffe mir kann jemand weiterhelfen :)


Lieben Dank schoma jetz
Greetz
Tobs
 

Anhänge

  • IE.JPG
    IE.JPG
    12,3 KB · Aufrufe: 13
  • ff.JPG
    ff.JPG
    8,5 KB · Aufrufe: 15
Hi,

zeig mal bitte den PHP-geparsten Code, also den vom Browser ausgegebenen und kompletten HTML-Quellcode der Seite.

Was in dem Codeschnipsel aber schon mal ins Auge sticht, ist der Umstand, dass du entweder das Dokument vorzeitig beendest, und anschliessend eine Tabellenzeile ausgibst, oder im Hauptdokument ein weiteres HTML-Gerüst incl. dem Dokumentkörper (body) einbettest - egal wie, beides ist verkehrt.

Deshalb wäre hier der vollständige Seitenquelltext ganz hilfreich, um der Ursache auf den Grund gehen zu können.
 
Wenn ich ehrlich bin kann ich mit deiner Fehlerbeschreibung absolut nichts anfangen *schäm*

dennoch hier den kompletten Quelltext

PHP:
             <table width="85%" border="0" align="center" cellpadding="4" cellspacing="0">
                  <tr>
                    <td class="mainpage">	
		<table class="contentpaneopen">
				<tr>
			<td valign="top" colspan="2">
				<p><br /></p><p>
					<tr>

				      		<td class=sectiontableentry2 width=35% style="font-weight:bold;">Rating von</td>

				      		<td class=sectiontableentry2 >sender4</td>

					</tr>
					<tr>
				      		<td class=sectiontableentry width=35% style="font-weight:bold;">hochgeladene Pics:</td>
				      		<td class=sectiontableentry >
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
 
<title>Speicherplatzbelegung</title>
 
<style type="text/css">
 
.speicher {
background-color: green;
width: 200px;
height: 15px;
overflow: hidden;
padding: 0;
}
 
.balken {
top: 0;
width: 200px;
height: 15px;
background-color: red;
}
 
</style>
 
</head>
<body>
 
2 von 50 hochgeladen
<div class="speicher">
<div class="balken" style="position: relative; left: -192px;"></div>
</div>
 
</body>
</html></td>
					</tr>
					<tr>
				      		<td class=sectiontableentry width=35% style="font-weight:bold;">hochgeladene Videos:</td>
				      		<td class=sectiontableentry
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
 
<title>Speicherplatzbelegung</title>
 
<style type="text/css">
 
.speicher {
background-color: green;
width: 200px;
height: 15px;
overflow: hidden;
padding: 0;
}
 
.balken {
top: 0;
width: 200px;
height: 15px;
background-color: red;
}
 
</style>
 
</head>
<body>
 
0 von 15 hochgeladen
<div class="speicher">
<div class="balken" style="position: relative; left: -200px;"></div>
</div>
 
</body>
</html></td>
					</tr>
					<tr>

				      		<td class=sectiontableentry width=35% style="font-weight:bold;">hochgeladene Mp3:</td>

				      		<td class=sectiontableentry
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
 
<title>Speicherplatzbelegung</title>
 
<style type="text/css">
 
.speicher {
background-color: green;
width: 200px;
height: 15px;
overflow: hidden;
padding: 0;
}
 
.balken {
top: 0;
width: 200px;
height: 15px;
background-color: red;
}
 
</style>
 
</head>
<body>
 
0 von 5 hochgeladen
<div class="speicher">
<div class="balken" style="position: relative; left: -200px;"></div>
</div>
 
</body>
</html></td><br>



	<tr>

				      		<td class=sectiontableentry width=35% style="font-weight:bold;">eingestellte Artikel:</td>

				      		<td class=sectiontableentry
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
 
<title>Speicherplatzbelegung</title>
 
<style type="text/css">
 
.speicher {
background-color: green;
width: 200px;
height: 15px;
overflow: hidden;
padding: 0;
}
 
.balken {
top: 0;
width: 200px;
height: 15px;
background-color: red;
}
 
</style>
 
</head>
<body>
 
2 von 50 hochgeladen
<div class="speicher">
<div class="balken" style="position: relative; left: -200px;"></div>
</div>
 
</body>
</html></td><br>
					

					</tr><br>
					<br><tr><br>

				      		<td class=sectiontableentry width=35% style="font-weight:bold;">ergibt ein Rating von</td>

				      		<td class=sectiontableentry >
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
 
<title>Speicherplatzbelegung</title>
 
<style type="text/css">
 
.speicher {
background-color: green;
width: 200px;
height: 15px;
overflow: hidden;
padding: 0;
}
 
.balken {
top: 0;
width: 200px;
height: 15px;
background-color: red;
}
 
</style>
 
</head>
<body>
 
200 von 6000 Punkten erreicht
<div class="speicher">
<div class="balken" style="position: relative; left: -193.333333333px;"></div>
</div>
 
</body>
</html></td>

					</tr>
					
					


					
					

 </p>

			</td>
		</tr>
				</table>

Hoffe es hilft weiter
 
Wenn ich ehrlich bin kann ich mit deiner Fehlerbeschreibung absolut nichts anfangen *schäm*

dennoch hier den kompletten Quelltext
Ist das tatsächlich der vollständige HTML-Code der Seite?

Dann lass den Quellcode einfach mal vom w3c-Validator überprüfen - vielleicht sagen dir ja seine Fehlermeldungen mehr - und beschäftige dich etwas näher mit dem Grundgerüst einer HTML-Datei.

Ansonsten kann ich da jetzt keine Darstellungsunterschiede entdecken:

ff.jpg

ie6.jpg

(FF2 - IE6 / WinXP Prof. SP2)
 
war doch noch nich der komplette quelltext


PHP:
<?xml version="1.0" encoding="iso-8859-1"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>JuicyCam - Punkte</title>
<meta name="title" content="Punkte" />
<meta name="author" content="Administrator" />
<meta name="description" content="Joomla - the dynamic portal engine and content management system" />
<meta name="keywords" content="Joomla, joomla" />
<meta name="Generator" content="JuicyCam - Copyright (C) 2005 - 2007 JuicyCam." />
<meta name="robots" content="index, follow" />
		<script src="http://localhost/htdocs/includes/js/joomla.javascript.js" type="text/javascript"></script>
			<link rel="shortcut icon" href="http://localhost/htdocs/images/favicon.ico" />
	<link rel="stylesheet" type="text/css" href="http://localhost/htdocs/templates/divine/css/template_css.css" />
<script language="JavaScript" type="text/JavaScript">
<!--



function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//-->
</script>
</head>
<body onload="MM_preloadImages('http://localhost/htdocs/templates/divine/images/fb2.gif')">
<table width="500"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="78%"><img src="http://localhost/htdocs/images/M_images/juicylogo.jpg" alt="header" /></td>
        <td width="22%" valign="bottom"><table width="100%" height="70"  border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td align="right"><span class="footer"><a href="#"><br />
              Contact</a> | <a href="#">Home</a></span>&nbsp;&nbsp;&nbsp;</td>
          </tr>
          <tr>
            <td><table width="100%"  border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td></td>
                <td></td>
              </tr>
            </table></td>
          </tr>
        </table>
          </td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td bgcolor="#CC226E"><link href="http://localhost/htdocs/modules/mod_jflanguageselection.css" rel="stylesheet" type="text/css"/>
	<ul class="jflanguageselection"><li><a href="index.php?option=com_content&amp;task=view&amp;id=43&amp;Itemid=67&amp;lang=de"><img src="http://localhost/htdocs/components/com_joomfish/images/flags/de.gif" alt="Deutsch" /></a></li><li><a href="index.php?option=com_content&amp;task=view&amp;id=43&amp;Itemid=67&amp;lang=en"><img src="http://localhost/htdocs/components/com_joomfish/images/flags/en.gif" alt="English" /></a></li><li><a href="index.php?option=com_content&amp;task=view&amp;id=43&amp;Itemid=67&amp;lang=it"><img src="http://localhost/htdocs/components/com_joomfish/images/flags/it.gif" alt="Italienisch" /></a></li></ul><!--Joom!fish V1.7 (2006-05-01)-->
<!-- &copy; 2003-2006 Think Network, released under the LGPL. -->
<!-- More information: at http://forge.joomla.org/sf/sfmain/do/viewProject/projects.joomfish -->
<ul id="mainlevel-nav"><li><a href="/index.php?option=com_comprofiler&amp;task=userProfile&amp;Itemid=143" class="mainlevel-nav" >>>>>>>>>>>>>>>>>>>></a></li><li><a href="index.php?option=com_content&amp;task=view&amp;id=37&amp;Itemid=132" class="mainlevel-nav" >Mein Profil</a></li><li><a href="index.php?option=com_uddeim&amp;task=inbox&amp;Itemid=114" class="mainlevel-nav" >Messages</a></li><li><a href="index.php?option=com_vallet&amp;task=statssender&amp;Itemid=144" class="mainlevel-nav" >Banking</a></li><li><a href="index.php?option=com_ponygallery&amp;func=userpannel&amp;Itemid=93" class="mainlevel-nav" >Bilder Upload</a></li><li><a href="index.php?option=com_seyret&amp;task=uploadvideo&amp;Itemid=109" class="mainlevel-nav" >Video Upload</a></li><li><a href="index.php?option=com_comprofiler&amp;task=userProfile&amp;userid=&amp;mp3=admin&amp;index=Mp3s&amp;itemid=" class="mainlevel-nav" >Mp3 Upload</a></li><li><a href="index.php?option=com_upload_products&amp;Itemid=139" class="mainlevel-nav" >Upload Product</a></li></ul> </td>
  </tr>
  <tr>
    <td><img src="http://localhost/htdocs/templates/divine/images/toplink_bar.gif" alt="header" /></td>
  </tr>
  <tr>
    <td><table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="17" valign="top">          <div class="leftmenu">
            		<table cellpadding="0" cellspacing="0" class="moduletable">
					<tr>
				<th valign="top">
					Menü				</th>
			</tr>
					<tr>
			<td>
				
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr align="left"><td><a href="index.php?option=com_frontpage&amp;Itemid=1" class="mainlevel" >Home</a></td></tr>
<tr align="left"><td><a href="index.php?option=com_content&amp;task=view&amp;id=17&amp;Itemid=66" class="mainlevel" >Gewinnspiel</a></td></tr>
<tr align="left"><td><a href="index.php?option=com_easyfaq&amp;Itemid=69" class="mainlevel" >FAQ's</a></td></tr>
<tr align="left"><td><a href="index.php?option=com_contact&amp;Itemid=3" class="mainlevel" >Kontakt</a></td></tr>
</table>			</td>
		</tr>
		</table>
				<table cellpadding="0" cellspacing="0" class="moduletable">
					<tr>
				<th valign="top">
					Login				</th>
			</tr>
					<tr>
			<td>
				<table width="style: width=auto;" align="center" classe="cbelogin_online"> 
 <tr><td> 
 <br/> 
<form action="index.php?option=com_comprofiler&amp;task=logout" method="post" name="login" > 
<div align="center">
<a href"index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=84" onclick="window.open('index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=84','cbe_win','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=400,height=480,directories=no,location=no');" title="Profil"  return false;"><img src="http://localhost/htdocs/images/comprofiler/tn84.png" hspace="4" align="left" border="0" alt="sender4" /></a>
<a href"index2.php?option=com_comprofiler&Itemid=97&task=userProfile&user=84" onclick="window.open('index2.php?option=com_comprofiler&Itemid=97&task=userProfile&user=84','cbe_win','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=400,height=480,directories=no,location=no');" title="Profil"  return false;"></a></div> 
<div align="center">
Hallo, <br />sender4<p><div><b>&nbsp;<b></div>
<div></div><div><br clear='left' /></div><br /><input type="submit" name="Submit" class="button" value="Abmelden" /></div> 
<input type="hidden" name="op2" value="logout" /> 
<input type="hidden" name="lang" value="german" /> 
<input type="hidden" name="return" value="http://localhost/htdocs/" /> 
<input type="hidden" name="message" value="1" /> 
</form> 
<br clear="left"></td></tr></table><!-- end mod_cbelogin 2.46plus -->

			</td>
		</tr>
		</table>
				<table cellpadding="0" cellspacing="0" class="moduletable">
					<tr>
				<th valign="top">
					Messenger				</th>
			</tr>
					<tr>
			<td>
				<link rel="stylesheet" href="components/com_uddeim/templates/default/css/uddemodule.css" type="text/css" />
<link href="http://localhost/htdocs/modules/mod_uddeim_new/popup.css" rel="stylesheet" type="text/css" /><script language="Javascript" src="http://localhost/htdocs/modules/mod_uddeim_new/domLib.js"></script>
    <script language="Javascript" src="http://localhost/htdocs/modules/mod_uddeim_new/domTT.js"></script>
    <script language="Javascript" src="http://localhost/htdocs/modules/mod_uddeim_new/domTT_drag.js"></script>
    <script type="text/javascript" language="javascript">	var domTT_styleClass = 'domTTWin';	var domTT_draggable = true;	var domTT_closeLink = '<img src="http://localhost/htdocs/modules/mod_uddeim_new/close.gif" style="vertical-align: bottom;" width="16" height="14" />';	window.onload = function(in_event)	{	    domTT_addPredefined('popup', 'caption', 'Express Nachricht', 'content', '<a href="index.php?option=com_uddeim&task=inbox&Itemid=114"><div style="text-align: justify; padding: 2px 5px; font-size: 13px; font-family: Arial; width: 250px; background-color: #FFFFFF; color: #000000;">Hi sender4<br>Sie haben 2 Nachrichten</div></a>', 'type', 'sticky');	    domTT_activate('popup1', in_event, 'predefined', 'popup', 'x', 620, 'y', 25, 'delay', 200 );	};	window.onmousemove = function(in_event) {};</script>
<div id='uddeim-modulenew'><p class='uddeim-module-head'><a href='index.php?option=com_uddeim&task=inbox&Itemid=114'>Private Nachrichten</a> <a href='index.php?option=com_uddeim&task=inbox&Itemid=114'><img border='0' src='components/com_uddeim/templates/default/images/env_ani.gif'></a></p><p class='uddeim-module-row'>System <a href='index.php?option=com_uddeim&Itemid=114&task=show&messageid=18'>Freundeseinla...</a></p><p class='uddeim-module-row'>System <a href='index.php?option=com_uddeim&Itemid=114&task=show&messageid=25'>Neue...</a></p></div>			</td>
		</tr>
		</table>
				<table cellpadding="0" cellspacing="0" class="moduletable">
					<tr>
				<th valign="top">
					Live Support Status				</th>
			</tr>
					<tr>
			<td>
				<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>livesupport</title>
<script language="javascript" type="text/javascript">
<!--
	function salir() {
		window.open('chat_guest.php?accion=salir&usuario=', '', 'width=300,height=200,resizable=yes');
	}
-->
</script>
<script>
function openLiveSupport() {
window.open("administrator/components/com_livesupport/chat_guest.php", "", "width=300,height=200");
}
</script>
<link href="css/com_estilos.css" rel="stylesheet type="text/css">
</head>

<body  bottommargin="0" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0">
<a href='javascript:openLiveSupport();'><img src='modules/mod_livesupport_status/online.png' border='0'></a></body>
</html>			</td>
		</tr>
		</table>
		          </div>
          </td>
        <td width="1" bgcolor="#FFFFFF"><img src="http://localhost/htdocs/templates/divine/images/spacer.gif" alt="header" width="1" height="10" /></td>
        <td width="5"><img src="http://localhost/htdocs/templates/divine/images/spacer.gif" alt="header" width="5" height="10" /></td>
        <td width="80%" valign="top"><table width="10%" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td><img src="http://localhost/htdocs/templates/divine/images//path_01.gif" width="13" height="5" alt="" /></td>
            <td background="http://localhost/htdocs/templates/divine/images//path_02.gif"><img src="http://localhost/htdocs/templates/divine/images//path_02.gif" width="450" height="5" alt="" /></td>
            <td><img src="http://localhost/htdocs/templates/divine/images//path_03.gif" width="13" height="5" alt="" /></td>
          </tr>
          <tr>
            <td background="http://localhost/htdocs/templates/divine/images//path_04.gif"><img src="http://localhost/htdocs/templates/divine/images//path_04.gif" width="13" height="22" alt="" /></td>
            <td width="100%"><span class="pathway">Home </span></td>
            <td background="http://localhost/htdocs/templates/divine/images//path_06.gif"><img src="http://localhost/htdocs/templates/divine/images//path_06.gif" width="13" height="22" alt="" /></td>
          </tr>
          <tr>
            <td><img src="http://localhost/htdocs/templates/divine/images//path_07.gif" width="13" height="4" alt="" /></td>
            <td background="http://localhost/htdocs/templates/divine/images//path_08.gif"><img src="http://localhost/htdocs/templates/divine/images//path_08.gif" width="610" height="4" alt="" /></td>
            <td><img src="http://localhost/htdocs/templates/divine/images//path_09.gif" width="13" height="4" alt="" /></td>
          </tr>
        </table>
        <table width="100%"  border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td><table width="100%" border="0" cellpadding="0" cellspacing="0">
                <tr>
                  <td class="newsflash"></td>
                </tr>
              </table>
                <table width="100%"  border="0" cellspacing="1" cellpadding="1">
                  <tr>
                                            <img src="http://localhost/htdocs/templates/divine/images/spacer.gif" alt="header" width="4" height="1" />
                                          </tr>
                </table>
                <table width="85%" border="0" align="center" cellpadding="4" cellspacing="0">
                  <tr>
                    <td class="mainpage">	
		<table class="contentpaneopen">
				<tr>
			<td valign="top" colspan="2">
				<p><br /></p><p>
					<tr>

				      		<td class=sectiontableentry2 width=35% style="font-weight:bold;">Rating von</td>

				      		<td class=sectiontableentry2 >sender4</td>

					</tr>
					<tr>
				      		<td class=sectiontableentry width=35% style="font-weight:bold;">hochgeladene Pics:</td>
				      		<td class=sectiontableentry >
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
 
<title>Speicherplatzbelegung</title>
 
<style type="text/css">
 
.speicher {
background-color: green;
width: 200px;
height: 15px;
overflow: hidden;
padding: 0;
}
 
.balken {
top: 0;
width: 200px;
height: 15px;
background-color: red;
}
 
</style>
 
</head>
<body>
 
2 von 50 hochgeladen
<div class="speicher">
<div class="balken" style="position: relative; left: -192px;"></div>
</div>
 
</body>
</html></td>
					</tr>
					<tr>
				      		<td class=sectiontableentry width=35% style="font-weight:bold;">hochgeladene Videos:</td>
				      		<td class=sectiontableentry
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
 
<title>Speicherplatzbelegung</title>
 
<style type="text/css">
 
.speicher {
background-color: green;
width: 200px;
height: 15px;
overflow: hidden;
padding: 0;
}
 
.balken {
top: 0;
width: 200px;
height: 15px;
background-color: red;
}
 
</style>
 
</head>
<body>
 
0 von 15 hochgeladen
<div class="speicher">
<div class="balken" style="position: relative; left: -200px;"></div>
</div>
 
</body>
</html></td>
					</tr>
					<tr>

				      		<td class=sectiontableentry width=35% style="font-weight:bold;">hochgeladene Mp3:</td>

				      		<td class=sectiontableentry
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
 
<title>Speicherplatzbelegung</title>
 
<style type="text/css">
 
.speicher {
background-color: green;
width: 200px;
height: 15px;
overflow: hidden;
padding: 0;
}
 
.balken {
top: 0;
width: 200px;
height: 15px;
background-color: red;
}
 
</style>
 
</head>
<body>
 
0 von 5 hochgeladen
<div class="speicher">
<div class="balken" style="position: relative; left: -200px;"></div>
</div>
 
</body>
</html></td><br>



	<tr>

				      		<td class=sectiontableentry width=35% style="font-weight:bold;">eingestellte Artikel:</td>

				      		<td class=sectiontableentry
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
 
<title>Speicherplatzbelegung</title>
 
<style type="text/css">
 
.speicher {
background-color: green;
width: 200px;
height: 15px;
overflow: hidden;
padding: 0;
}
 
.balken {
top: 0;
width: 200px;
height: 15px;
background-color: red;
}
 
</style>
 
</head>
<body>
 
2 von 50 hochgeladen
<div class="speicher">
<div class="balken" style="position: relative; left: -200px;"></div>
</div>
 
</body>
</html></td><br>
					

					</tr><br>
					<br><tr><br>

				      		<td class=sectiontableentry width=35% style="font-weight:bold;">ergibt ein Rating von</td>

				      		<td class=sectiontableentry >
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
 
<title>Speicherplatzbelegung</title>
 
<style type="text/css">
 
.speicher {
background-color: green;
width: 200px;
height: 15px;
overflow: hidden;
padding: 0;
}
 
.balken {
top: 0;
width: 200px;
height: 15px;
background-color: red;
}
 
</style>
 
</head>
<body>
 
200 von 6000 Punkten erreicht
<div class="speicher">
<div class="balken" style="position: relative; left: -193.333333333px;"></div>
</div>
 
</body>
</html></td>

					</tr>
					
					


					
					

 </p>

			</td>
		</tr>
				</table>

		<span class="article_seperator">&nbsp;</span>

					<div class="back_button">
				<a href='javascript:history.go(-1)'>
					[&nbsp;Zur&uuml;ck&nbsp;]</a>
			</div>
			                    </td>
                  </tr>
              </table></td>
          </tr>
        </table></td>
        <td width="5"><img src="http://localhost/htdocs/templates/divine/images/spacer.gif" alt="header" width="5" height="10" /></td>
        <td valign="top" bgcolor="#CC226E">                    <div class="rightmenu">
                      		<table cellpadding="0" cellspacing="0" class="moduletable">
					<tr>
				<th valign="top">
					Juicy Cams				</th>
			</tr>
					<tr>
			<td>
				
		<table class="contentpaneopen">
				<tr>
			<td valign="top" colspan="2">
				<p><a href="index.php?option=com_comprofiler&amp;task=usersList&amp;listid=33" mce_href="index.php?option=com_comprofiler&amp;task=usersList&amp;listid=33">Online Cams</a> </p><p><a href="index.php?option=com_comprofiler&amp;task=usersList&amp;listid=36" mce_href="index.php?option=com_comprofiler&amp;task=usersList&amp;listid=36">Alle Cams</a> </p><p><a href="index.php?option=com_comprofiler&amp;task=usersList&amp;listid=23" mce_href="index.php?option=com_comprofiler&amp;task=usersList&amp;listid=23">Neue Cams&nbsp;</a> </p>			</td>
		</tr>
				</table>

		<span class="article_seperator">&nbsp;</span>

					</td>
		</tr>
		</table>
				<table cellpadding="0" cellspacing="0" class="moduletable">
					<tr>
				<th valign="top">
					Camrotator				</th>
			</tr>
					<tr>
			<td>
				<link rel="stylesheet" href="modules/mod_s4jrandomprofile/css/shadow.css" type="text/css" /><table border='0'><tr><td valign='center'><a href=""index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=81" onclick="window.open('index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=81','cbe_win','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=420,height=480,directories=no,location=no');" title="Profil"  return false;"><div class='img-shadow-mod_s4jrandomprofile' ><img src='http://localhost/htdocs/images/comprofiler/81.jpg' alt=''	 border=0 , height=70 , width=64 /></div></a> <br /><a href=""index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=81" onclick="window.open('index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=81','cbe_win','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=420,height=480,directories=no,location=no');" title="Profil"  return false;">rogerwhittaker</a> (84) <img src='http://localhost/htdocs/modules/mod_s4jrandomprofile/images/offline.gif' alt=' offline'	 border=0 /></td><td valign='center'><a href=""index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=84" onclick="window.open('index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=84','cbe_win','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=420,height=480,directories=no,location=no');" title="Profil"  return false;"><div class='img-shadow-mod_s4jrandomprofile' ><img src='http://localhost/htdocs/images/comprofiler/84.png' alt=''	 border=0 , height=70 , width=64 /></div></a> <br /><a href=""index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=84" onclick="window.open('index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=84','cbe_win','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=420,height=480,directories=no,location=no');" title="Profil"  return false;">sender4</a> (20) <img src='http://localhost/htdocs/modules/mod_s4jrandomprofile/images/online.gif' alt=' online'	 border=0 /></td></tr><tr><td valign='center'><a href=""index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=65" onclick="window.open('index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=65','cbe_win','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=420,height=480,directories=no,location=no');" title="Profil"  return false;"><div class='img-shadow-mod_s4jrandomprofile' ><img src='http://localhost/htdocs/images/comprofiler/65.jpg' alt=''	 border=0 , height=70 , width=64 /></div></a> <br /><a href=""index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=65" onclick="window.open('index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=65','cbe_win','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=420,height=480,directories=no,location=no');" title="Profil"  return false;">test</a> (38) <img src='http://localhost/htdocs/modules/mod_s4jrandomprofile/images/offline.gif' alt=' offline'	 border=0 /></td><td valign='center'><a href=""index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=63" onclick="window.open('index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=63','cbe_win','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=420,height=480,directories=no,location=no');" title="Profil"  return false;"><div class='img-shadow-mod_s4jrandomprofile' ><img src='http://localhost/htdocs/images/comprofiler/63.png' alt=''	 border=0 , height=70 , width=64 /></div></a> <br /><a href=""index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=63" onclick="window.open('index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=63','cbe_win','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=420,height=480,directories=no,location=no');" title="Profil"  return false;">Sender</a> (62) <img src='http://localhost/htdocs/modules/mod_s4jrandomprofile/images/offline.gif' alt=' offline'	 border=0 /></td></tr><tr><td valign='center'><a href=""index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=77" onclick="window.open('index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=77','cbe_win','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=420,height=480,directories=no,location=no');" title="Profil"  return false;"><div class='img-shadow-mod_s4jrandomprofile' ><img src='http://localhost/htdocs/images/comprofiler/77.jpg' alt=''	 border=0 , height=70 , width=64 /></div></a> <br /><a href=""index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=77" onclick="window.open('index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=77','cbe_win','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=420,height=480,directories=no,location=no');" title="Profil"  return false;">klaus</a> (20) <img src='http://localhost/htdocs/modules/mod_s4jrandomprofile/images/offline.gif' alt=' offline'	 border=0 /></td><td valign='center'><a href=""index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=102" onclick="window.open('index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=102','cbe_win','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=420,height=480,directories=no,location=no');" title="Profil"  return false;"><div class='img-shadow-mod_s4jrandomprofile' ><img src='http://localhost/htdocs/images/comprofiler/102.png' alt=''	 border=0 , height=70 , width=64 /></div></a> <br /><a href=""index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=102" onclick="window.open('index2.php?option=com_comprofiler&Itemid=94&task=userProfile&user=102','cbe_win','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=420,height=480,directories=no,location=no');" title="Profil"  return false;">sendertest</a> (38) <img src='http://localhost/htdocs/modules/mod_s4jrandomprofile/images/offline.gif' alt=' offline'	 border=0 /></td></tr></table>
			</td>
		</tr>
		</table>
		                    </div>
          </td>
      </tr>
    </table></td>
  </tr>
</table>

</body>
</html><!-- 1211561617 -->222

suche gerad noch nach validator-seiten bei denen man den html code einfach eingeben kann.
 
Status
Nicht offen für weitere Antworten.
Zurück