Not sure this is the most convenient way of doing it but, your nav bar is very short and the overflow is showing,, I would make the nav bar a little longer and then hide the overflow.
So it looks like this under the first part of the Navigation section:
Code:/*Navigation Bar*/
#nav{padding-top:6px; border:none; background:transparent; height:45px; margin-bottom: 0px; overflow: hidden;}
I would also remove this under the headers section since it will look weird once you hide the overflow:
Code:.currency.eleven, .currency.twelve, .currency.thirteen, currency.fourteen, .currency.fifteen, .currency.sixteen, .currency.seventeen, .currency.eighteen, .currency.nineteen, .currency.twenty {margin-top:20px;}
#bc{margin-top:100px}
heh... Hope that helps a little. I'm sure there's a better way of doing it, but since the position of #bc is set to relative the z-index property doesn't work as it's supposed to.


by
Radxen » Thu Dec 29, 2011 12:39 pm