Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for mowen85

I have a drop down box of a fixed width. That drop down box needs to contain some values that are longer than the desired width. I'm happy for those values to be truncated, but I would like to display the full text in a tooltip (one that I could …

Member Avatar for juliorodmax
-1
2K
Member Avatar for mowen85

The example code below produces two radio buttons, side by side, i.e. [B]O[/B] Keywords [B]O[/B] All Fields Without specifying a width for the selectOneRadio component (which I don't think is the best solution because of user controllable font sizes, etc), "All Fields" wraps across two lines to become: [B]O[/B] All …

0
55
Member Avatar for JFO9696

You can easily embed a Google Map on your website. [LIST=1] [*]Go to [url]http://www.google.com/maps[/url] [*]Select the "My Maps" tab [*]Click the "Create new map" button [*]Sign in (create a google account if you need to) [*]Pan, zoom and add placemarks/lines/shapes to create the map you want and save it [*]Select …

Member Avatar for mowen85
0
108
Member Avatar for OmniX

This solution (only tested in IE) allows you to replicate type="input" components and apply separate styles to the text box and "Browse..." button. [CODE]<form action="#" onsubmit="hiddenFileUpload.disabled = true"> <input type="file" id="hiddenFileUpload" style="display: none;" size="50" accept="*.*" /> <input type="text" id="visibleTextArea" size="50" /> <input type="button" id="visibleBrowseButton" value="Browse..." onclick="hiddenFileUpload.click(); visibleTextArea.value = hiddenFileUpload.value;" /> …

Member Avatar for OmniX
0
164
Member Avatar for mowen85

I have a JSP page with some text boxes. The user fills out the form, clicks the Apply button, the inputs get saved to an Oracle 10.g database. The form can be viewed again and the text boxes are populated with the saved data so the entries can be edited …

Member Avatar for ~s.o.s~
0
267

The End.