Removing the dotted line on links
It's crazy I never knew this in all my CSS years but simply adding an 'outline:none' to the menu item removes that annoying dotted line you see when clicking on links.
It's crazy I never knew this in all my CSS years but simply adding an 'outline:none' to the menu item removes that annoying dotted line you see when clicking on links.
If you need rounded corners to work in the dreaded IE browser versions 6 -8. use an HTC script that you can download here:
Make sure the CSS element is positioned (relative or absolute)
and set the Z-index of the element to the largest number
This is a visual diagram I made of how the CSS stack works for creating subthemes using the Omega theme in Drupal. Hoping this is correct :)