Having issue with my navigation.
-
How can I prevent it?

My CSS file looks like that: http://pastie.org/2241255 -
My width is variable because of class “current”.When some page is active, class current makes it’s link bold (and increases navigation bars width). That’s why i can’t set exact width to #navbar. How can i center navbar with variable width and fill empty place (look at the right side of the image) with color?
My php file looks like that
THX in advance
Have you tried to modify your CSS to include a 100% width for your header? Assuming your header is the
.sf-menu: