noobstar Posted May 1, 2007 Share Posted May 1, 2007 Good evening everyone I was thinking of adding a sort of like a progress bar to my friend's forum. What it would do is determine how far of the person is from a certain rank i.e. user (joe) has a current rank of Noobie the next rank would be Regular between noobie and regular he needs a total of 30 posts. Now what this should do is basically display a horizontal progress bar from 0-100% how far of they are to that rank. I've seen similar things on other forums but I am not to sure on how to go about this :S Thank you for any replies Link to comment https://forums.phpfreaks.com/topic/49411-solved-progress-bar/ Share on other sites More sharing options...
monk.e.boy Posted May 1, 2007 Share Posted May 1, 2007 Use a <table> The TD can have a percentage with, so if your user has 25%: <table bgcolor="white"><td width="25%" bgcolor="green"> </td><td> </td></table> Something like the above will work. monk.e.boy Link to comment https://forums.phpfreaks.com/topic/49411-solved-progress-bar/#findComment-242145 Share on other sites More sharing options...
noobstar Posted May 1, 2007 Author Share Posted May 1, 2007 Thx heaps for this Link to comment https://forums.phpfreaks.com/topic/49411-solved-progress-bar/#findComment-242147 Share on other sites More sharing options...
ToonMariner Posted May 1, 2007 Share Posted May 1, 2007 you could achive the very same thing with just a simple span or div - much less code. Link to comment https://forums.phpfreaks.com/topic/49411-solved-progress-bar/#findComment-242149 Share on other sites More sharing options...
noobstar Posted May 1, 2007 Author Share Posted May 1, 2007 sweet i will give both a try thank you for the replies guys Link to comment https://forums.phpfreaks.com/topic/49411-solved-progress-bar/#findComment-242157 Share on other sites More sharing options...
monk.e.boy Posted May 1, 2007 Share Posted May 1, 2007 you could achive the very same thing with just a simple span or div - much less code. I don't think div and span percentages work in IE6? Not sure. .pngs, or .gifs are also an option. monk.e.boy Link to comment https://forums.phpfreaks.com/topic/49411-solved-progress-bar/#findComment-242190 Share on other sites More sharing options...
ToonMariner Posted May 1, 2007 Share Posted May 1, 2007 depends what dtd you have and your css... Link to comment https://forums.phpfreaks.com/topic/49411-solved-progress-bar/#findComment-242199 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.