AlirezaM
-
How to increase or decrease increment speed in javascript?
Actually I want to increase this script's speed of 0 to 100. http://codepen.io/JoshBlackwood/pen/cqDib What's your idea?
-
How to add document ready to a javascript code?
That's it. Now, it's working as I wanted. Thanks amyth91 and Htmlmainiac !!!
-
How to add document ready to a javascript code?
Thank you! But my pages flow is putting js scripts inside head and call them with a custom js file. I really apperciate you If you could help me to doing what I want.
-
How to change this circular progress bar?
Really thanks dear JoshBlackwood!!! Finally I achieved what I want. Now I'm easily using it but if I want to show multiple progresses in a page one of them will work but the others not. How can I make them working in one page?
-
How to add custom style to scrolls
I created this scroll bars in jsfiddle with 2 different versions of jQuery library and found that it's exactly why scrolls don't work in my template. I found there is some code in jQuery 1.4.2 which is different in 1.7.2 version which is …
-
How to use different styles in uniform plugin?
I tried different ways but as I want it to work in all browsers I couldn't make it work. I'll apperciate if anyone help to get what is in my mind.
-
How to change this circular progress bar?
I think there will be a way to doing this. please, help me!
-
problem with 960gs columns
I'll try to show you my issue in jsfiddle. I saw this issue in ie8 but haven't checked in ie 9 and 10
-
How to change rows color in tables
Thanks you very much. It really works very well!!!
-
How to add custom style to scrolls
Thanks Miller! This is exactly what I want but there is a problem. I'm using jQuery 1.7.2 and this plugin is using 1.2.6 version in it's demo pages and when I put this javascript file in my pages other plugins don't wok. How can I …
-
How to add custom style to scrolls
I think there will be a way to creating what I want. Please, help me! Thanks.
-
How to add custom style to scrolls
Thanks but the way you showed is working on webkit browser and I want it to work the same in all major browsers. This plugin is very simple to use and the only problem I have is using different styles for left and right buttons.
-
Why the img is coming 1px down on hover?
Thanks you very much! the first "line-height:0px;" code worked very well. the second code "display:block;" worked as well but with some issues on hovering. Thanks again!
-
How to use different styles in uniform plugin?
How can I use another classes? Is it possible to change javascript file to calls different css classes?
-
How to fix selection issue in Chrome?
Thank you grimski! It fixed the issue! thanks again.
-
How to fix selection issue in Chrome?
I created my accordion here: http://jsfiddle.net/YXQxk/5/ if you click on any item in accordion with chrome browser you will see a yellow selection around thet item. It's exactly my problem.
-
How can I create a toggle with icons?
Thank you scottnix! I used the code and got the result as I wished.
-
How can I create a toggle with icons?
dear greenrobo! You have used 2 images for plus and minus signs with "center right" positions. What about 1 spritesheet? If I want to use 1 spritesheet for those signs how I should change the positions?
-
How can I create a toggle with icons?
Thank you very much greenrobo! It was exactly what I want.
-
How to create a circular progress bar with jquery ui?
Thanks very much mmoustafa! I loved this but it's not interactive and there is no moving. Can you help me to make it moving from 0 to that amount?
-
How to create a circular progress bar with jquery ui?
I want to show you an example of what I want: notice that I doin't whant knob or something like that. I want progress bar which fills from 0 to favorite amount automaticly in every page refresh. if you see there is progress bars in this page…
-
How to overflow the item's shadow?
Hello Pauli_D! Actually I can't use 980 px because I'm working for commercial purpose and I should create it in 960gs which is feature for my customers. And also padding will make the slider not align to one line verticaly with other con…
-
How to overflow the item's shadow?
The code overflow:hidden; is in core of flex-slider and I think it's not good to change the core. I think there is a better way to achieve shadows. I removed the container div of slider (which is in 960gs and is 960px) but the slider floated…
-
How to overflow the item's shadow?
I didn't know it can be shown as overflowed. Actually I have used flex-slider which is using overflow:hidden to hide other slides. Now How can I achieve those shadows for this slider?
-
global or seperately margins?
ok. Then I'll upload the page in a hosting and show you what the exactly problem is. Thanks.
-
global or seperately margins?
Thank you very much for your helping! I have added a codepen link in first comment
-
global or seperately margins?
But my problem is : When I implement my items (elements like accordion, toggle and ...) in other ways they don't look in line. what can I do to achieve the best result?