Help with New Template Navigation
-
I have been working on creating a new template. I am however having issues with IE 6 compatibility. The new template I am working on resides at:
https://test.myretirementproject.comThe problem I encounter is on the Categories links. The numbers associated with the amount of entries in each categories causes an extra space between each of the buttons. I am using CSS to bump the number up. Here is the CSS I used to style the number:
.catCount{
clear: both;
float:right;
margin: -1.5em 1em 0 0;
font-size: 0.75em;
color:#505050;
font-weight:bold;
position:relative;
}I am using a DS-Customcount plugin for WordPress to allow me to add a style tag to the numbers.
It works great in IE 7 and Firefox, but I am out of ideas on how to remove the gap between the buttons. Any help will be great.
Thanks
Corey
- The topic ‘Help with New Template Navigation’ is closed to new replies.