Thread: <!--[if IE 6]>
View Single Post
02-28-2007, 07:57 PM
#17
Garrett is offline Garrett
Status: Waving
Join date: Aug 2005
Location:
Expertise:
Software:
 
Posts: 2,694
iTrader: 11 / 100%
 

Garrett is on a distinguished road

Send a message via MSN to Garrett

  Old

Originally Posted by Wonderboy View Post
Code:
<!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; ch****t=iso-8859-1" />
<title>EZ Upload</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<!--[if IE6]>
<link rel="stylesheet" href="ie6-style.css" type="text/css" media="all" />
<![endif]-->
</head>

<body>

<div id="wrapper">

<div id="arrow"></div>

<div id="navigation">
	<ul>
		<li><a href="http://wonderboy.mythicx.com/ezupload" class="link" 

id="links"><div class="links"><strong>Home</strong></div></a></li>
		<li><a href="http://wonderboy.mythicx.com/ezupload/tc.html" 

class="link"><div class="links"><strong>T &amp; C</strong></div></a></li>
		<li><a href="http://wonderboy.mythicx.com/ezupload/contact.html" 

class="link"><div class="links"><strong>Contact</strong></div></a></li>
	</ul>
</div>

<div id="round">

<div id="background">



<div id="text">
<h5>Welcome to EZ Upload</h5>
To upload you image simply press the "Browse" button and search the image on you're 

computer. Then click "Ok" and hit the "upload" button. Wait a few minutes and copy and paste 

the required links.
</div>

<div id="image-bg">
<div id="image">


<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" 

codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,

0,0" width="250" height="150" id="portfolio-ad" align="middle" />
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="portfolio-ad.swf" /><param name="loop" value="false" /><param 

name="quality" value="high" /><param name="bgcolor" value="#333333" /><embed 

src="images/portfolio-ad.swf" loop="false" quality="high" bgcolor="#333333" width="250" 

height="150" name="portfolio-ad" align="middle" allowScriptAccess="sameDomain" 

type="application/x-shockwave-flash" 

pluginspage="http://www.macromedia.com/go/getflashplayer" />

</div>
</div>

<div id="input">
<form enctype="multipart/form-data"  action="loaded2.php" method="post">
<input type="file" id="userfile" name="userfile" />
<input type="submit" id="upload" value="upload" />
</form>
<br />
<strong>Image formats:</strong> JPG, JPEG, GIF, PNG
</div>


</div>
</div>


</div>


<div id="centergoogle">
<div id="googleadd-bg">
<div id="google">
<script type="text/javascript"><!--
google_ad_client = "pub-7118091040587092";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel = "";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</div>
</div>

</body>
</html>
Again, you still don't have it as "IE 6"