No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
I would be very happy if someone can take a look at this site: > http:??losebucht.de ... and tell me why the drop down menu is hidden below the div called "middle"
solution to what? I dont get it. I do not know if a vertical scroll bar in your portfolio is that user friendly.
I created the following script, but it does not display the decription texts for each option. In the HTML every var shows the correct value: [CODE]$available_methods = $existing_user->getMemberCashoutMethods(); print '<form name="combowithtext">'; print '<select name="example" size="1" onChange="showtext()">'; foreach($available_methods as $method) { print '<option value="'.$method[name].'">'.$method[name].'</option>'; } print '</select>'; print '<input type="button" value="Go!"><br>'; …
The End.
tobik999