Vraagje over dit Forum

Hulp nodig bij een stijl? Voor zowel XHTML/CSS als grafische vragen uiteraard gerelateerd aan phpBB2. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
Sunstroke
Berichten: 35
Lid geworden op: 19 feb 2003, 10:47
Contacteer:

Vraagje over dit Forum

Bericht door Sunstroke » 19 feb 2003, 10:52

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

Gebruikersavatar
.::Neo::.
Berichten: 551
Lid geworden op: 17 nov 2002, 22:30
Locatie: Nieuw Vennep
Contacteer:

Bericht door .::Neo::. » 20 feb 2003, 17:23

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 ]--------------------------------------------
There are no stupid question's, just stupid people.

Sunstroke
Berichten: 35
Lid geworden op: 19 feb 2003, 10:47
Contacteer:

Bericht door Sunstroke » 21 feb 2003, 10:01

heel erg bedankt..zal effe checke! :bier:
de groeten van rudy ;-)

Sunstroke
Berichten: 35
Lid geworden op: 19 feb 2003, 10:47
Contacteer:

Bericht door Sunstroke » 21 feb 2003, 11:03

het is gelukt!

en hoe kon je dan die kleuren van die rolle over veranderen het is nu standaard wit./!???alvast bedankt
de groeten van rudy ;-)

Gebruikersavatar
White Dust
Berichten: 58
Lid geworden op: 25 feb 2003, 12:04

Bericht door White Dust » 25 feb 2003, 13:14

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...

Gebruikersavatar
.::Neo::.
Berichten: 551
Lid geworden op: 17 nov 2002, 22:30
Locatie: Nieuw Vennep
Contacteer:

Bericht door .::Neo::. » 25 feb 2003, 13:21

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 />
There are no stupid question's, just stupid people.

Sunstroke
Berichten: 35
Lid geworden op: 19 feb 2003, 10:47
Contacteer:

Bericht door Sunstroke » 28 feb 2003, 09:31

heel erg bedankt ..!
de groeten van rudy ;-)

Gesloten