Tagged: CSS

Remove borders on links in Firefox 0

Remove borders on links in Firefox

How to remove dotted border in firefox? After the long search process i found the solution for this. It’s very simple add these below style in your css. a:focus { outline: none; }

CSS Dock Menu 3

CSS Dock Menu

CSS Dock Menu In between the HTML <head> </head>tag, add the following code <script type=”text/javascript” src=”js/jquery.js”></script> <script type=”text/javascript” src=”js/interface.js”></script> <link href=”style.css” rel=”stylesheet” type=”text/css” /> <!–[if lt IE 7]> <style type=”text/css”> .dock img { behavior:...