42 coaches online • Server time: 15:07
Forum Chat
Log in
Recent Forum Topics goto Post Secret League Americ...goto Post DOTP Season 4goto Post Skittles' Centu...
SearchSearch 
Post new topic   Reply to topic
View previous topic Log in to check your private messages View next topic
MadTias



Joined: Jun 19, 2004

Post   Posted: May 14, 2010 - 15:48 Reply with quote Back to top

This thread should probably be moved to the "User Guide" section and made a sticky.
Shraaaag



Joined: Feb 15, 2004

Post   Posted: May 14, 2010 - 16:20 Reply with quote Back to top

MadTias wrote:
This thread should probably be moved to the "User Guide" section and made a sticky.


I suggest instead, since this thread is quite big, gather all the helpful information throughout this thread and make a new thread on the User Guide section. I'm pretty sure there are some golden tips/tricks found that's not on the first or last page of this thread.

_________________
Image
James_Probert



Joined: Nov 25, 2007

Post   Posted: May 14, 2010 - 16:24 Reply with quote Back to top

Shraaaag wrote:
MadTias wrote:
This thread should probably be moved to the "User Guide" section and made a sticky.


I suggest instead, since this thread is quite big, gather all the helpful information throughout this thread and make a new thread on the User Guide section. I'm pretty sure there are some golden tips/tricks found that's not on the first or last page of this thread.


If no one has done this within a couple of weeks I'll start it after my exams

_________________
Image
Garion



Joined: Aug 19, 2009

Post   Posted: Jul 03, 2010 - 12:00 Reply with quote Back to top

The below HTML works when I am using Internet Explorer but not Firefox. The part that does not work on Firefox is the alt="KILLED" part. When using IE if I hover my cursor over the icon it diplays this text in a little yellow box as intended but on Firefox it does not. Anyone know why this is?

<img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/weblitzer1.gif" alt="KILLED"/></a>
James_Probert



Joined: Nov 25, 2007

Post   Posted: Jul 03, 2010 - 12:08 Reply with quote Back to top

Garion: have a look here http://www.w3schools.com/tags/att_img_alt.asp

the long and the short of it though, is that the alt text should not be shown as a tooltip description, if you want cross browser tooltips, you should use the title attribute, and so your code would look like this: <img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/weblitzer1.gif" title="KILLED" />

_________________
Image
Garion



Joined: Aug 19, 2009

Post   Posted: Jul 03, 2010 - 12:11 Reply with quote Back to top

Thanks for the speedy response as always, this thread is awesome Smile
Shraaaag



Joined: Feb 15, 2004

Post   Posted: Aug 23, 2010 - 20:04 Reply with quote Back to top

Thought I'd mention this since we're talking about tooltip, the new cool player pages have a nice side effect:
add
Code:
onmouseover="showTooltip('<tooltip text>');" onmouseout="hideTooltip();"
to a html element (ie. img, a, td etc...), and you get a tooltip for it similar to the ones on the player statistics.

Note: I asked Christer about it (just to see if this was planned), and he said it's not officially supported and may changed/disappear.

_________________
Image
James_Probert



Joined: Nov 25, 2007

Post   Posted: Nov 05, 2010 - 23:36 Reply with quote Back to top

you know, for such a long thread, there sure is a lot of repetition in here... Laughing

(yes I'm preparing to finally make good on what I've said above about going through it all)

_________________
Image
Garion



Joined: Aug 19, 2009

Post   Posted: Nov 24, 2010 - 09:31 Reply with quote Back to top

I' a little confused about some HTML I have partly done myself and partly stolen from various places.

It all works fine on Internet explorer but it doesn't in firefox for some reason. This is the team - http://fumbbl.com/FUMBBL.php?page=team&op=view&team_id=631573

The problems in firefox are - Firstly the last button doesn't open - the Death list one.

The other strange thing is that on Interent Explorer you can see all the boxes listed but in firefox you can only see the team info button and ocne that has been clicked you can see the others. Anyone understand why this is happening?

The code is below and it is a bit messy but hope someone can help Smile

<a href="http://fumbbl.com/FUMBBL.php?page=group&op=view&group=3449"><img src="http://fumbbl.com/teams/107843.jpg"></a>

<a href="http://fumbbl.com/FUMBBL.php?page=player&player_id=7666830"><img src="http://i62.photobucket.com/albums/h116/Mbuur/hzug1ban.gif" title="Mordue Workie"></a>
<span><input type="button" value="Team Info" style='width:150px;font-size:10px;margin:0px;padding:0px;' onclick="if (this.value == 'Team Info') { this.parentNode.parentNode.getElementsByTagName('span')[1].getElementsByTagName('span')[0].style.display = ''; this.value = 'Hide Info'; } else { this.parentNode.parentNode.getElementsByTagName('span')[1].getElementsByTagName('span')[0].style.display = 'none'; this.value = 'Team Info';}"></span><span><div class="alt2" style='margin: 0px; width:700px; border: 0px solid;'><span style='display: none;'><br><style type="text/css">.nobrtable br { display: none }</style>
<div class="nobrtable">
<table width="700" border="1" >
<tr>
<td bgcolor="black"><font color="white"> <b> Home City: </td>
<td bgcolor="black"><font color="white"> Brewcastle </td>
</tr>
<tr>
<td bgcolor="white"> <b> Stadium name: </td>
<td bgcolor="white"> Brewcastle Breweries </td>
</tr>
<tr>
<td bgcolor="black"><font color="white"> <b> Captain: </td>
<td bgcolor="black"><font color="white"> Mordue Workie </td>
</tr>
<tr>
<td bgcolor="white"> <b>History: </td>
<td bgcolor="white"> Drunk Boxers started off as a Sunday League Street Bowl pub Team. Their popularity grew threw the years thanks to their blood thirsty attitude on the streets and their willingness to get drunk with their fans after everygame and more often than not before every game too. After a number of years playing street bowl a representative from Brewcastle Breweries approached the team with a sponsorship deal and the money required to build their own Stadium inside the brewery walls. Their popularity contiued to grow (despite their poor start to professional Bloodbowl) thanks to the cheap alcohol supplied at all their games. Now Drunk Boxers aim to go all the way and someday win the WIL Premier Division, will their dream come true or will their alcoholic ways take too heavy a toll on the team, only time will tell. </td>
</tr>
<tr>
<td bgcolor="black"> <font color="white"><b> Current Season :</td>
<td bgcolor="black"> <font color="white">Season 19 DB's 1st</td>
</tr>
</table>
</span>
<div><span><input type="button" value="Team Stats" style='width:150px;font-size:10px;margin:0px;padding:0px;' onclick="if (this.value == 'Team Stats') { this.parentNode.parentNode.getElementsByTagName('span')[1].getElementsByTagName('span')[0].style.display = ''; this.value = 'Hide Stats'; } else { this.parentNode.parentNode.getElementsByTagName('span')[1].getElementsByTagName('span')[0].style.display = 'none'; this.value = 'Team Stats';}"></span><span><span style='display: none;'><br><!--
<tr><!--
--> <table id="table9" borderColor="#808080" width="100%" border="3"><!--
--> <tr><!--
--> <td align="middle" width="20%" bgColor="white"><i><!--
--> <font color="black"><b>Record</b></font></i></td><!--
--> <td align="middle" width="40%" bgColor="black"><i><!--
--> <font color="white"><b>Current Season</b></font></i></td><!--
--> <td align="middle" width="40%" bgColor="white"><i><!--
--> <font color="black"><b>All Time</b></font></i></td><!--
--> </tr><!--
--> <tr><!--
--> <td bgColor="black"><font color="white"><b>Man of the Match:</font></td><!--
--> <td ><!-- INSERT Man of the Match--><font color="#000000">?????</font></td><!--
--> <td ><!-- INSERT All time Man of the Match--><font color="#000000">?????</font></td><!--
--> </tr><!--
--> <tr><!--
--> <td bgColor="white"><font color="black"><b>Top Blocker:</font></td><!--
--> <td ><!-- INSERT Top Tackler --><font color="#000000">?????</font></td><!--
--> <td ><!-- INSERT Top Tackler --><font color="#000000">?????</font></td><!--
--> </tr><!--
--> <tr><!--
--> <td bgColor="black"><font color="white"><b>Top Scorer:</font></td><!--
--> <td><!-- TOP SCORER--><font color="000000">?????</font></td><!--
--> <td><!-- INSERT TOP SCORER OF ALL TIME--><font color="000000">?????</font></td><!--
--> </tr><!--
--> <tr><!--
--> <td bgColor="white"><font color="black"><b>Top passer:</font></td><!--
--> <td ><!-- INSERT TOP PASSER--><font color="000000">?????</font></td><!--
--> <td ><!-- INSERT TOP PASSER OF ALL TIME--><font color="000000">?????</font></td><!--
--> </tr><!--
--> <tr><!--
--> <td bgColor="black"><font color="white"><b>Top cas:</font></td><!--
--> <td ><!-- INSERT TOP CAS CAUSER--><font color="000000">?????</font></td><!--
--> <td ><!-- INSERT TOP CAS CAUSER OF ALL TIME--><font color="000000">?????</font></td><!--
--> </tr><!--
--> <tr><!--
--> <td bgColor="white"><font color="black"><b>Top Fouler:</font></td><!--
--> <td ><!-- INSERT TOP FOULER--><font color="000000">?????</font></td><!--
--> <td ><!-- INSERT TOP FOULER OF ALL TIME--><font color="000000">?????</font></td><!--
--> </tr><!--
--> </table><!--
--><br /></div></span>
<div><span><input type="button" value="Trophy Cabinet" style='width:150px;font-size:10px;margin:0px;padding:0px;' onclick="if (this.value == 'Trophy Cabinet') { this.parentNode.parentNode.getElementsByTagName('span')[1].getElementsByTagName('span')[0].style.display = ''; this.value = 'Hide Trophies' ; } else { this.parentNode.parentNode.getElementsByTagName('span')[1].getElementsByTagName('span')[0].style.display = 'none'; this.value = 'Trophy Cabinet';}"></span><span><div class="alt2" style='margin: 0px; width:400px; border: 0px solid;'><span style='display: none;'><img src=http://i27.photobucket.com/albums/c157/spubbbba/Seal19d.gif title="WIL Great Albion Regional Division XIX"> </a><br><b></span></div>

