If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

JS code fo shape the Value prompt

Started by Sarayucog, 28 Nov 2011 12:58:35 AM

Previous topic - Next topic

Sarayucog

Hi all,

I wan to shape or cut the edges of the value prompt (it should look like the round shape at the edges). Is it possible with JavaScript. If its possible with JS code please post me this JS code to do the above task.

Your help will be appriciated.
Thanks in advance.

CognosPaul

You might want to look through here: http://roshanbh.com.np/2008/04/how-to-make-rounded-corner-textbox.html for tips on it. The general idea is to wrap the input with a div that has a background image.

CSS 3 allows for rounded corners, unfortunately a vast majority of users do not use browsers that support CSS 3.

Sarayucog

Thanks Paul for your valueble reply.

The same information I got from one of my friend also.