dear Hans...the project in which I am is on dotnet1.1 .......so
Thanks and How to get solution?any Idea.....
Thanks
Rajasekhar If you have an apple & I have an apple & we exchange our apples, then each of us will still have only 1 apple but if you have an idea & I have an idea & we exchange our ideas, then each of us will have 2 ideas
Marked as answer by mannavas on Oct 08, 2010 12:34 PM
hai Sultani......the link is helpfull.....but how can I pass my Image from Folder(In Websie) to the list.....
Thankyou
Thanks
Rajasekhar If you have an apple & I have an apple & we exchange our apples, then each of us will still have only 1 apple but if you have an idea & I have an idea & we exchange our ideas, then each of us will have 2 ideas
Marked as answer by mannavas on Oct 08, 2010 12:34 PM
hello Thankyou for ur help...In that Example#4 is my requirement.......How can I create those classes in asp.net....to pass flags on lisr
Thanks
Rajasekhar If you have an apple & I have an apple & we exchange our apples, then each of us will still have only 1 apple but if you have an idea & I have an idea & we exchange our ideas, then each of us will have 2 ideas
Marked as answer by mannavas on Sep 29, 2010 05:04 AM
just download the plugin. copy and paste all the folder into a test project. chech the countries.png inside gfx folder these are images so if u want to add more flags u need to edit the image.
then after that insert one option in example 4 something like
Thanks
Rajasekhar If you have an apple & I have an apple & we exchange our apples, then each of us will still have only 1 apple but if you have an idea & I have an idea & we exchange our ideas, then each of us will have 2 ideas
sultani.khal...
Member
275 Points
198 Posts
Re: Dropdown with Countries along with their Flags
Sep 26, 2010 10:50 AM|LINK
hi please check this will help u , check the examples.
http://www.dev4press.com/jquery/jgd-dropdown/
hans_v
All-Star
35986 Points
6550 Posts
Re: Dropdown with Countries along with their Flags
Sep 26, 2010 11:06 AM|LINK
If you're new, why use .NET 1.1???? Download Visual Studio Express 2010 and use .NET 3.5 or even 4.0!
mannavas
Member
48 Points
75 Posts
Re: Dropdown with Countries along with their Flags
Sep 27, 2010 03:53 AM|LINK
dear Hans...the project in which I am is on dotnet1.1 .......so
Thanks and How to get solution?any Idea.....
Rajasekhar
If you have an apple & I have an apple & we exchange our apples, then each of us will still have only 1 apple but if you have an idea & I have an idea & we exchange our ideas, then each of us will have 2 ideas
mannavas
Member
48 Points
75 Posts
Re: Dropdown with Countries along with their Flags
Sep 27, 2010 05:16 AM|LINK
hai Sultani......the link is helpfull.....but how can I pass my Image from Folder(In Websie) to the list.....
Thankyou
Rajasekhar
If you have an apple & I have an apple & we exchange our apples, then each of us will still have only 1 apple but if you have an idea & I have an idea & we exchange our ideas, then each of us will have 2 ideas
mannavas
Member
48 Points
75 Posts
Re: Dropdown with Countries along with their Flags
Sep 27, 2010 06:50 AM|LINK
hello Thankyou for ur help...In that Example#4 is my requirement.......How can I create those classes in asp.net....to pass flags on lisr
Rajasekhar
If you have an apple & I have an apple & we exchange our apples, then each of us will still have only 1 apple but if you have an idea & I have an idea & we exchange our ideas, then each of us will have 2 ideas
sultani.khal...
Member
275 Points
198 Posts
Re: Dropdown with Countries along with their Flags
Sep 27, 2010 11:30 AM|LINK
hi mannav,
just download the plugin. copy and paste all the folder into a test project. chech the countries.png inside gfx folder these are images so if u want to add more flags u need to edit the image.
then after that insert one option in example 4 something like
<select id="example-04">
<option value="BR">Brasil</option>
<option value="FR">France</option>
<option value="DE">Germany</option>
<option value="IN">India</option>
<option value="JP">Japan</option>
<option value="RS">Serbia</option>
<option value="UK">United Kingdom</option>
<option value="US">United States</option>
<option value="Afg">Afghanistan</option>
</select>
3- go to jquery.jgd.dropdown.css and add this at the bottom
.jgd-dropdown.jgd-countries .flag.Afg a {
background-position: 0px -96px;
}
now this will show the map of japan, u need to edit the position according to image in the picture and change some css positions.
hope this will help you .
mannavas
Member
48 Points
75 Posts
Re: Dropdown with Countries along with their Flags
Sep 28, 2010 06:39 AM|LINK
Thank you so much Sultani........I got solution......
these two links are helpfull...........
<div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste"> http://www.jankoatwarpspeed.com/examples/reinventing-drop-down/#</div> <div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste"> http://www.dev4press.com/jquery/jgd-dropdown/</div>http://www.jankoatwarpspeed.com/examples/reinventing-drop-down/#
http://www.dev4press.com/jquery/jgd-dropdown/
Rajasekhar
If you have an apple & I have an apple & we exchange our apples, then each of us will still have only 1 apple but if you have an idea & I have an idea & we exchange our ideas, then each of us will have 2 ideas