Extrem Tutorials
Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

Extrem TutorialsConectare

Peste 500 tutoriale in limba romana.


descriptionImagine langa text  EmptyImagine langa text

more_horiz
Cum pot face si eu asa:

Imagine langa text  2u8gj8y

descriptionImagine langa text  EmptyRe: Imagine langa text

more_horiz
Adaugati asta:

Cod:

.genmed {
margin-left: 5px;}

In Foaie de stil Css

descriptionImagine langa text  EmptyRe: Imagine langa text

more_horiz
Nu merge

descriptionImagine langa text  EmptyRe: Imagine langa text

more_horiz
Salut ,

Pa - Afisare - Culori - Foaie de stil CSS

Cod:

._imghis img:first-child {
height: 32px;
width: 32px;
margin-left: -38px;
margin-top: -10px;
position:relative;
}

descriptionImagine langa text  EmptyRe: Imagine langa text

more_horiz
posteaza index_box sau arunca o privire aici - [Trebuie sa fiti inscris si conectat pentru a vedea acest link]

descriptionImagine langa text  EmptyRe: Imagine langa text

more_horiz

Cod:

<div class="pun-crumbs">
  <p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
  <!-- BEGIN tablehead -->
      <div class="forabg-ipb"><div class="main-head">
        <div class="page-title">{catrow.tablehead.L_FORUM}</div>
      </div>
      <div class="main-content">
        <table cellspacing="0" class="table">
            <tbody class="statused">
  <!-- END tablehead -->
                               
                                  <!-- BEGIN forumrow -->
              <tr>
                  <td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
                    <div id="_guinsoo"> <span class="status" style="padding-top: 0.8%!important;margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
                        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                    </span>
                                                  <br /><h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
                    <br />
                    {catrow.forumrow.FORUM_DESC}
                    <!-- BEGIN switch_moderators_links -->
                    <br />
                    {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                    <!-- END switch_moderators_links -->
                    {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                    <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
                    </div></td>
                                          <td class="tc2"><center>{catrow.forumrow.TOPICS}</center></td>
                                          <td class="tc3"><center>{catrow.forumrow.POSTS}</center></td>
                  <td class="tcr">
                    <div class="avs"><span><p>
                    <!-- BEGIN switch_topic_title -->
                                                        <center> <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
                    <!-- END switch_topic_title -->
                                                          {catrow.forumrow.USER_LAST_POST}</center>
                                                          </p></span></div>
                  </td>
              </tr>
  <!-- END forumrow -->

  <!-- BEGIN tablefoot -->
            </tbody>
        </table>
      </div>
                  <!-- END tablefoot --></div>
  <!-- END catrow -->
  </div>

<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
  <ul>
      <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
      <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
      <li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
  </ul>
  <!-- BEGIN switch_delete_cookies -->
  <p class="right">
      <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
  </p>
  <!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->


P.S: vezi ca a fost modificat odata si sunt niste coduri in el,daca poti sa nu le modifici

descriptionImagine langa text  EmptyRe: Imagine langa text

more_horiz

Cod:

jQuery(function(id) {
jQuery('.forabg-ipb .main-content table.table').each(function() {
jQuery(this).find('#jq_sol_img').append($(this).find('#desc_jq_sol img'));
})});


Cod:

<div class="pun-crumbs">
  <p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
  <!-- BEGIN tablehead -->
      <div class="forabg-ipb"><div class="main-head">
        <div class="page-title">{catrow.tablehead.L_FORUM}</div>
      </div>
      <div class="main-content">
        <table cellspacing="0" class="table">
            <tbody class="statused">
  <!-- END tablehead -->
                               
                                  <!-- BEGIN forumrow -->
              <tr>
                <td id="jq_sol_img"></td>
                  <td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
                    <div id="_guinsoo"> <span class="status" style="padding-top: 0.8%!important;margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
                        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                    </span>
                                                  <br /><h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
                    <br />
                    <p id="desc_jq_sol">{catrow.forumrow.FORUM_DESC}</p>
                    <!-- BEGIN switch_moderators_links -->
                    <br />
                    {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                    <!-- END switch_moderators_links -->
                    {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                    <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
                    </div></td>
                                          <td class="tc2"><center>{catrow.forumrow.TOPICS}</center></td>
                                          <td class="tc3"><center>{catrow.forumrow.POSTS}</center></td>
                  <td class="tcr">
                    <div class="avs"><span><p>
                    <!-- BEGIN switch_topic_title -->
                                                        <center> <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
                    <!-- END switch_topic_title -->
                                                          {catrow.forumrow.USER_LAST_POST}</center>
                                                          </p></span></div>
                  </td>
              </tr>
  <!-- END forumrow -->

  <!-- BEGIN tablefoot -->
            </tbody>
        </table>
      </div>
                  <!-- END tablefoot --></div>
  <!-- END catrow -->
  </div>

<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
  <ul>
      <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
      <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
      <li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
  </ul>
  <!-- BEGIN switch_delete_cookies -->
  <p class="right">
      <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
  </p>
  <!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->

descriptionImagine langa text  EmptyRe: Imagine langa text

more_horiz
Si unde trebuie adaugate x_x?

descriptionImagine langa text  EmptyRe: Imagine langa text

more_horiz
Primul cod in Module > html&javascript > gestiunea codurilor javascript > creeaza un nou cod javascript
Al doilea cod in Afisare > culori > floaie de stil css

descriptionImagine langa text  EmptyRe: Imagine langa text

more_horiz
Salut ,

Pa --> Afisare --> Culori --> Foaie de stil CSS --> Adaugati urmatorul cod :

Cod:

._imghis img:first-child {
height: 32px;
width: 32px;
margin-left: -38px;
margin-top: -10px;
position:relative;
}

descriptionImagine langa text  EmptyRe: Imagine langa text

more_horiz
Deoarece autorul nu a mai aratat interes pentru aceasta problema, topicul va fi inchis si trimis la Probleme Rezolvate.

descriptionImagine langa text  EmptyRe: Imagine langa text

more_horiz
privacy_tip Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum