هنا حل مشكلة الفايرفوكس مع ايقونات الهيدر بالاستايل
المشرفون: alhitary،طاقم الاستايلات
قوانين المنتدى
هذه الساحة للنقاش حول كيفية الاستايلات وليست لحل المشاكل المتعلقه بذلك، مشكلة الاستايل تطرح في موضوع الاستايل نفسه
هذه الساحة للنقاش حول كيفية الاستايلات وليست لحل المشاكل المتعلقه بذلك، مشكلة الاستايل تطرح في موضوع الاستايل نفسه
-
- مشرف سابق
- مشاركات: 763
- اشترك في: الاثنين يونيو 20, 2005 8:30 pm
- مكان: keyboard
- اتصال:
??? ?? ????? ?????????? ?? ??????? ?????? ?????????
?? ?? ??????? ?? ??????? ?????? RC5
آخر تعديل بواسطة the shadow في الاثنين أغسطس 27, 2007 2:35 am، تم التعديل مرة واحدة.
-
- رئيس طاقم الاستايلات
- مشاركات: 2158
- اشترك في: الخميس مارس 27, 2003 10:06 pm
- مكان: Nowhere
- اتصال:
???? ?? ??? ??????? ????? ???? ?? ????? ??????? ?? ????? ?????? ??? ??????? 


