Header navigation: not 'buttons' anymore?

dutchbb

Well-known member
Sorry if this has been reported before, but the header navigation in beta 3 had clickable buttons (Home, Forums,..) and they seem to be just links now on the XF forums (i.e. not 'block' element).

Is this because of the added snow, or is it a css error that can be fixed?
 
Moved to pre-sales and feedback.

The navigation tabs haven't been changed, there is just a background image which overlays the top half of the tabs, hence why they only work below the lowest edge of the snow graphics.
 
Ok, I was in doubt if it was the snow background, because the problem occurs on every button, but I understand now; the background covers the complete width of the header.

Still, I think the buttons that are more to the center shouldn't be affected if there is no image close to them. But I didn't look at the code so maybe there is no other way to do it.
 
It's one line of css which is why it affects all tabs.
HTML:
background: url(http://xenforo.com/images/shelley_snow_l.png) no-repeat 0% 0%, url(http://xenforo.com/images/shelley_snow_c.png) no-repeat 50% 0%, url(http://xenforo.com/images/shelley_snow_r.png) no-repeat 100% 0%;
 
Top Bottom