Hey,
I've added a new Button in the Pagenav for my Portal. But now I got a problem, and it seems to be a bug.
If I open the calendar.php the "background: url(images/gamesmania/pagenav-hover.png) left top repeat-x;" works fine, but on the other Buttons it's not working. Even with the help.php its working.
http://test.clan-numen.eu
But as u can see with no other Button on the Pagenav...
header template
I hope u can help me
btw: as it seems it's doent even working on ur demo-page.
Additional Information:
Tested browser: chrome, ff.
Found a difference in the CSS-Style...
I've added a new Button in the Pagenav for my Portal. But now I got a problem, and it seems to be a bug.
If I open the calendar.php the "background: url(images/gamesmania/pagenav-hover.png) left top repeat-x;" works fine, but on the other Buttons it's not working. Even with the help.php its working.
http://test.clan-numen.eu
But as u can see with no other Button on the Pagenav...
header template
<div id="menu_container">
<div id="pagemenucontainer">
<ul id="pagemenu">
<li class="portal"><a href="{$mybb->settings['bburl']}/portal.php">{$lang->toplinks_portal}</a></li>
<li class="forum"><a href="{$mybb->settings['bburl']}/index.php">{$lang->toplinks_forum}</a></li>
<li class="search"><a href="{$mybb->settings['bburl']}/search.php">{$lang->toplinks_search}</a></li>
<li class="memberlist"><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a></li>
<li class="calendar"><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a></li>
<li class="help"><a href="{$mybb->settings['bburl']}/misc.php?action=help">{$lang->toplinks_help}</a></li>
</ul>
</div>
</div>
and the pagemenu.css#portal #pagemenu li.portal a, #forum #pagemenu li.forum a, #search #pagemenu li.search a, #memberlist #pagemenu li.memberlist a, #help #pagemenu li.help a, #calendar #pagemenu li.calendar a {
color:#fff;
text-decoration: none;
background: url(images/gamesmania/pagenav-hover.png) left top repeat-x;
text-shadow: 0 1px 0 #007c78;
}
I hope u can help me
btw: as it seems it's doent even working on ur demo-page.
Additional Information:
Tested browser: chrome, ff.
Found a difference in the CSS-Style...