MostWanted
عدد المساهمات : 703 معدل النشاط : 6726 السُمعة : 21
| موضوع: مشكلة ظهور فراغ أعلى الفوتر - تومبيلات - السبت 27 أكتوبر 2018 - 14:48 | |
| بسم الله الرحمن الرحيم السلام عليكم و رحمة الله و بركآته هناك مشكلة تؤرقنا منذ فترة طويلة في المنتدى و حاولنا حلها عدة مرات لكن للأسف دون فائدة فخبرتنا في الأكواد محدودة جدا .. الصورة توضح : للمعاينة مباشرة في المنتدى : http://www.theb3st.comالفوتر جهة اليمين يظهر بشكل طبيعي و ملتصق تماما بالـ Content لكن من جهة اليسار يظهر فراغ ! لونه نفس لون الخلفية ! نرجو أن تساعدوني في ايجاد حل مناسب لهذه المشكلة ليظهر الستايل بشكله المناسب و الكامل .. قالب overall_header : - الكود:
-
<!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" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}> <head> <title>{SITENAME_TITLE}{PAGE_TITLE}</title> <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" /> <meta http-equiv="content-script-type" content="text/javascript" /> <meta http-equiv="content-style-type" content="text/css" /> <!-- BEGIN switch_compat_meta --> <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" /> <!-- END switch_compat_meta --> <!-- BEGIN switch_canonical_url --> <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" /> <!-- END switch_canonical_url --> {META_FAVICO} {META} {META_FB_LIKE} <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" /> {T_HEAD_STYLESHEET} {CSS} <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" /> <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" /> <script src="{JQUERY_PATH}" type="text/javascript"></script> <!-- BEGIN switch_recent_jquery --> <script src="{JS_DIR}jquery1.9/jquery-migrate-1.4.1.js" type="text/javascript"></script> <script src="{JQUERY_DIR}browser/v1.0/jquery.browser.min.js" type="text/javascript"></script> <script src="{JQUERY_DIR}support/jquery.support.js" type="text/javascript"></script> <!-- END switch_recent_jquery --> <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script> {RICH_SNIPPET_GOOGLE}
<!-- BEGIN switch_fb_login --> <script src="https://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script> <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script> <!-- END switch_fb_login -->
<!-- BEGIN switch_ticker --> <link type="text/css" rel="stylesheet" href="{JQUERY_DIR}ticker/ticker.css" /> <script src="{JQUERY_DIR}/ticker/ticker.js" type="text/javascript"></script> <!-- END switch_ticker -->
<!-- BEGIN switch_ticker_new --> <script src="{JQUERY_DIR}jcarousel/jquery.jcarousel.js" type="text/javascript"></script> <script type="text/javascript">//<![CDATA[ /* Definir le sens de direction en fonction du panneau admin */ var tickerDirParam = "{switch_ticker.DIRECTION}"; var slid_vert = false; var auto_dir = 'next'; var h_perso = parseInt({switch_ticker.HEIGHT});
switch( tickerDirParam ) { case 'top' : slid_vert = true; break; case 'left': break; case 'bottom': slid_vert = true; auto_dir = 'prev'; break; case 'right': auto_dir = 'prev'; break; default: slid_vert = true; }
$(document).ready(function() { var w_cont = $('#fa_ticker_container').width();
if (w_cont > 0) { $('#fa_ticker_container').width(w_cont);
/* Affichage de la liste */ $('#fa_ticker_content').css('display','block');
/* Calcul des dimensions du conteneur et des elements */ var width_max = $('ul#fa_ticker_content').width(); var width_item = Math.floor(width_max / {switch_ticker.SIZE}); var height_max = h_perso;
/* Calcul de la hauteur maximale du conteneur en fonction des elements et de la hauteur personnalisee dans l'admin */ $('ul#fa_ticker_content li').each( function () { if ($(this).height() > height_max) { height_max = $(this).height(); } } );
/* Redimensionnement des elements et des images trop larges */ $('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () { if ($(this).width() > width_item) { var ratio = $(this).width() / width_item; var new_height = Math.round($(this).height() / ratio); $(this).height(new_height).width(width_item); } });
/* Redimensionnement et centrage du conteneur en mode vertical */ if (slid_vert) { $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto'); }
/* Initialisation du caroussel */ $('#fa_ticker_content').jcarousel({ vertical: slid_vert, wrap: 'circular', auto: {switch_ticker.STOP_TIME}, auto_direction: auto_dir, scroll: 1, size: {switch_ticker.SIZE}, height_max: height_max, animation: {switch_ticker.SPEED} }); } else { $('ul#fa_ticker_content li:not(:first)').css('display','none'); $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center'); } }); //]]> </script> <!-- END switch_ticker_new -->
<script type="text/javascript">//<![CDATA[ $(document).ready(function(){ <!-- BEGIN switch_enable_pm_popup --> pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400'); if(pm != null) { pm.focus(); } <!-- END switch_enable_pm_popup --> <!-- BEGIN switch_report_popup --> report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}'); if(report != null) { report.focus(); } <!-- END switch_report_popup --> <!-- BEGIN switch_ticker --> ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME}); <!-- END switch_ticker --> });
<!-- BEGIN switch_login_popup --> var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false; <!-- END switch_login_popup -->
<!-- BEGIN switch_login_popup --> $(document).ready( function() { $(window).resize(function() { var windowWidth = document.documentElement.clientWidth; var popupWidth = $("#login_popup").width(); var mypopup = $("#login_popup");
$("#login_popup").css({ "left": windowWidth/2 - popupWidth/2 }); }); }); <!-- END switch_login_popup --> //]]> </script> {GREETING_POPUP} <!-- BEGIN switch_ticker_new --> <style> .jcarousel-skin-tango .jcarousel-item { text-align:center; width: 10px; }
.jcarousel-skin-tango .jcarousel-item-horizontal { margin-right: {switch_ticker.SPACING}px; }
.jcarousel-skin-tango .jcarousel-item-vertical { margin-bottom: {switch_ticker.SPACING}px; } </style> <!-- END switch_ticker_new --> {HOSTING_JS} <!-- BEGIN google_analytics_code --> <script type="text/javascript"> //<![CDATA[ var _gaq = _gaq || []; _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']); _gaq.push(['_trackPageview']); _gaq.push(['_trackPageLoadTime']);
<!-- BEGIN google_analytics_code_bis --> _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']); _gaq.push(['b._trackPageview']); <!-- END google_analytics_code_bis -->
(function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); //]]> </script> <!-- END google_analytics_code --> <style>
</style> </head> <body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> <!-- BEGIN hitskin_preview --> <div id="hitskin_preview" style="display: block;"> <h1><img src="https://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> <em>Hit</em>skin.com</h1> <div class="content"> <p> {hitskin_preview.L_THEME_SITE_PREVIEW} <br /> <span>{hitskin_preview.U_INSTALL_THEME}<a href="https://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span> </p> </div> </div> <!-- END hitskin_preview -->
<!-- BEGIN switch_login_popup --> <div id="login_popup" style="z-index: 10000 !important;"> <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0"> <tr height="25"> <td class="catLeft"> <span class="genmed module-title">{SITENAME}</span> </td> </tr> <tr height="{LOGIN_POPUP_MSG_HEIGHT}"> <td class="row1" align="left" valign="top"> <div id="login_popup_buttons"> <form action="{S_LOGIN_ACTION}" method="get"> <input type="submit" class="mainoption" value="{L_LOGIN}" /> <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" /> <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" /> </form> </div> <span class="genmed">{LOGIN_POPUP_MSG}</span> </td> </tr> </table> </div> <!-- END switch_login_popup -->
<a name="top"></a> {JAVASCRIPT} <div class="HeaderBackground"> <div class="HeaderRight"></div> <div class="HeaderLeft"></div> <div class="HeaderCenter"></div> </div>
<div class="ContentRight"> <div class="ContentLeft"> <div class="Content">
<table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center"> <tr> <td class="bodyline"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td align="center" width="100%" valign="middle"> <br /> </td> </tr> </table>
<table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}"> <tr> <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td> </tr> </table>
<div style="clear: both;"></div> <br />
<!-- BEGIN switch_user_logged_out --> <div class="LoginBackground"> <div class="LoginLeft"></div> <div class="LoginRight"></div> <div class="Login"> <form action="login"> <input class="post1" name="username" type="text"> <input class="post1" size="10" name="password" type="password"> <input class="radio" name="autologin" checked="checked" type="checkbox"> <input class="mainoption" name="login" value="دخول" type="submit"> </form> </div> </div> <!-- END switch_user_logged_out --> <!-- BEGIN switch_user_logged_in --> <div class="LoginBackground"> <div class="LoginLeft"></div> <div class="LoginRight"></div> <div class="LoggedIn"> {LOGGED_AS} <br />{CURRENT_TIME}<br />{LAST_VISIT_DATE} </div> </div> <!-- END switch_user_logged_in -->
<!-- BEGIN switch_ticker_new --> <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline"> <tr> <td align="left" class="row1"> <div id="fa_ticker_container"> <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none;"> <!-- BEGIN ticker_row --> <li>{switch_ticker.ticker_row.ELEMENT}</li> <!-- END ticker_row --> </ul> </div> </td> </tr> </table> </div> <!-- END switch_ticker_new -->
<!-- BEGIN switch_ticker --> <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline"> <tr> <td align="left" class="row1"> <div id="fa_ticker_container"> <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;"> <div class="fa_ticker_content"> <!-- BEGIN ticker_row --> <div>{switch_ticker.ticker_row.ELEMENT}</div> <!-- END ticker_row --> </div> </div> </div> </td> </tr> </table> </div> <!-- END switch_ticker -->
<div id="page-body">
<div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}> <table cellpadding="0" cellspacing="0" width="100%" class="three-col"> <tbody> <tr> <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<br /> <tbody id="collapseobj_cyb_fh_stats" style=""> <tr align="center"> <td class="catHead" width="25%"><B><FONT color="white">أفضل الأعضاء هذا الشهـر</FONT></B></td> <td class="catHead" width="50%"><div align="center"><B><FONT color="white">آخر المشاركـات</FONT></B></div></td> </tr> <tr valign="top"> <!-- BEGIN giefmod_index1 --> {giefmod_index1.MODVAR} <!-- BEGIN saut --> <div style="height:{SPACE_ROW}px"></div> <!-- END saut --> <!-- END giefmod_index1 --> </tr> </tbody>
</table> <br /> </div> </td></tr> <tr> <td valign="top" width="100%"> <!-- BEGIN html_validation --> </td> </tr> </tbody> </table> </div> </div> </td> </tr> </table> </body> </html> <!-- END html_validation -->
قالب overall_footer_end : - الكود:
-
<script type="text/javascript"> $(document).ready(function() { $('#foo1').carouFredSel({ auto: {pauseDuration: 5000, delay: 375}, prev: '#foo1_prev', next: '#foo1_next', pagination: "#foo1_pag",
}); $('#foo2').carouFredSel({ auto: {pauseDuration: 5000, delay: 375}, prev: '#foo2_prev', next: '#foo2_next', pagination: "#foo2_pag",
});
}); </script> <script type="text/javascript" language="javascript"> $(function() {
$('#foo2').carouFredSel({ auto: true, prev: '#prev2', next: '#next2', pagination: false, mousewheel: true, swipe: { onMouse: true, onTouch: true } });
}); </script>
<!-- BEGIN html_validation --> <!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"> <body> <table> <tr> <td> <div> <div> <div> <!-- END html_validation --> </div> </div> <!-- BEGIN switch_footer_links --> <div align="center"> <div class="gen"> <!-- BEGIN footer_link --> <!-- BEGIN switch_separator --> | <!-- END switch_separator --> <a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a> <!-- END footer_link --> </div> </div> <!-- END switch_footer_links --> </div> {PROTECT_FOOTER} </td> </tr> </table>
</div></div> </div> <div class="FooterBackground"> <div class="FooterRight"></div> <div class="FooterLeft"></div> <div class="FooterCenter"></div> </div>
<!-- BEGIN switch_facebook_login --> <div id="fb-root"></div> <script type="text/javascript"> $(document).ready( function() { $('div.fb-login-button, span.fb-login-button').attr({ "data-scope": "{switch_facebook_login.FB_SCOPE}", "data-max-rows": "{switch_facebook_login.FB_MAX_ROWS}", "data-size": "{switch_facebook_login.FB_BUTTON_SIZE}", "data-show-faces": "{switch_facebook_login.FB_SHOW_FACES}", "data-auto-logout-link": "{switch_facebook_login.FB_AUTO_LOGOUT}" }); $('div.fb-login-button, span.fb-login-button').each(function() { if(typeof $(this).attr('onlogin') == typeof undefined || $(this).attr('onlogin') === false) { $(this).attr('onlogin', '{switch_facebook_login.FB_ONLOGIN}'); } if($(this).html() == '') { $(this).html('{switch_facebook_login.FB_LABEL}'); } });
FB.init({ appId : "{switch_facebook_login.FB_APP_ID}", cookie : {switch_facebook_login.FB_COOKIE}, xfbml : {switch_facebook_login.FB_XFBML}, oauth : {switch_facebook_login.FB_OAUTH}, version : '{switch_facebook_login.FB_VERSION}' });
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/{switch_facebook_login.FB_LOCAL}/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); }); function onLoginFB() { window.location.replace('{switch_facebook_login.FB_ONLOGIN_URL}') } </script> <!-- END switch_facebook_login --> <script type="text/javascript"> //<![CDATA[ fa_endpage(); //]]> </script> </body> </html> أكواد الـ css المرفقة للستايل : - الكود:
-
/*-------------- ستايل------*/
/* Header */ .HeaderRight{ background-image: url("http://www.m5zn.com/newuploads/2018/06/03/png//5fe81ffe345b153.png"); background-repeat: no-repeat; float: right; height: 610px; width: 229px; }
.HeaderLeft{ background-image: url("http://www.m5zn.com/newuploads/2018/06/03/png//fcca15f747fea5d.png"); background-repeat: no-repeat; float: left; height: 610px; width: 248px; }
.HeaderCenter{ background-image: url("http://www.m5zn.com/newuploads/2018/06/14/png//b0e6f48200e1574.png"); background-repeat: no-repeat; height: 538px; width: 829px; margin:auto; }
.HeaderBackground{ background-image: url("http://www.m5zn.com/newuploads/2018/06/03/png//bd36a1059043071.png"); background-repeat: repeat; height: 610px; }
/* Footer */ .FooterRight{ background-image: url("http://www.m5zn.com/newuploads/2018/06/03/png//7a858065be40fe8.png"); background-repeat: no-repeat; float: right; height: 252px; width: 405px; }
.FooterLeft{ background-image: url("http://www.m5zn.com/newuploads/2018/06/03/png//007cbf8198aa9cd.png"); background-repeat: no-repeat; float: left; height: 252px; width: 248px; }
.FooterBackground{ background-image: url("http://www.m5zn.com/newuploads/2018/06/03/png//233b0222053a16f.png"); background-repeat: repeat; height: 252px; }
/* Content */ .ContentRight{ background-image: url("http://www.m5zn.com/newuploads/2018/06/03/png//988b098aa219d28.png"); background-repeat:repeat-y; background-position: right; padding-right:100px; }
.ContentLeft{ background-image: url("http://www.m5zn.com/newuploads/2018/06/03/png//301fc14ac0c000c.png"); background-repeat:repeat-y; background-position: left; padding-left:100px; }
.Content{ background-image: url("http://www.m5zn.com/newuploads/2018/06/03/png//89ba2a207038537.png"); width: 100%; margin: 0px auto; }
و شكرا مقدما ^^
عدل سابقا من قبل MostWanted في الأحد 28 أكتوبر 2018 - 18:40 عدل 1 مرات | |
|
MostWanted
عدد المساهمات : 703 معدل النشاط : 6726 السُمعة : 21
| موضوع: رد: مشكلة ظهور فراغ أعلى الفوتر - تومبيلات - السبت 27 أكتوبر 2018 - 18:30 | |
| | |
|
الساعي
عدد المساهمات : 1867 معدل النشاط : 7958 السُمعة : 45
| موضوع: رد: مشكلة ظهور فراغ أعلى الفوتر - تومبيلات - السبت 27 أكتوبر 2018 - 18:41 | |
| - MostWanted كتب:
بسم الله الرحمن الرحيم السلام عليكم و رحمة الله و بركآته هناك مشكلة تؤرقنا منذ فترة طويلة في المنتدى و حاولنا حلها عدة مرات لكن للأسف دون فائدة فخبرتنا في الأكواد محدودة جدا .. الصورة توضح : للمعاينة مباشرة في المنتدى : http://www.theb3st.comالفوتر جهة اليمين يظهر بشكل طبيعي و ملتصق تماما بالـ Content لكن من جهة اليسار يظهر فراغ ! لونه نفس لون الخلفية ! نرجو أن تساعدوني في ايجاد حل مناسب لهذه المشكلة ليظهر الستايل بشكله المناسب و الكامل .. قالب overall_header : - الكود:
-
<!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" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}> <head> <title>{SITENAME_TITLE}{PAGE_TITLE}</title> <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" /> <meta http-equiv="content-script-type" content="text/javascript" /> <meta http-equiv="content-style-type" content="text/css" /> <!-- BEGIN switch_compat_meta --> <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" /> <!-- END switch_compat_meta --> <!-- BEGIN switch_canonical_url --> <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" /> <!-- END switch_canonical_url --> {META_FAVICO} {META} {META_FB_LIKE} <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" /> {T_HEAD_STYLESHEET} {CSS} <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" /> <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" /> <script src="{JQUERY_PATH}" type="text/javascript"></script> <!-- BEGIN switch_recent_jquery --> <script src="{JS_DIR}jquery1.9/jquery-migrate-1.4.1.js" type="text/javascript"></script> <script src="{JQUERY_DIR}browser/v1.0/jquery.browser.min.js" type="text/javascript"></script> <script src="{JQUERY_DIR}support/jquery.support.js" type="text/javascript"></script> <!-- END switch_recent_jquery --> <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script> {RICH_SNIPPET_GOOGLE}
<!-- BEGIN switch_fb_login --> <script src="https://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script> <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script> <!-- END switch_fb_login -->
<!-- BEGIN switch_ticker --> <link type="text/css" rel="stylesheet" href="{JQUERY_DIR}ticker/ticker.css" /> <script src="{JQUERY_DIR}/ticker/ticker.js" type="text/javascript"></script> <!-- END switch_ticker -->
<!-- BEGIN switch_ticker_new --> <script src="{JQUERY_DIR}jcarousel/jquery.jcarousel.js" type="text/javascript"></script> <script type="text/javascript">//<![CDATA[ /* Definir le sens de direction en fonction du panneau admin */ var tickerDirParam = "{switch_ticker.DIRECTION}"; var slid_vert = false; var auto_dir = 'next'; var h_perso = parseInt({switch_ticker.HEIGHT});
switch( tickerDirParam ) { case 'top' : slid_vert = true; break; case 'left': break; case 'bottom': slid_vert = true; auto_dir = 'prev'; break; case 'right': auto_dir = 'prev'; break; default: slid_vert = true; }
$(document).ready(function() { var w_cont = $('#fa_ticker_container').width();
if (w_cont > 0) { $('#fa_ticker_container').width(w_cont);
/* Affichage de la liste */ $('#fa_ticker_content').css('display','block');
/* Calcul des dimensions du conteneur et des elements */ var width_max = $('ul#fa_ticker_content').width(); var width_item = Math.floor(width_max / {switch_ticker.SIZE}); var height_max = h_perso;
/* Calcul de la hauteur maximale du conteneur en fonction des elements et de la hauteur personnalisee dans l'admin */ $('ul#fa_ticker_content li').each( function () { if ($(this).height() > height_max) { height_max = $(this).height(); } } );
/* Redimensionnement des elements et des images trop larges */ $('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () { if ($(this).width() > width_item) { var ratio = $(this).width() / width_item; var new_height = Math.round($(this).height() / ratio); $(this).height(new_height).width(width_item); } });
/* Redimensionnement et centrage du conteneur en mode vertical */ if (slid_vert) { $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto'); }
/* Initialisation du caroussel */ $('#fa_ticker_content').jcarousel({ vertical: slid_vert, wrap: 'circular', auto: {switch_ticker.STOP_TIME}, auto_direction: auto_dir, scroll: 1, size: {switch_ticker.SIZE}, height_max: height_max, animation: {switch_ticker.SPEED} }); } else { $('ul#fa_ticker_content li:not(:first)').css('display','none'); $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center'); } }); //]]> </script> <!-- END switch_ticker_new -->
<script type="text/javascript">//<![CDATA[ $(document).ready(function(){ <!-- BEGIN switch_enable_pm_popup --> pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400'); if(pm != null) { pm.focus(); } <!-- END switch_enable_pm_popup --> <!-- BEGIN switch_report_popup --> report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}'); if(report != null) { report.focus(); } <!-- END switch_report_popup --> <!-- BEGIN switch_ticker --> ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME}); <!-- END switch_ticker --> });
<!-- BEGIN switch_login_popup --> var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false; <!-- END switch_login_popup -->
<!-- BEGIN switch_login_popup --> $(document).ready( function() { $(window).resize(function() { var windowWidth = document.documentElement.clientWidth; var popupWidth = $("#login_popup").width(); var mypopup = $("#login_popup");
$("#login_popup").css({ "left": windowWidth/2 - popupWidth/2 }); }); }); <!-- END switch_login_popup --> //]]> </script> {GREETING_POPUP} <!-- BEGIN switch_ticker_new --> <style> .jcarousel-skin-tango .jcarousel-item { text-align:center; width: 10px; }
.jcarousel-skin-tango .jcarousel-item-horizontal { margin-right: {switch_ticker.SPACING}px; }
.jcarousel-skin-tango .jcarousel-item-vertical { margin-bottom: {switch_ticker.SPACING}px; } </style> <!-- END switch_ticker_new --> {HOSTING_JS} <!-- BEGIN google_analytics_code --> <script type="text/javascript"> //<![CDATA[ var _gaq = _gaq || []; _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']); _gaq.push(['_trackPageview']); _gaq.push(['_trackPageLoadTime']);
<!-- BEGIN google_analytics_code_bis --> _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']); _gaq.push(['b._trackPageview']); <!-- END google_analytics_code_bis -->
(function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); //]]> </script> <!-- END google_analytics_code --> <style>
</style> </head> <body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> <!-- BEGIN hitskin_preview --> <div id="hitskin_preview" style="display: block;"> <h1><img src="https://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> <em>Hit</em>skin.com</h1> <div class="content"> <p> {hitskin_preview.L_THEME_SITE_PREVIEW} <br /> <span>{hitskin_preview.U_INSTALL_THEME}<a href="https://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span> </p> </div> </div> <!-- END hitskin_preview -->
<!-- BEGIN switch_login_popup --> <div id="login_popup" style="z-index: 10000 !important;"> <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0"> <tr height="25"> <td class="catLeft"> <span class="genmed module-title">{SITENAME}</span> </td> </tr> <tr height="{LOGIN_POPUP_MSG_HEIGHT}"> <td class="row1" align="left" valign="top"> <div id="login_popup_buttons"> <form action="{S_LOGIN_ACTION}" method="get"> <input type="submit" class="mainoption" value="{L_LOGIN}" /> <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" /> <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" /> </form> </div> <span class="genmed">{LOGIN_POPUP_MSG}</span> </td> </tr> </table> </div> <!-- END switch_login_popup -->
<a name="top"></a> {JAVASCRIPT} <div class="HeaderBackground"> <div class="HeaderRight"></div> <div class="HeaderLeft"></div> <div class="HeaderCenter"></div> </div>
<div class="ContentRight"> <div class="ContentLeft"> <div class="Content">
<table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center"> <tr> <td class="bodyline"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td align="center" width="100%" valign="middle"> <br /> </td> </tr> </table>
<table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}"> <tr> <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td> </tr> </table>
<div style="clear: both;"></div> <br />
<!-- BEGIN switch_user_logged_out --> <div class="LoginBackground"> <div class="LoginLeft"></div> <div class="LoginRight"></div> <div class="Login"> <form action="login"> <input class="post1" name="username" type="text"> <input class="post1" size="10" name="password" type="password"> <input class="radio" name="autologin" checked="checked" type="checkbox"> <input class="mainoption" name="login" value="دخول" type="submit"> </form> </div> </div> <!-- END switch_user_logged_out --> <!-- BEGIN switch_user_logged_in --> <div class="LoginBackground"> <div class="LoginLeft"></div> <div class="LoginRight"></div> <div class="LoggedIn"> {LOGGED_AS} <br />{CURRENT_TIME}<br />{LAST_VISIT_DATE} </div> </div> <!-- END switch_user_logged_in -->
<!-- BEGIN switch_ticker_new --> <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline"> <tr> <td align="left" class="row1"> <div id="fa_ticker_container"> <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none;"> <!-- BEGIN ticker_row --> <li>{switch_ticker.ticker_row.ELEMENT}</li> <!-- END ticker_row --> </ul> </div> </td> </tr> </table> </div> <!-- END switch_ticker_new -->
<!-- BEGIN switch_ticker --> <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline"> <tr> <td align="left" class="row1"> <div id="fa_ticker_container"> <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;"> <div class="fa_ticker_content"> <!-- BEGIN ticker_row --> <div>{switch_ticker.ticker_row.ELEMENT}</div> <!-- END ticker_row --> </div> </div> </div> </td> </tr> </table> </div> <!-- END switch_ticker -->
<div id="page-body">
<div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}> <table cellpadding="0" cellspacing="0" width="100%" class="three-col"> <tbody> <tr> <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<br /> <tbody id="collapseobj_cyb_fh_stats" style=""> <tr align="center"> <td class="catHead" width="25%"><B><FONT color="white">أفضل الأعضاء هذا الشهـر</FONT></B></td> <td class="catHead" width="50%"><div align="center"><B><FONT color="white">آخر المشاركـات</FONT></B></div></td> </tr> <tr valign="top"> <!-- BEGIN giefmod_index1 --> {giefmod_index1.MODVAR} <!-- BEGIN saut --> <div style="height:{SPACE_ROW}px"></div> <!-- END saut --> <!-- END giefmod_index1 --> </tr> </tbody>
</table> <br /> </div> </td></tr> <tr> <td valign="top" width="100%"> <!-- BEGIN html_validation --> </td> </tr> </tbody> </table> </div> </div> </td> </tr> </table> </body> </html> <!-- END html_validation -->
قالب overall_footer_end : - الكود:
-
<script type="text/javascript"> $(document).ready(function() { $('#foo1').carouFredSel({ auto: {pauseDuration: 5000, delay: 375}, prev: '#foo1_prev', next: '#foo1_next', pagination: "#foo1_pag",
}); $('#foo2').carouFredSel({ auto: {pauseDuration: 5000, delay: 375}, prev: '#foo2_prev', next: '#foo2_next', pagination: "#foo2_pag",
});
}); </script> <script type="text/javascript" language="javascript"> $(function() {
$('#foo2').carouFredSel({ auto: true, prev: '#prev2', next: '#next2', pagination: false, mousewheel: true, swipe: { onMouse: true, onTouch: true } });
}); </script>
<!-- BEGIN html_validation --> <!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"> <body> <table> <tr> <td> <div> <div> <div> <!-- END html_validation --> </div> </div> <!-- BEGIN switch_footer_links --> <div align="center"> <div class="gen"> <!-- BEGIN footer_link --> <!-- BEGIN switch_separator --> | <!-- END switch_separator --> <a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a> <!-- END footer_link --> </div> </div> <!-- END switch_footer_links --> </div> {PROTECT_FOOTER} </td> </tr> </table>
</div></div> </div> <div class="FooterBackground"> <div class="FooterRight"></div> <div class="FooterLeft"></div> <div class="FooterCenter"></div> </div>
<!-- BEGIN switch_facebook_login --> <div id="fb-root"></div> <script type="text/javascript"> $(document).ready( function() { $('div.fb-login-button, span.fb-login-button').attr({ "data-scope": "{switch_facebook_login.FB_SCOPE}", "data-max-rows": "{switch_facebook_login.FB_MAX_ROWS}", "data-size": "{switch_facebook_login.FB_BUTTON_SIZE}", "data-show-faces": "{switch_facebook_login.FB_SHOW_FACES}", "data-auto-logout-link": "{switch_facebook_login.FB_AUTO_LOGOUT}" }); $('div.fb-login-button, span.fb-login-button').each(function() { if(typeof $(this).attr('onlogin') == typeof undefined || $(this).attr('onlogin') === false) { $(this).attr('onlogin', '{switch_facebook_login.FB_ONLOGIN}'); } if($(this).html() == '') { $(this).html('{switch_facebook_login.FB_LABEL}'); } });
FB.init({ appId : "{switch_facebook_login.FB_APP_ID}", cookie : {switch_facebook_login.FB_COOKIE}, xfbml : {switch_facebook_login.FB_XFBML}, oauth : {switch_facebook_login.FB_OAUTH}, version : '{switch_facebook_login.FB_VERSION}' });
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/{switch_facebook_login.FB_LOCAL}/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); }); function onLoginFB() { window.location.replace('{switch_facebook_login.FB_ONLOGIN_URL}') } </script> <!-- END switch_facebook_login --> <script type="text/javascript"> //<![CDATA[ fa_endpage(); //]]> </script> </body> </html> أكواد الـ css المرفقة للستايل : - الكود:
-
/*-------------- ستايل------*/
/* Header */ .HeaderRight{ background-image: url("http://www.m5zn.com/newuploads/2018/06/03/png//5fe81ffe345b153.png"); background-repeat: no-repeat; float: right; height: 610px; width: 229px; }
.HeaderLeft{ background-image: url("http://www.m5zn.com/newuploads/2018/06/03/png//fcca15f747fea5d.png"); background-repeat: no-repeat; float: left; height: 610px; width: 248px; }
.HeaderCenter{ background-image: url("http://www.m5zn.com/newuploads/2018/06/14/png//b0e6f48200e1574.png"); background-repeat: no-repeat; height: 538px; width: 829px; margin:auto; }
.HeaderBackground{ background-image: url("http://www.m5zn.com/newuploads/2018/06/03/png//bd36a1059043071.png"); background-repeat: repeat; height: 610px; }
/* Footer */ .FooterRight{ background-image: url("http://www.m5zn.com/newuploads/2018/06/03/png//7a858065be40fe8.png"); background-repeat: no-repeat; float: right; height: 252px; width: 405px; }
.FooterLeft{ background-image: url("http://www.m5zn.com/newuploads/2018/06/03/png//007cbf8198aa9cd.png"); background-repeat: no-repeat; float: left; height: 252px; width: 248px; }
.FooterBackground{ background-image: url("http://www.m5zn.com/newuploads/2018/06/03/png//233b0222053a16f.png"); background-repeat: repeat; height: 252px; }
/* Content */ .ContentRight{ background-image: url("http://www.m5zn.com/newuploads/2018/06/03/png//988b098aa219d28.png"); background-repeat:repeat-y; background-position: right; padding-right:100px; }
.ContentLeft{ background-image: url("http://www.m5zn.com/newuploads/2018/06/03/png//301fc14ac0c000c.png"); background-repeat:repeat-y; background-position: left; padding-left:100px; }
.Content{ background-image: url("http://www.m5zn.com/newuploads/2018/06/03/png//89ba2a207038537.png"); width: 100%; margin: 0px auto; }
و شكرا مقدما ^^ الأخ العزيز الغالي المشكلة أساسآ في صورة الزاوية اليسرى حيث يوجد في أعلى الصورة اللون الرصاصي كما في هذه الصورة وعليك بإكمال التلوين عن طريق الفوتوشوب وإعادتها إلى وضعها الأصلي . تقبل تحياتي | |
|
الساعي
عدد المساهمات : 1867 معدل النشاط : 7958 السُمعة : 45
| موضوع: رد: مشكلة ظهور فراغ أعلى الفوتر - تومبيلات - السبت 27 أكتوبر 2018 - 18:47 | |
| | |
|
MostWanted
عدد المساهمات : 703 معدل النشاط : 6726 السُمعة : 21
| موضوع: رد: مشكلة ظهور فراغ أعلى الفوتر - تومبيلات - الأحد 28 أكتوبر 2018 - 18:20 | |
| تلك الصورة أخي ليست صورة زاوية اليسار و إنما صورة خلفية الفوتر المتكررة ^^ ( التي تتكرر وسط الفوتر ) أما الصورة الموجودة على اليسار فهذه هي : و كما تلاحظ فلا يوجد فوقها أي لون رصاصي في المكان المعني على اليسار =) ( علما أن المشكلة تكررت مع عدة تصاميم من قبل لذا المشكلة ليست في التصميم و إنما في التكويد ) | |
|
MostWanted
عدد المساهمات : 703 معدل النشاط : 6726 السُمعة : 21
| موضوع: رد: مشكلة ظهور فراغ أعلى الفوتر - تومبيلات - الأحد 28 أكتوبر 2018 - 18:38 | |
| اتضح أن المشكلة كانت في خلفية حقوق أحلى منتدى التي في الأسفل إذ لسبب ما لم تخضع لكود الستايل و بالتالي كانت خلفيتها البيضاء تغطي على الجهة الجانبية للستايل حللت المشكلة بإضافة هذا الكود في الـ CSS: - الكود:
-
#page-footer { width: 100% !important; background-image: url("https://i.imgur.com/mXEIoxa.png"); background-repeat:repeat-y; background-position: left; } تم الحل + يرجى غلق الموضوع | |
|
الساعي
عدد المساهمات : 1867 معدل النشاط : 7958 السُمعة : 45
| موضوع: رد: مشكلة ظهور فراغ أعلى الفوتر - تومبيلات - الأحد 28 أكتوبر 2018 - 18:50 | |
| - MostWanted كتب:
- اتضح أن المشكلة كانت في خلفية حقوق أحلى منتدى التي في الأسفل
إذ لسبب ما لم تخضع لكود الستايل و بالتالي كانت خلفيتها البيضاء تغطي على الجهة الجانبية للستايل حللت المشكلة بإضافة هذا الكود في الـ CSS:
- الكود:
-
#page-footer { width: 100% !important; background-image: url("https://i.imgur.com/mXEIoxa.png"); background-repeat:repeat-y; background-position: left; } تم الحل + يرجى غلق الموضوع
بالتوفيق أخي العزيز الغالي يغلق وللإرشيف | |
|