<div><span><input type="button" value="Death List" style='width:150px;font-size:10px;margin:0px;padding:0px;' onclick="if (this.value == 'Death List') { this.parentNode.parentNode.getElementsByTagName('span')[1].getElementsByTagName('span')[0].style.display = ''; this.value = 'Hide The Bodies'; } else { this.parentNode.parentNode.getElementsByTagName('span')[1].getElementsByTagName('span')[0].style.display = 'none'; this.value = 'Death List';}"></span><span><div class="alt2" style='margin: 0px; width:400px; border: 0px solid;'><span style='display: none;'><a href="http://fumbbl.com/FUMBBL.php?page=player&player_id=7666981"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/lmskink1.gif" title="Fowler - Rookie Skink"> </a><br></b></span></div>

_________________
Image
James_Probert



Joined: Nov 25, 2007

Post   Posted: Nov 24, 2010 - 14:49 Reply with quote Back to top

try this:

<a href="http://fumbbl.com/FUMBBL.php?page=group&op=view&group=3449"><img src="http://fumbbl.com/teams/107843.jpg"></a>

<a href="http://fumbbl.com/FUMBBL.php?page=player&player_id=7666830"><img src="http://i62.photobucket.com/albums/h116/Mbuur/hzug1ban.gif" title="Mordue Workie"></a>

<input style='width:150px;' type="button" value="team info" onclick="x=document.getElementById('hide1');if(x.style.display != 'none'){x.style.display = 'none';this.value='team info'}else{x.style.display = 'block';this.value='team info';}"><div id=hide1 style='display:none'><table width="700" border="1" ><!--
--><tr><!--
--><td bgcolor="black"><font color="white"> <b> Home City: </td><!--
--><td bgcolor="black"><font color="white"> Brewcastle </td><!--
--></tr><!--
--><tr><!--
--><td bgcolor="white"> <b> Stadium name: </td><!--
--><td bgcolor="white"> Brewcastle Breweries </td><!--
--></tr><!--
--><tr><!--
--><td bgcolor="black"><font color="white"> <b> Captain: </td><!--
--><td bgcolor="black"><font color="white"> Mordue Workie </td><!--
--></tr><!--
--><tr><!--
--><td bgcolor="white"> <b>History: </td><!--
--><td bgcolor="white"> Drunk Boxers started off as a Sunday League Street Bowl pub Team. Their popularity grew threw the years thanks to their blood thirsty attitude on the streets and their willingness to get drunk with their fans after everygame and more often than not before every game too. After a number of years playing street bowl a representative from Brewcastle Breweries approached the team with a sponsorship deal and the money required to build their own Stadium inside the brewery walls. Their popularity contiued to grow (despite their poor start to professional Bloodbowl) thanks to the cheap alcohol supplied at all their games. Now Drunk Boxers aim to go all the way and someday win the WIL Premier Division, will their dream come true or will their alcoholic ways take too heavy a toll on the team, only time will tell. </td><!--
--></tr><!--
--><tr><!--
--><td bgcolor="black"> <font color="white"><b> Current Season :</td><!--
--><td bgcolor="black"> <font color="white">Season 19 DB's 1st</td><!--
--></tr><!--
--></table></div>

