Scale Component Flex for card-designer [closed] - actionscript-3

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I want To Make Some Ruler (Scale) like Component Which Will Show Inch,Mm,Cm -> etc And Will Change It On Mouse Move... Actually I Want It For Card-Designer / T-Shirt Designer... I Know I Have To Make It From Scratch But If I Use H-Slider Or Just Make It With UI Component ??? Is Someone Have Any Idea About It

You Can HaveIdea From -> https://github.com/org-beeant/InchRuler it is not that you are searching but you will get IDEA for your ruler ... Good Luck

Related

How can I develop this graphic? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I need some advice from you on how to develop a website with this menu. Tips? I tried with div and img, but it's too messed up.
Thank you in advance
Web site from the graph
Have a look on the CSS manipulations with shadows : https://css-tricks.com/almanac/properties/b/box-shadow/
You can also build more advanced structures like this 3D boxes: http://tympanus.net/codrops/2013/08/27/3d-shading-with-box-shadows/

how can I create nav and tab style in bootstrap? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
http://www.w3schools.com/bootstrap/bootstrap_tabs_pills.asp
this page show many type of tab. But i want another style..
I want to mix style nav and tab.
I want to make main style below image.
How can i make this style?
thank you.
Here is a working Demo
I just make a little changes in tab-content
Let me know if that answers your question or any changes you were looking

How to change the images using HTML and CSS? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I don't know whether this question make sense . But i have this doubt .. please clear my doubt
For assumption , i have 5 images ,Is this possible to change 5 images one by one [like slider] using HTML and CSS styles without using jquery and javascript
Yes it is possible. A quick google search took me to this working example with code:
CSS Slider

How to create a link tag cloud [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I need to generate a text link cloud something like the image attached.
As some words are vertical, I am thinking of doing it via CSS3. But it is consuming lot of time.
Do you know any website or any better idea of how I can do it fast?
I am using transform property.
A list of websites:
http://www.edudemic.com/9-word-cloud-generators-that-arent-wordle/
http://www.wordle.net/
http://www.tagxedo.com/app.html
http://www.tagcloud-generator.com/
http://tagcrowd.com/
http://www.tagcloudgenerator.com/
Hope this helps! :)
The 0nline Image Map Editor May helps you to create a link
http://www.maschek.hu/imagemap/imgmap

How can I draw straight lines on AS3 [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I need to draw some straight lines with the mouse and then delete them by clicking the button. How can I do that on AS3?
Help me please
You can find a similar question and useful answers here, also, I found a nice tutorial for you, with example (source code) for a mouse drawing and erase.