Content on this page requires a newer version of Adobe Flash Player.

Get adobe flash player

FAQ sections



  

FAQ sections
Authorised reseller or developer
Content management
» CSS
General
Image / Template manipulation
Questions for SmartDeCat
SEO
SmartDeCat Tips N tricks


RSS feed


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;