rahuldsg
-
Nav Menu is wrapping when browser window is resized.
Hi Paulie, I have created the nav menu structure in codepen. http://codepen.io/rahuldsg/pen/HJdqw Please open it in chrome browser. - Thanks Rahul
-
Nav Menu is wrapping when browser window is resized.
Actually the site is not on the server. The website is not responsive. It is fixed width layout. I am not using media queries. Nav Menu is wrapping when browser window resize using CTRL +, CTRL -. - Thanks Rahul
-
How can I force email programs to show images send in html email?
Hi CrocoDillon, Thanks for the replay. Can you please send me the example of this??
-
jQuery equivalent for css selector progress::-webkit-progress-value
Hi, You'll want to do this $(document).ready(function() { $('#div').html($('#progress').val()); }); or You can try this $('#progress').val(); You can't select using the entire tag with jQuery…
-
***HOW TO DETECT MOBILE DEVICES USING JQUERY***
Hi, You can use this one also. if( /Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent) ) { // some code.. }
-
Why I am not allow to generate the font-face kit for myriad pro
I've fixed this! Chrome likes it when you load the SVG line first. Just move that up in priority. Hmm... someone should tell Font Squirrel. http://stackoverflow.com/a/9041280/1112665 e.g. src: url('geosanslight-webfont.svg#GeosansLightR…
-
Why I am not allow to generate the font-face kit for myriad pro
I am agree with jimsilverman. cufon generate very ugly, non-semantic html. I think @font-face is best option instead of this.