FAQ sections
Q: How do I remove dotted links in Firefox A: Mozilla Firefox produces a dotted outline around links when you click on them. If you wish to remove this add outline:none to the a tag. a { outline: none; } Q: How do i remove the bottom scroll bar in a div? A: overflow-x:hidden;overflow-y:auto; | ||||||

