Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-16-2008, 03:24 PM   PM User | #1
runnerjp
Regular Coder

 
Join Date: Nov 2006
Posts: 601
Thanks: 1
Thanked 2 Times in 2 Posts
runnerjp can only hope to improve
bbcode buttons

i have made by bbcode but now im trying to pull together some puttons to use with the code but i have come accross soem problems,,,

i have 3 areas i cant figure out how to creat buttons for these are:

colour
size
font

i would like to creat a drop down menu with say

red
blue
black
green

and when one of the colours are selected it sets the code in the box as


ho do i do this?
runnerjp is offline   Reply With Quote
Old 10-17-2008, 01:13 AM   PM User | #2
prowodnik
New to the CF scene

 
Join Date: Oct 2008
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
prowodnik is an unknown quantity at this point
to <head> :
Code:
<script src="/js/prototype.js" type="text/javascript"></script>
<script src="/js/scriptaculous.js"type="text/javascript"></script>
JS-Libs U can find online.

Body:
Code:
<div onclick="javascript: Element.show('usertoolswrap'); window.setTimeout('Effect.DropOut(\'usertoolswrap\', {duration:.3})',4000); return false;" id="usertools_out" class="sitetool">
	<span class="sitetools">You button</span>
<!-- hidden area -->
        <div id="usertoolswrap" style="display: none;">
            <div id="usertools" onclick="javascript: Element.hide('usertoolswrap'); return false;" >
            ...Your html-code here...
            </div>
        </div>
<!-- END hidden area -->
</div>
prowodnik is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:09 AM.


Advertisement
Log in to turn off these ads.