We changed the default styling of SwiftPremium to be different from the free version. If you are a fan of the old navigation style, you can get it by adding the following CSS code to user CSS. [css] #nav1-container,#nav2-container{background:#dbdbdb;border:0} .navigation{margin-left:5px} .navigation li a{background:none!important} .navigation li a:hover{background:#EEE} /* For rounded corners*/ #footer-ad-container{padding:8px 0} #nav1-container { -moz-border-radius-bottomleft:
Archives for
CSS tips and hacks
Using SWIFT to build awesome home pages and static sites for corporate clients
Building static sites and complex page layouts is very easy with SWIFT. In this tutorial I will guide you through the process. You don’t need any prior knowledge about HTML or CSS to understand this article. View DEMO SWIFT uses 960.gs 16 grid CSS framework (Don’t worry if you never heard of it). Every grid
Problem with height of div containing floats and inline lists.
Float is one of the most powerful property in CSS, they are the key for many useful layouts and CSS frameworks. When we float a div, image or any other element, it’s taken out the regular document flow. The most common problem due to this property of float is, when we have a div containing