anchor

search page

7 searched posts found

19 Apr 2014
0.71K
No Comments

In html on anchor tag without a href link we had # into href but when we click on that href with # hash its moved scroll to top position of page and add # in end of the page url, and we feeling annoyed on click that link, here

Post in

25 Dec 2016
0.73K
No Comments
List of Font Awesome content cheat sheet updated

Web Application Icons Address book fa-address-book “\f2b9”; Address book o fa-address-book-o “\f2ba”; Address card fa-address-card “\f2bb”; Address card o fa-address-card-o “\f2bc”; Adjust fa-adjust “\f042”; American sign language interpreting fa-american-sign-language-interpreting “\f2a3”; Anchor fa-anchor “\f13d”; Archive fa-archive “\f187”; Area chart fa-area-chart “\f1fe”; Arrows fa-arrows “\f047”; Arrows h fa-arrows-h “\f07e”; Arrows v fa-arrows-v

Post in

17 Sep 2016
4.12K
No Comments
css scroll table body – table freeze panes

By default header of table are moving on top position of table when we scrolling down, so that time we didn’t see the headings of table to identify column value, Here is I have wrote the whole code to set fixed table header in top position of table. Css of

Post in

11 Apr 2014
0.67K
No Comments

Some of designer when they slice layout they create form submit button with a anchor tag and href=”hashtag” and then users cannot able to submit form when they press enter in form fields, I have wrote little code to submit even from don’t have a input type submit button, and

Post in

11 Apr 2014
0.3K
No Comments

We always avoid to use in-line #css in elements and now also avoid to use in-line #javascript events like onclick=”window.location=’http://www.sdtuts.com’;” on elements, and you most need to make element, div redirectable, and maybe we cannot add all of elements in under of #anchor #tag example then I have wrote a

Post in

16 Nov 2013
1.93K
No Comments
Php convert hash into hashtags from content

Mostly the largest social networks like #facebook , #twitter , #soundcloud and other application are using #hashtag functionality to sort their data and live-feed or content. So I have wrote this  tutorial to convert # from content and convert into a #hashtag 1. Define function named sdtutshashtag with a single parameter $post_content In $post_content

Post in

18 Feb 2012
1.28K
No Comments
jQuery CSS Dropdown menu with third level

I am sharing complete code of #jQuery drop down menu, You can easily learn from code and video and copy it and use in your free or commercial website to save time. So lets starts how to create drop down menu with #jQuery at third level of menu. First step

Post in