Post tagged with "CSS trick"

How to add Style to the Current Page Item in WordPress Navigation By: Vladan | under: Wordpress | October 20, 2011 | Tags: , | 5 Comments

Adding Style to the Current Page Item in Wordpress Navigation

After converting HTML to Wordpress I was realized that I need different style for current page item in Wordpress navigation. Actually it is normal to highlight current page item, but in older Wordpress versions I was using plugin for that.

Now, there is no need for plugin since WP have option for creating custom menu. After several attempts to highlight current menu item, I decided to look into code and find out is there any extra class for that. The extra class is…

How to add spacing on site for mobile and tablet visitors By: Vladan | under: HTML/CSS | September 21, 2011 | Tags: | One comment

Spacing on tablet device - CSS Temple

In last couple of years there are significantly more users that will visit your website with mobile phone or tablet device. As all we know that devices don’t have resolution wider than 1024px so the websites on those devices are reduced to fit on screen. In that case websites are smaller and without left and right space so reading can be a problem for some persons, and from visual aspect they are not nice.

How to Remove Dotted Border on Active Link in Firefox By: Vladan | under: HTML/CSS | April 6, 2011 | Tags: | 2 Comments

To remove dotted border on active link in Firefox is actually easy. It is really gets on nerves when you create whole site for some client and everything is pixel precise on all browsers and all functionalities are also the same on all browsers. But, just as you thought that the project is finished, the client tells you that an active link in Firefox acting strange and have dotted border around it.