<input style='width:150px;' type="button" value="team stats" onclick="x=document.getElementById('hide2');if(x.style.display != 'none'){x.style.display = 'none';this.value='team stats'}else{x.style.display = 'block';this.value='team stats';}"><div id=hide2 style='display:none'><table id="table9" borderColor="#808080" width="100%" border="3"><!--
--><tr><!--
--><td align="middle" width="20%" bgColor="white"><i><!--
--><font color="black"><b>Record</b></font></i></td><!--
--><td align="middle" width="40%" bgColor="black"><i><!--
--><font color="white"><b>Current Season</b></font></i></td><!--
--><td align="middle" width="40%" bgColor="white"><i><!--
--><font color="black"><b>All Time</b></font></i></td><!--
--></tr><!--
--><tr><!--
--><td bgColor="black"><font color="white"><b>Man of the Match:</font></td><!--
--><td><!-- INSERT Man of the Match--><font color="#000000">?????</font></td><!--
--><td><!-- INSERT All time Man of the Match--><font color="#000000">?????</font></td><!--
--></tr><!--
--><tr><!--
--><td bgColor="white"><font color="black"><b>Top Blocker:</font></td><!--
--><td><!-- INSERT Top Tackler --><font color="#000000">?????</font></td><!--
--><td><!-- INSERT Top Tackler of All Time --><font color="#000000">?????</font></td><!--
--></tr><!--
--><tr><!--
--><td bgColor="black"><font color="white"><b>Top Scorer:</font></td><!--
--><td><!-- TOP SCORER--><font color="000000">?????</font></td><!--
--><td><!-- INSERT TOP SCORER OF ALL TIME--><font color="000000">?????</font></td><!--
--></tr><!--
--><tr><!--
--><td bgColor="white"><font color="black"><b>Top passer:</font></td><!--
--><td><!-- INSERT TOP PASSER--><font color="000000">?????</font></td><!--
--><td><!-- INSERT TOP PASSER OF ALL TIME--><font color="000000">?????</font></td><!--
--></tr><!--
--><tr><!--
--><td bgColor="black"><font color="white"><b>Top cas:</font></td><!--
--><td><!-- INSERT TOP CAS CAUSER--><font color="000000">?????</font></td><!--
--><td><!-- INSERT TOP CAS CAUSER OF ALL TIME--><font color="000000">?????</font></td><!--
--></tr><!--
--><tr><!--
--><td bgColor="white"><font color="black"><b>Top Fouler:</font></td><!--
--><td><!-- INSERT TOP FOULER--><font color="000000">?????</font></td><!--
--><td><!-- INSERT TOP FOULER OF ALL TIME--><font color="000000">?????</font></td><!--
--></tr><!--
--></table></div>

<input style='width:150px;' type="button" value="trophey cabinet" onclick="x=document.getElementById('hide3');if(x.style.display != 'none'){x.style.display = 'none';this.value='trophey cabinet'}else{x.style.display = 'block';this.value='trophey cabinet';}"><div id=hide3 style='display:none'><img src=http://i27.photobucket.com/albums/c157/spubbbba/Seal19d.gif title="WIL Great Albion Regional Division XIX" /></div>

<input style='width:150px;' type="button" value="Show Kills" onclick="x=document.getElementById('hide4');if(x.style.display != 'none'){x.style.display = 'none';this.value='Show Kills'}else{x.style.display = 'block';this.value='Hide The Bodies';}"><div id=hide4 style='display:none'><a href="http://fumbbl.com/FUMBBL.php?page=player&player_id=7666981"><img src="http://www.nicklovick.co.uk/01_Fumbbl/BB7/images/lmskink1.gif" title="Fowler - Rookie Skink"> </a></div>

_________________
Image
Garion



Joined: Aug 19, 2009

Post   Posted: Nov 24, 2010 - 16:03 Reply with quote Back to top

Thanks a million Smile

_________________
Image
The_Murker



Joined: Jan 30, 2011

Post   Posted: May 16, 2011 - 08:09 Reply with quote Back to top

Is it just me or did all of the tiny player icons in team bios disappear? What site or image database can we use to link to the new small player icons? I'm just finding a bunch of dead links. Thanks for any help.

_________________
Image
Join the wait-list. Watch the action. Leave the Empire. Come to Bretonnia!
Garion



Joined: Aug 19, 2009

Post   Posted: May 16, 2011 - 08:10 Reply with quote Back to top

they are on site in the help section

Just click on starting rosters of the race you want the icons from - http://fumbbl.com/help:LRB6RaceStrategy

_________________
Image
The_Murker



Joined: Jan 30, 2011

Post   Posted: May 16, 2011 - 08:43 Reply with quote Back to top

Perfect. Thanks alot.

_________________
Image
Join the wait-list. Watch the action. Leave the Empire. Come to Bretonnia!
WhatBall



Joined: Aug 21, 2008

Post   Posted: Jun 24, 2011 - 17:49 Reply with quote Back to top

Need some help from the html gurus. I am making a league page and want to use input forms to switch between divs to show the general speil, rules, standings, etc.

I have it working so you can click 'standings' or 'stats' and bring up the div (just shows a word for now to test). Now I want to be able to close all the other divs when I open one. E.g. I click Standings, it closes Stats (and the main blurb, etc. once they are in their own divs.)

Is this possible?

https://fumbbl.com/FUMBBL.php?page=group&op=view&group=7447
Display posts from previous:     
 Jump to:   
All times are GMT + 1 Hour
Post new topic   Reply to topic
View previous topic Log in to check your private messages View next topic