/    Sign up×
Community /Pin to ProfileBookmark

please helpppppp

hi i have a problem with my site
when i click on its link the pages load in a UGLY way
i think the footer first goes up and then goes down
this is my site : [url]http://www.tayp.ir[/url]
and this is my index page for example

[code=php]
<?php
// some php codes here(i cant show them!)
?>
<html><head>
<title><?php setTitle($page);?></title>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″>
<script type=”text/javascript” src=”tinymce/jscripts/tiny_mce/tiny_mce.js”></script>
<link href=”styles.css” rel=”stylesheet” type=”text/css” />
<!– jQuery and jQuery UI (REQUIRED) –>
<link rel=”stylesheet” type=”text/css” media=”screen” href=”http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/themes/smoothness/jquery-ui.css”>
<script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js”></script>
<script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.min.js”></script>
<script src=”javascript/wowtip.js” type=”text/javascript”></script>

<!– elFinder CSS (REQUIRED) –>
<link rel=”stylesheet” type=”text/css” media=”screen” href=”Css/elfinder.full.css”>
<link rel=”stylesheet” type=”text/css” media=”screen” href=”Css/theme.css”>
<?php
$array = getBrowser();
$browsername = $array[‘name’];
if($browsername == ‘Internet Explorer’ || $browsername == ‘Opera’)
{
echo ‘<link href=”Css/StylesIE.css” rel=”stylesheet” type=”text/css” />’;
}
else
{
echo ‘<link href=”Css/Styles.css” rel=”stylesheet” type=”text/css” />’;
}
?>
<style type=”text/css”>
/* BeginOAWidget_Instance_2466546: #OAWidget */

#wow_tip{
width:150px;
background:#222;
position:absolute;
display:none;
color:#FFF;
padding:5px;
-moz-border-radius: 7px;
-webkit-boorder-radius: 7px;
-khtml-border-radius: 7px;
border-radius: 10px;
}

/* EndOAWidget_Instance_2466546 */
</style>
<script type=”text/xml”>
<!–
<oa:widgets>
<oa:widget wid=”2466546″ binding=”#OAWidget” />
</oa:widgets>
–>
</script>
<script type=”text/javascript”>
$(document).ready(function(e) {
$(“.chk”).wowtip();
});

</script>
</head>
<body bgcolor=”#FFFFFF” leftmargin=”0″ topmargin=”0″ marginwidth=”0″ marginheight=”0″>
<!– Save for Web Slices (reqs.psd) –>
<table id=”Table_01″ width=”1024″ height=”542″ border=”0″ cellpadding=”0″ cellspacing=”0″ align=”center”>
<tr>
<td colspan=”3″ class=”Header”>
<div>
<ul>
<li style=”display:inline;”><a href=”index.php?showpage=index2.php” class=”But1″ title=”&#1589;&#1601;&#1581;&#1607; &#1575;&#1589;&#1604;&#1740;”></a></li>
<li style=”display:inline;”><a class=”But2″ href=”index.php?showpage=reg.php” title=”&#1579;&#1576;&#1578; &#1606;&#1575;&#1605;”></a></li>
<li style=”display:inline;”><a class=”But3″ href=”index.php?showpage=hreq.php” title=”&#1583;&#1585;&#1582;&#1608;&#1575;&#1587;&#1578; &#1607;&#1605;&#1705;&#1575;&#1585;&#1740;”></a></li>

<?php if(isset($_SESSION[‘username’])){ ?>
<li style=”display:inline;”><a class=”But4″ href=”exit.php”></a></li>
<?php }
?>
</ul>
</div>
</td>
</tr>
<tr>
<td class=”Left”></td>
<td>
<div class=”Main”>
<?php include($page);?>
</div>
</td>
<td class=”right”></td>
</tr>
<tr>
<td colspan=”3″ class=”footer”><?php require_once(“footer.php”);?></td>
</tr>
</table>
<!– End Save for Web Slices –>
</body>
</html>
[/code]

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@spufiMar 29.2012 — If you don't give <img> tags the proper height and width, they won't be given the proper amounts until the images fully load.
Copy linkTweet thisAlerts:
@BrianJamesApr 05.2012 — Set up the correct parameters for the img.
×

Success!

Help @mi1s0n spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.2,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,
)...