Pagina 1 van 1
Vraagje over dit Forum
Geplaatst: 19 feb 2003, 10:52
door Sunstroke
Heey mensen kben hier nieuw..
nou heb ik zelf ook een forum
http://wirdum.visje.biz
en jullie hebben op dit forum
als je over een onderwerp met je muis gaat
wordt hij verlicht...(rolle over)
hoe kan ik dit net zoals jullie maken want ik vind dat wel erg mooi
misschien nog enkele verbeteringen qua kleur ofzo??zeg het maar
Geplaatst: 20 feb 2003, 17:23
door .::Neo::.
Code: Selecteer alles
#####################
## Files te bewerken: 2
## - index_body.tpl
## - viewforum_body.tpl
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/index_body.tpl
#
#-----[ ZOEK ]------------------------------------------
#
<td class="row1" width="100%" height="50"><span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
#
#-----[ VERVANG DOOR ]------------------------------
#
<td class="row1" width="100%" onMouseOver="this.style.backgroundColor='{T_TD_COLOR1}'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="{T_TR_COLOR1}" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'"> <span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
#
#-----[ OPSLAAN & UPLOADEN ]---------------------------
#
templates/subSilver/index_body.tpl
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/viewforum_body.tpl
#
#-----[ ZOEK ]------------------------------------------
#
<td class="row1" width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />
#
#-----[ VERVANG DOOR ]-----------------------------
#
<td class="row1" width="100%" onMouseOver="this.style.backgroundColor='{T_TD_COLOR1}'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="{T_TR_COLOR1}" onclick="window.location.href='{topicrow.U_VIEW_TOPIC}'"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />
#
#-----[ OPSLAAN & UPLOADEN ]--------------------------
#
viewforum_body.tpl
#
#-----[ EOM ]--------------------------------------------
Geplaatst: 21 feb 2003, 10:01
door Sunstroke
heel erg bedankt..zal effe checke!

Geplaatst: 21 feb 2003, 11:03
door Sunstroke
het is gelukt!
en hoe kon je dan die kleuren van die rolle over veranderen het is nu standaard wit./!???alvast bedankt
Geplaatst: 25 feb 2003, 13:14
door White Dust
In dat geval zul je (als ik het zo goed bekijk) de waarde van "Table Cell Colour 1:" moeten veranderen naar de waarde van de gewenste kleur, alles wat gebruik maakt van table cell colour 1 zal in dat geval ook veranderen...
Geplaatst: 25 feb 2003, 13:21
door .::Neo::.
Index_body.tpl
Gewoon veranderen:
<td class="row1" width="100%" onMouseOver="this.style.backgroundColor='KLEURCODE'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="{T_TR_COLOR1}" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'"> <span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
Geplaatst: 28 feb 2003, 09:31
door Sunstroke
heel erg bedankt ..!