Forum Moderators: not2easy
<!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>
<title>my webpage</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="mainstyle.css" type="text/css" media="screen">
<script type="text/javascript" src="counter.js" ></script>
<script type="text/javascript" src="httpAjax.js" ></script>
<style type="text/css">
<!--
ul#menu { margin-left: 0; padding-left: 0; list-style-type: none; }
ul#menu a { display: block; text-decoration: none; color: #ff9900; padding: 3% 3%; border-bottom: 1px solid #ffffff; width: 94%px; font-family: arial, sans serif; font-size: 12px; font-style: normal; font-weight: normal; }
ul#menu a:link { text-decoration: none; color: #FF9900; }
ul#menu a:visited { text-decoration: none; color: #ffffff; }
ul#menu a:focus { text-decoration: none; color: #ff9900; }
ul#menu a:hover { color: #ffffff; text-decoration: none; }
ul#menu a#mko:hover { color: #ffffff; text-decoration: none; }
ul#menu a:active { color: #ffffff; text-decoration: none; }
ul#menu li { display: inline; }
body#t a#mt:visited, body#ic a#mic:visited, body#icbs a#micbs:visited, body#ooc a#mooc:visited, body#oocbs a#moocbs:visited, body#c a#mc:visited, body#f a#mf:visited, body#p a#mp:visited, body#i a#mi:visited, body#git a#mgit:visited, body#gt a#mgt:visited {color:#ffffff; display:block; text-decoration: none; }
-->
</style>
</head>
<body bgcolor="#000000" background="bilder/bg.jpg" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="logout_function();">
<table id="Table_01" width="900" height="701" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td>
<img src="images/cflayout-sliced_14.png" width="36" height="100%" alt="">
</td>
</tr>
</table>
</body>
</html>
That is one of the image tags, they all looks the same, but i tried entering CSS code to change this, with adding id="frame" to the image first then;
CSS (extern):
html { min-height: 100%; }
body { min-height: 100%; margin: 0; padding: 0; }
img#frame { min-height: 100%; }
this didn't seem to work at local host anyways, I don't know, but hardly think that it would make any diff with hosted website...
Any tip of how to fix this? Appreciate all support I could get and would be awesome if anyone could present a useable solution for this issue that has been bugging me for quite some time...