Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Searching for a centered navigation

Asked Modified Viewed 2,649 times
P
ponas
P
ponas 10
SUPERADMIN & CREATOR:
www.lhslbandy.com
  • Member, joined since
  • Contributed 59 posts on the community forums.
  • Started 21 threads in the forums
  • Started this discussions
asked
Member

Hi!
After some though i've come to a conclusion that a centered navigation would be best on my site.
I've searched several pages, but havent until now found something that works well with my theme Red.

Does anyone of you know of a navigation that would work perfectly?

PS:
The navigation has to have dropdowns.
0 replies

9 posts

C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Here is something by that smokeman guy.

http://www.php-fusion.co.uk/infusions/addondb/view.php?addon_id=115
0 replies
P
ponas
P
ponas 10
SUPERADMIN & CREATOR:
www.lhslbandy.com
  • Member, joined since
  • Contributed 59 posts on the community forums.
  • Started 21 threads in the forums
  • Started this discussions
answered
Member

I've allready tried it, but as it's just placeable as a banner, it looks pretty weird ...
Any solutions on how to place it in .. the subheader?

EDIT:
This is the code that i have to paste into the bannerwindow, if it is to any help;
[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]<?php
echo "<table cellspacing='0' cellpadding='0' border='0' style='padding-top: 3px;' width='100%' align='center'>\n<tr>\n
<td align='left'>\n";
include INFUSIONS."css_dropdown_menu/menu.php";
echo "</td>\n</tr>\n
</table>\n";
?>[/syntaxhighlighter]
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Wait for Smokeman to come on or read through the support thread for this addon.
0 replies
P
ponas
P
ponas 10
SUPERADMIN & CREATOR:
www.lhslbandy.com
  • Member, joined since
  • Contributed 59 posts on the community forums.
  • Started 21 threads in the forums
  • Started this discussions
answered
Member

Any suggestions yet? Couldnt find anything in the thread.
0 replies
M
MarcusG
M
Ex Senior Dev.
  • Member, joined since
  • Contributed 182 posts on the community forums.
  • Started 5 threads in the forums
answered
Member

Make your own one with this tutorial: http://net.tutsplus.com/tutorials/html-css-techniques/how-to-build-a-kick-butt-css3-mega-drop-down-menu/
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

If you have a look in the Gillette Multicolour II or bifrost or iTheme, you can find nice CSS/JS dropdown menus.
0 replies
S
smokeman
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
answered
Veteran Member

@ponas: Where can I download the theme "Red" so I can show you how to do ?
0 replies
P
ponas
P
ponas 10
SUPERADMIN & CREATOR:
www.lhslbandy.com
  • Member, joined since
  • Contributed 59 posts on the community forums.
  • Started 21 threads in the forums
  • Started this discussions
answered
Member

S
smokeman
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
answered
Veteran Member

Ok.

1. Find the following lines in the theme.php:
   echo "<table align='center' cellpadding='0' cellspacing='0' width='80%'>n<tr>n";
   echo "<td class='sub-header-left'></td>n";
   echo "<td class='sub-header'>".showsublinks(" ".THEME_BULLET." ", "white")."</td>n";
   echo "<td align='right' class='sub-header'>".showsubdate()."</td>n";
   echo "<td class='sub-header-right'></td>n";
   echo "</tr>n</table>n";

- change it to:
   /*echo "<table align='center' cellpadding='0' cellspacing='0' width='80%'>n<tr>n";
   echo "<td class='sub-header-left'></td>n";
   echo "<td class='sub-header'>".showsublinks(" ".THEME_BULLET." ", "white")."</td>n";
   echo "<td align='right' class='sub-header'>".showsubdate()."</td>n";
   echo "<td class='sub-header-right'></td>n";
   echo "</tr>n</table>n";*/


2. Use this code to put in the field "Banner 1":
<?php
echo "<table cellspacing='0' cellpadding='0' border='0' style='padding-top: 3px;' width='auto' align='center'>n<tr>n
<td align='center'><img src='YOUR BANNER URL HERE' alt='' /></td>
</tr>n<tr>n
<td align='center'>n";
include INFUSIONS."css_dropdown_menu/menu.php";
echo "</td>n</tr>n
</table>n";
?>

- just insert the URL to your banner here in the code:
<img src='YOUR BANNER URL HERE' alt='' />
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 9 posts
  • Votes 0 votes
  • Topic users 4 members

4 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
S
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
P
P
ponas 10
SUPERADMIN & CREATOR:
www.lhslbandy.com
  • Member, joined since
  • Contributed 59 posts on the community forums.
  • Started 21 threads in the forums
  • Started this discussions
M
M
Ex Senior Dev.
  • Member, joined since
  • Contributed 182 posts on the community forums.
  • Started 5 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet