| Când dau click pe un forum, iese o paletă. | |
|
sT000
Sex : Mesaje : 27 Free Dollars : 57 Data de inscriere : 2011-08-31 Varsta : 27 Localizare : Aș vrea Australia, dar România
| Subject: Când dau click pe un forum, iese o paletă. Wed Aug 31, 2011 8:27 am | |
| Salut, vă pun și eu o întrebare legată de forumul dvs. Gassy, cum ai făcut pe pagina de start, când pun click-ul pe un forum, apare o paletă cu culori în dreapta... Dacă ești amabil să îmi spui, dacă nu, înțeleg că nu poți dezvălui !
Last edited by Yahoo! on Wed Aug 31, 2011 12:56 pm; edited 1 time in total |
|
| |
Gassy Administrator
Sex : Mesaje : 224 Free Dollars : 599 Data de inscriere : 2011-07-09 Varsta : 29 Localizare : Romania
| Subject: Re: Când dau click pe un forum, iese o paletă. Wed Aug 31, 2011 10:05 am | |
| Buna seara Yahoo!
Subiect mutat in sectiunea corespunzatoare!
Yahoo!, atata timp cat numele subiectului dvs este inexplicit, nici eu, nici un oarecare alt membru de pe acest forum nu va va raspunde la subiect. Va rugam sa va editati titlul subiectului, aveti 24 de ore pentru a face asta, in caz contrar => topic trimis la cos! |
|
| |
sT000
Sex : Mesaje : 27 Free Dollars : 57 Data de inscriere : 2011-08-31 Varsta : 27 Localizare : Aș vrea Australia, dar România
| Subject: Re: Când dau click pe un forum, iese o paletă. Wed Aug 31, 2011 12:56 pm | |
| |
|
| |
puNNcT.
Sex : Mesaje : 38 Free Dollars : 115 Data de inscriere : 2011-08-31 Varsta : 29 Localizare : Stokton , CA
| Subject: Re: Când dau click pe un forum, iese o paletă. Wed Aug 31, 2011 4:55 pm | |
| versiunea ? Daca folosesti phpbb2 & punBB aici codu = > - Code:
-
.td.row2,td.row1.over:hover:hover{ background: url(LINK IMAGINE); background-position:right bottom; background-repeat:no-repeat;
} Daca phpbb3 & Invision codu => - Code:
-
li.row:hover { background-image:url(LINK IMAGINE); background-position:right bottom; background-repeat:no-repeat; } Sper ca`s bune,leam creat acuma pe loc si nu leam incercat. |
|
| |
Gassy Administrator
Sex : Mesaje : 224 Free Dollars : 599 Data de inscriere : 2011-07-09 Varsta : 29 Localizare : Romania
| Subject: Re: Când dau click pe un forum, iese o paletă. Thu Sep 01, 2011 1:53 am | |
| Pe acest forum am folosit urmatoarea metoda (phpBB2): Am inlocuit template-ul index_box cu: - Code:
-
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center"> <tr> <td valign="bottom"> <!-- BEGIN switch_user_logged_in --> <span class="gensmall">{LAST_VISIT_DATE}<br /> {CURRENT_TIME}<br /> </span> <!-- END switch_user_logged_in --> </td> <td class="gensmall" align="right" valign="bottom"> <!-- BEGIN switch_user_logged_in --> <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br /> <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br /> <!-- END switch_user_logged_in --> <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> </td> </tr> </table> <!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th> <th nowrap="nowrap" width="50">{L_TOPICS}</th> <th nowrap="nowrap" width="50">{L_POSTS}</th> <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th> </tr> <!-- END tablehead --> <!-- BEGIN cathead --> <tr> <!-- BEGIN inc --> <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td> <!-- END inc --> <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%"> <h{catrow.cathead.LEVEL} class="hierarchy"> <span class="cattitle"> <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a> </span> </h{catrow.cathead.LEVEL}> </td> <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td> </tr> <!-- END cathead --> <!-- BEGIN forumrow --> <tr> <!-- BEGIN inc --> <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td> <!-- END inc --> <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> </td> <td class="row1 over" id="ceva" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50"> <h{catrow.forumrow.LEVEL} class="hierarchy"> <span class="forumlink"> <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br /> </span> </h{catrow.forumrow.LEVEL}> <span class="genmed">{catrow.forumrow.FORUM_DESC}</span> <span class="gensmall"> <!-- BEGIN switch_moderators_links --> {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS} <!-- END switch_moderators_links --> {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS} </span> </td> <td class="row3" align="center" valign="middle" height="50"> <span class="gensmall">{catrow.forumrow.TOPICS}</span> </td> <td class="row2" align="center" valign="middle" height="50"> <span class="gensmall">{catrow.forumrow.POSTS}</span> </td> <td class="row3 over" align="center" valign="middle" height="50"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span> </td> </tr> <!-- END forumrow --> <!-- BEGIN catfoot --> <tr> <!-- BEGIN inc --> <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td> <!-- END inc --> <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td> </tr> <!-- END catfoot --> <!-- BEGIN tablefoot --> </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
Iar in foaia de stil am adaugat: - Code:
-
#ceva:hover { background: #f0f4f7 url(http://i.imgur.com/f4JTZ.png); background-repeat: no-repeat; background-position:top right; opacity:0.95; filter:alpha(opacity=95); }
|
|
| |
puNNcT.
Sex : Mesaje : 38 Free Dollars : 115 Data de inscriere : 2011-08-31 Varsta : 29 Localizare : Stokton , CA
| Subject: Re: Când dau click pe un forum, iese o paletă. Thu Sep 01, 2011 2:30 am | |
| tot mai simplu e ce am dat eu .. |
|
| |
Gassy Administrator
Sex : Mesaje : 224 Free Dollars : 599 Data de inscriere : 2011-07-09 Varsta : 29 Localizare : Romania
| Subject: Re: Când dau click pe un forum, iese o paletă. Thu Sep 01, 2011 4:31 am | |
| Daca functioneaza, da! |
|
| |
sT000
Sex : Mesaje : 27 Free Dollars : 57 Data de inscriere : 2011-08-31 Varsta : 27 Localizare : Aș vrea Australia, dar România
| Subject: Re: Când dau click pe un forum, iese o paletă. Thu Sep 01, 2011 10:59 am | |
| |
|
| |
Gassy Administrator
Sex : Mesaje : 224 Free Dollars : 599 Data de inscriere : 2011-07-09 Varsta : 29 Localizare : Romania
| Subject: Re: Când dau click pe un forum, iese o paletă. Thu Sep 01, 2011 11:01 am | |
| Cu placere. Inchidem...
Topic rezolvat => Inchis! |
|
| |
Sponsored content
| Subject: Re: Când dau click pe un forum, iese o paletă. | |
| |
|
| |
| Când dau click pe un forum, iese o paletă. | |
|