أنت مطلوب للإنضمام لفريق phpBBArabia
استمارة دعم الستايلات | موسوعة مشاكل الستايلات | ضوابط إضافة ستايل جديد
مدونتي! | stylerstalk تم افتتاح المنتديات! | عرب تاب
- Atramez_Zeton
- عضو جديد
- مشاركات: 66
- اشترك في: الأربعاء مايو 23, 2007 11:18 pm
???? ??? ??? ??????? ? ??? ??????? ?? ???
??? ?? ??? ?? overall_header.html
? ??? ??? bidi.css
??? ?? ??? ?? overall_header.html
كود: تحديد الكل
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2002-2006 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
{META}
<title>{SITENAME} • <!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}</title>
<!--
phpBB style name: prosilver
Based on style: prosilver (this is the default phpBB3 style)
Original author: Tom Beddard ( http://www.subBlue.com/ )
Modified by:
NOTE: This page was generated by phpBB, the free open-source bulletin board package.
The phpBB Group is not responsible for the content of this page and forum. For more information
about phpBB please visit http://www.phpbb.com
-->
<script type="text/javascript">
// <![CDATA[
var jump_page = '{L_JUMP_PAGE}:';
var on_page = '{ON_PAGE}';
var per_page = '{PER_PAGE}';
var base_url = '{BASE_URL}';
var style_cookie = 'phpBBstyle';
var onload_functions = new Array();
var onunload_functions = new Array();
<!-- IF S_USER_PM_POPUP -->
if ({S_NEW_PM})
{
window.open('{UA_POPUP_PM}', '_phpbbprivmsg', 'height=225,resizable=yes,width=400');
}
<!-- ENDIF -->
/**
* Find a member
*/
function find_username()
{
<!-- IF UA_FIND_USERNAME -->
window.open('{UA_FIND_USERNAME}', '_usersearch', 'height=500, resizable=yes, scrollbars=yes, width=740');
<!-- ENDIF -->
return false;
}
/**
* New function for handling multiple calls to window.onload and window.unload by pentapenguin
*/
window.onload = function()
{
for (i = 0; i <= onload_functions.length; i++)
{
eval(onload_functions[i]);
}
}
window.onunload = function()
{
for (i = 0; i <= onunload_functions.length; i++)
{
eval(onunload_functions[i]);
}
}
// ]]>
</script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>
<!-- IF T_STYLESHEET_LINK and not S_FORCE_EMBED_STYLE -->
<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
<link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />
<link href="{T_THEME_PATH}/normal.css" rel="stylesheet" type="text/css" title="A" />
<link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
<link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />
<!-- ELSE -->
<style type="text/css" media="screen, projection">
{T_THEME_DATA}
</style>
<!-- ENDIF -->
<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->
<!--[if lte IE 7]>
<style>
/* Icon images
---------------------------------------- */
.sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search {
background-position: 100% 50%;
background-repeat: no-repeat;
padding: 1px 0 0 17px;
}
</style>
<![endif]-->
</head>
<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
<div id="wrap">
<a id="top" name="top" accesskey="t"></a>
<div id="page-header">
<div class="headerbar">
<div class="inner"><span class="corners-top"><span></span></span>
<div id="site-description">
<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
<h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION}</p>
<p style="display: none;"><a href="#start_here">{L_SKIP}</a></p>
</div>
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
<div id="search-box">
<form action="{U_SEARCH}" method="post" id="search">
<fieldset>
<input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
<input class="button2" value="{L_SEARCH}" type="submit" /><br />
<a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_HIDDEN_FIELDS}
</fieldset>
</form>
</div>
<!-- ENDIF -->
<span class="corners-bottom"><span></span></span></div>
</div>
<div class="navbar">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="linklist navlinks">
<li><a class="icon-home" href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>
<li class="rightside"><a href="#" onclick="fontsizeup(); return false;" class="fontsize" title="{L_CHANGE_FONT_SIZE}">{L_CHANGE_FONT_SIZE}</a></li>
<!-- IF U_EMAIL_TOPIC --><li class="rightside"><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}" class="sendemail">{L_EMAIL_TOPIC}</a></li><!-- ENDIF -->
<!-- IF U_EMAIL_PM --><li class="rightside"><a href="{U_EMAIL_PM}" title="{L_EMAIL_PM}" class="sendemail">{L_EMAIL_PM}</a></li><!-- ENDIF -->
<!-- IF U_PRINT_TOPIC --><li class="rightside"><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}" accesskey="p" class="print">{L_PRINT_TOPIC}</a></li><!-- ENDIF -->
<!-- IF U_PRINT_PM --><li class="rightside"><a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p" class="print">{L_PRINT_PM}</a></li><!-- ENDIF -->
</ul>
<ul class="linklist">
<!-- IF not S_IS_BOT -->
<!-- IF S_USER_LOGGED_IN -->
<li>
<a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="u" class="icon-ucp">{L_PROFILE}</a>
<!-- IF S_DISPLAY_PM --> (<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>)<!-- ENDIF --> •
<a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
<!-- IF U_RESTORE_PERMISSIONS --> •
<a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>
<!-- ENDIF -->
</li>
<!-- ENDIF -->
<!-- ENDIF -->
<li class="rightside">
<a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}" class="icon-faq">{L_FAQ}</a>
<!-- IF not S_IS_BOT -->
<!-- IF S_DISPLAY_MEMBERLIST --><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}" class="icon-members">{L_MEMBERLIST}</a> <!-- ENDIF -->
<!-- IF not S_USER_LOGGED_IN --><a href="{U_REGISTER}" class="icon-register">{L_REGISTER}</a> <!-- ENDIF -->
<a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l" class="icon-logout">{L_LOGIN_LOGOUT}</a>
<!-- ENDIF -->
</li>
</ul>
<span class="corners-bottom"><span></span></span></div>
</div>
</div>
<a name="start_here"></a>
<div id="page-body">
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
<div id="message" class="rules">
<div class="inner"><span class="corners-top"><span></span></span>
<strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- ENDIF -->
كود: تحديد الكل
/* proSilver RTL definitions
---------------------------------------- */
/**
* common.css
*/
.rtl h1 {
margin-right: 0;
margin-left: 200px;
}
.rtl p.right {
text-align: left;
}
/* Main blocks
---------------------------------------- */
.rtl #logo {
float: right;
padding: 10px 10px 0 30%;
}
/* Search box
--------------------------------------------- */
.rtl #search-box {
float: left;
text-align: left;
margin-right: 0;
margin-left: 5px;
}
.rtl #search-box li {
text-align: left;
}
.rtl #search-box img {
margin-right: 0;
margin-left: 3px;
}
.rtl #site-description {
float: right;
}
.rtl #site-description h1 {
margin-left: 0;
}
/* Round cornered boxes and backgrounds
---------------------------------------- */
.rtl .post {
background-position: 0 0;
}
/* Horizontal lists
----------------------------------------*/
.rtl ul.linklist li {
float: right;
margin-right: 0;
margin-left: 5px;
}
.rtl ul.linklist li.rightside, .rtl p.rightside {
float: left;
margin-right: 5px;
margin-left: 0;
text-align: left;
}
/* Table styles
----------------------------------------*/
.rtl table.table1 thead th {
padding: 0 3px 4px 0;
}
.rtl table.table1 thead th span {
padding-left: 0;
padding-right: 7px;
}
.rtl table.table1 tbody th {
text-align: right;
}
/* Specific column styles */
.rtl table.table1 .name { text-align: right; }
.rtl table.table1 .joined { text-align: right; }
.rtl table.table1 .active { text-align: right; }
.rtl table.table1 .info { text-align: right; }
.rtl table.table1 thead .autocol { padding-left: 0; padding-right: 1em; }
.rtl table.table1 span.rank-img {
float: left;
}
.rtl table.info tbody th {
text-align: left;
}
.rtl .forumbg table.table1 {
margin: 0 -1px -1px -2px;
}
/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts
Also see tweaks.css */
.rtl .column1 {
float: right;
clear: right;
}
.rtl .column2 {
float: left;
clear: left;
}
/* General classes for placing floating blocks */
.rtl .left-box {
float: right;
text-align: right;
}
.rtl .right-box {
float: left;
text-align: left;
}
.rtl dl.details dt {
float: right;
text-align: left;
}
.rtl dl.details dd {
margin-right: 16em;
margin-left: 0;
padding-right: 5px;
padding-left: 0;
}
/* Pagination
---------------------------------------- */
.rtl .pagination {
text-align: left;
float: left;
padding-left: 5px;
}
/* Pagination in viewforum for multipage topics */
.rtl .row .pagination {
float: left;
padding: 1px 0 1px 15px;
}
.rtl .pagination span {
direction: ltr;
}
.rtl .pagination span.page-sep {
display: inline;
visibility: hidden;
position: absolute;
}
/* Miscellaneous styles
---------------------------------------- */
.rtl #forum-permissions {
float: left;
padding-right: 5px;
padding-left: 0;
margin-right: 5px;
margin-left: 0;
text-align: left;
}
.rtl .forabg {
width: 99%; /* fix for IE6 */
}
.rtl .forumbg {
width: 99%; /* fix for IE6 */
}
/**
* links.css
*/
/* Back to top of page */
.rtl .back2top {
text-align: left;
}
.rtl a.top {
float: left;
}
.rtl a.top2 {
padding-left: 0;
padding-right: 15px;
}
/**
* content.css
*/
.rtl ul.topiclist dt {
float: right;
}
.rtl ul.topiclist dl {
position: static; /* fix for IE6 */
}
.rtl ul.topiclist dd {
float: right;
border-right-width: 1px;
border-right-style: solid;
border-left: none;
}
.rtl ul.topiclist li.row dt a.subforum {
padding: 0 0 0 12px;
background-position: 100% 100%;
position: static;
}
.rtl .forum-image {
float: right;
margin-right: 0;
margin-left: 5px;
}
.rtl li.header dt, .rtl li.header dd {
border-right-width: 0;
}
.rtl li.header dd {
margin-left: 0;
margin-right: 1px;
}
.rtl dl.icon {
background-position: 99.5% 50%;
}
.rtl li.header dl.icon dt {
/* Tweak for headers alignment when folder icon used */
padding-right: 0;
padding-left: 44px;
}
.rtl dl.icon dt {
padding-left: 0;
padding-right: 45px; /* Space for folder icon */
background-position: 99.5% 95%; /* Position of topic icon */
}
.rtl dd.lastpost span, .rtl ul.topiclist dd.searchby span, .rtl ul.topiclist dd.info span, .rtl ul.topiclist dd.time span, .rtl dd.redirect span, .rtl dd.moderation span {
padding-left: 0;
padding-right: 5px;
}
.rtl dd.mark {
float: left !important;
}
.rtl ul.topiclist dd.searchextra {
margin-left: 0;
margin-right: 5px;
border-right: none;
}
/* Post body styles
----------------------------------------*/
.rtl .postbody {
float: right;
}
/* Topic review panel
----------------------------------------*/
.rtl #topicreview {
padding-right: 0;
padding-left: 5px;
}
/* Content container styles
----------------------------------------*/
.rtl .content ul, .rtl .content ol {
margin-right: 3em;
margin-left: 0;
}
/* Post author */
.rtl p.author {
margin: 0 0 0.6em 15em;
}
.rtl .signature {
clear: right;
}
.rtl .notice {
clear: right;
}
/* Jump to post link for now */
.rtl ul.searchresults {
text-align: left;
}
/* BB Code styles
----------------------------------------*/
/* Quote block */
.rtl blockquote {
margin: 0.5em 25px 0 1px;
}
.rtl blockquote blockquote {
/* Nested quotes */
margin: 0.5em 15px 0 1px;
}
.rtl blockquote cite {
/* Username/source of quoter */
margin-right: 20px;
margin-left: 0;
}
.rtl blockquote dl.codebox {
margin-right: 0;
}
.rtl code {
direction: ltr;
}
/* Attachments
----------------------------------------*/
.rtl .attachbox {
float: right;
margin: 5px 0 5px 5px;
clear: right;
}
.rtl .attachbox dd {
clear: right;
}
.rtl .attachbox p {
clear: right;
}
.rtl .attachbox p.stats {
clear: right;
}
/* Post poll styles
----------------------------------------*/
.rtl fieldset.polls dt {
text-align: right;
float: right;
border-left: none;
}
.rtl fieldset.polls dd {
float: right;
border-right: none;
margin-right: 0;
}
.rtl fieldset.polls dd div {
text-align: left;
}
.rtl .pollbar1, .rtl .pollbar2, .rtl .pollbar3, .rtl .pollbar4, .rtl .pollbar5 {
border-left-width: 1px;
border-left-style: solid;
border-right: none;
}
/* Poster profile block
----------------------------------------*/
.rtl .postprofile {
border-left: none;
border-right-width: 1px;
border-right-style: solid;
float: left;
/* text-align: right; */
}
.rtl .pm .postprofile {
border-right-width: 1px;
border-right-style: solid;
border-left: none;
}
.rtl .postprofile dd, .rtl .postprofile dt {
margin-left: 0;
margin-right: 8px;
}
.rtl .online {
background-position: 0 0;
}
.rtl dl.pmlist dd {
margin-right: 61% !important;
margin-left: 0 !important;
}
/**
* buttons.css
*/
/* Rollover buttons
Based on: http://wellstyled.com/css-nopreload-rollovers.html
----------------------------------------*/
.rtl .buttons {
float: right;
}
/* Rollover state */
.rtl .buttons div {
margin: 0 1px 0 5px;
}
/* Sub-header (navigation bar)
--------------------------------------------- */
.rtl a.print, .rtl a.sendemail, .rtl a.fontsize {
text-align: right;
}
/* Icon images
---------------------------------------- */
.sitehome, .icon-faq, .icon-members, .icon-home, .icon-ucp, .icon-register, .icon-logout,
.icon-bookmark, .icon-bump, .icon-subscribe, .icon-unsubscribe, .icon-pages, .icon-search {
background-position: 100% 50%;
background-repeat: no-repeat;
padding: 1px 17px 0 0;
}
/* Poster profile icons
----------------------------------------*/
/* Rollover state */
.rtl .postprofile ul.profile-icons li {
float: right;
margin: 0 0 3px 6px;
}
/* Positioning of moderator icons */
.rtl .postbody ul.profile-icons {
float: left;
}
/**
* cp.css
*/
/* proSilver Control Panel Styles
---------------------------------------- */
/* Main CP box
----------------------------------------*/
.rtl #cp-menu {
float: right;
}
.rtl #cp-main {
float: right;
}
.rtl #cp-main .panel ol {
margin-right: 2em;
margin-left: 0;
}
.rtl #cp-main .pagination {
float: left;
}
.rtl #cp-main .buttons {
margin-right: 0;
margin-left: 0;
}
/* CP tabbed menu
----------------------------------------*/
.rtl #tabs {
margin: 20px 7px -1px 0;
}
.rtl #tabs a {
float: right;
}
/*.rtl #tabs a span {
float: right;
}*/
/* Mini tabbed menu used in MCP
----------------------------------------*/
.rtl #minitabs {
margin: -20px 0 0 7px;
}
.rtl #minitabs li {
float: left;
margin-right: 2px;
margin-left: 0;
}
/* UCP navigation menu
----------------------------------------*/
/* Preferences pane layout
----------------------------------------*/
.rtl #cp-main h2 {
margin-left: 0;
margin-right: 10px;
}
/* Friends list */
.rtl .cp-mini {
margin: 10px 5px 10px 15px;
}
/* PM Styles
----------------------------------------*/
/* Defined rules list for PM options */
.rtl ol.def-rules {
padding-right: 0;
}
/* PM marking colours */
.rtl .pm-legend {
border-right-width: 10px;
border-right-style: solid;
border-left-width: 0;
padding-left: 0;
padding-right: 3px;
}
/* Avatar gallery */
.rtl #gallery label {
float: right;
}
/**
* forms.css
*/
/* General form styles
----------------------------------------*/
.rtl option {
padding-right: 0;
padding-left: 1em;
}
.rtl label {
padding-right: 0;
padding-left: 5px;
}
/* Definition list layout for forms
---------------------------------------- */
.rtl fieldset dt {
float: right;
text-align: right;
}
.rtl fieldset dd {
margin-left: 0;
margin-right: 41%;
}
/* Specific layout 1 */
.rtl fieldset.fields1 dt {
border-left-width: 0;
border-right-width: 1px;
}
.rtl fieldset.fields1 dd {
margin-right: 10em;
margin-left: 0;
border-right-width: 0;
border-left-width: 1px;
}
/* Specific layout 2 */
.rtl fieldset.fields2 dt {
border-right-width: 1px;
border-left-width: 0;
}
.rtl fieldset.fields2 dd {
margin-right: 16em;
margin-left: 0;
border-left-width: 1px;
border-right-width: 0;
}
/* Form elements */
.rtl dt label {
text-align: right;
}
.rtl dd input, .rtl dd textarea {
margin-left: 3px;
margin-right: 0;
}
/* Quick-login on index page */
.rtl fieldset.quick-login input.inputbox {
margin-left: 5px;
margin-right: 0;
}
.rtl fieldset.quick-login label {
padding-left: 2px;
padding-right: 0;
}
/* Display options on viewtopic/viewforum pages */
.rtl fieldset.display-options label {
padding-left: 2px;
padding-right: 0;
}
/* Display actions for ucp and mcp pages */
.rtl fieldset.display-actions {
text-align: left;
padding-left: 1em;
padding-right: 0;
}
.rtl fieldset.display-actions label {
padding-left: 2px;
padding-right: 0;
}
/* MCP forum selection*/
.rtl fieldset.forum-selection {
float: left;
}
.rtl fieldset.forum-selection2 {
float: left;
}
/* Jumpbox */
.rtl fieldset.jumpbox {
text-align: left;
}
.rtl fieldset.quickmod {
float: left;
text-align: left;
}
/* Posting page styles
----------------------------------------*/
/* Emoticons panel */
.rtl #smiley-box {
float: left;
}
/* Form button styles
---------------------------------------- */
/* Topic and forum Search */
.rtl .search-box {
margin-right: 5px;
margin-left: 0;
float: right;
}
.rtl input.search {
background-position: right 1px;
padding-right: 17px;
padding-left: 0;
}
/**
* tweaks.css
*/
* html .rtl #search-box {
margin-left: 35px;
margin-right: 0;
}
الاطرميز واحد بس الزيتون كتير و متنوع
-
- مشرف سابق
- مشاركات: 659
- اشترك في: الثلاثاء يوليو 25, 2006 8:36 pm
- مكان: فـلـسـطـيـن
-
- مشرف سابق
- مشاركات: 763
- اشترك في: الاثنين يونيو 20, 2005 8:30 pm
- مكان: keyboard
- اتصال:
????? ????? ??? ?? ???? ?? ??????? ??????
??? ?????? ??? ???? ????? ?? ?????? ???? ???? ????? ?? padding-left
? padding-right ????? ?? ?????
??? ???? ?????? ?? ?????? ??? ??????
????? ?????? ??? Css ??? ??????? ????
-moz-padding-start
?
-moz-padding-end
??? ??????? ?????? ???? ???? ?? ???????? ?????? ???
???? ???? ?????? ??????? ?????? ?? ?????????
??? saanina,
??? ?????? ??????? ??????
http://www.mozilla.org/developer/#builds
??
http://ftp.mozilla.org/pub/mozilla.org/ ... est-trunk/

??? ?????? ??? ???? ????? ?? ?????? ???? ???? ????? ?? padding-left
? padding-right ????? ?? ?????
??? ???? ?????? ?? ?????? ??? ??????
????? ?????? ??? Css ??? ??????? ????
-moz-padding-start
?
-moz-padding-end
??? ??????? ?????? ???? ???? ?? ???????? ?????? ???
???? ???? ?????? ??????? ?????? ?? ?????????

??? saanina,
??? ?????? ??????? ??????
http://www.mozilla.org/developer/#builds
??
http://ftp.mozilla.org/pub/mozilla.org/ ... est-trunk/
???? the shadow,
????? ?????? float ??? ????????? ???? linklist ... ??? ?? ?????????? .. ???? ???? ????? ???
??? ?????? ???? ???? ...
??? ???? ??????? ???????? .. ??? ????? .. ????? ?? ???????
??? ????? ??????? ?????? .. ?????? ??? ??? ???????? .. ???? ????? ?? ??? ?????? ???? ????? ???? ????? ????? ????? ???? ???? ?? ?? ???? ?? ??? ..
????
????? ?????? float ??? ????????? ???? linklist ... ??? ?? ?????????? .. ???? ???? ????? ???
??? ?????? ???? ???? ...
??? ???? ??????? ???????? .. ??? ????? .. ????? ?? ???????

??? ????? ??????? ?????? .. ?????? ??? ??? ???????? .. ???? ????? ?? ??? ?????? ???? ????? ???? ????? ????? ????? ???? ???? ?? ?? ???? ?? ??? ..
????


[الإنسان لا يدرك قيمة الأشياء المجانيه التي تعرض له ..
ويتعامل معها بإستخفاف .. أو على الأقل يشعر أنها حق
له .. أو واجب على الطرف الآخر ...]
-
- مشرف سابق
- مشاركات: 763
- اشترك في: الاثنين يونيو 20, 2005 8:30 pm
- مكان: keyboard
- اتصال:
????? ?? ???? ??? ???? ???? ???????? ???
???? ????? ???? ????? ??? ??
Internet Explorer
Firefox
Flock
Opera
...
???? ?? RTL ? LTR
??? ??? ????? ?? ???? ?? ???? ?
???? ??? ???? phpbbx????? ?????
??? ?????? ?????? ???? ??????? ?????? ?? ?? ?????????
http://mofaker.6te.net/rc4
?????? 8)
???? ????? ???? ????? ??? ??
Internet Explorer
Firefox
Flock
Opera
...
???? ?? RTL ? LTR
??? ??? ????? ?? ???? ?? ???? ?

??? ?????? ?????? ???? ??????? ?????? ?? ?? ?????????
http://mofaker.6te.net/rc4
?????? 8)
- Atramez_Zeton
- عضو جديد
- مشاركات: 66
- اشترك في: الأربعاء مايو 23, 2007 11:18 pm
الموجودون الآن
المتصفحون للمنتدى الآن: لا يوجد أعضاء مسجلين متصلين و 20 زائرًا