Wonderfem2002
Junior Member
Posts: 2
Registered: 9/4/2002
Location: San Antonio, TX
Member Is Offline
|
| posted on 9/4/2002 at 02:43 AM |
|
|
Anchor/Centering menu
Okay, I am trying to use 'anchor' the menu in my site. Diff. resolutions cause the menu to shift and I'm not to sure how to anchor it.
|
|
|
tigra
Administrator
Posts: 2050
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 9/5/2002 at 02:03 PM |
|
|
Anchoring is propably positioning.
Default Tigra Menu Builder results can be positioned absolutely. Those who have Tigra Menu PRO can modify positioning options manually to center
aligned or right aligned. Static positioning and vertical alignment is also available.
|
|
|
Wonderfem2002
Junior Member
Posts: 2
Registered: 9/4/2002
Location: San Antonio, TX
Member Is Offline
|
| posted on 9/6/2002 at 03:29 PM |
|
|
So you are telling me that I need to purchase the actual Menu Pro program?
Or can I simply go into the code and 'position' it...if so, how do I do this? (I am a novice at this kind of stuff.)
|
|
|
tigra
Administrator
Posts: 2050
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 9/9/2002 at 06:10 AM |
|
|
Actually, both.
You need to create Tigra Menu PRO configuration, add menu.js from the Tigra Menu PRO distribution package and then set alignment in menu_tpl.js file.
|
|
|
bvogel
Junior Member
Posts: 4
Registered: 10/20/2006
Member Is Offline
|
| posted on 10/20/2006 at 08:41 PM |
|
|
Centering menu in page
I found a way to center the menu on the page:
Create a table with a width equal to your menu and centered on the page.
insert a layer in this table and insert your menu on the layer.
Bert (bmwons WebMaster)
here is the copy of a page from FrontPage:
<html>
<head>
<title>top tips</title>
<meta http-equiv="Page-Enter" content="blendTrans(Duration=1.0)">
<script language="JavaScript" src="menu.js"></script>
<script language="JavaScript" src="menu_itemsguestbook.js"></script>
<script language="JavaScript" src="menu_tpllink.js"></script>
<link rel="stylesheet" href="menulink.css">
</head>
<body background="/images/blue_stucco1.jpg" style="margin-left: -54; margin-top: -59">
<div align="center">
<table border="0" width="210" height="27" id="table1">
<tr>
<td height="23" width="210">
<div style="position: absolute; width: 100px; height: 100px; z-index: 1" id="layer1">
<script language="JavaScript">
new menu (MENU_ITEMS, MENU_TPL);
</script>
</div>
<p> </td>
</tr>
</table>
</div>
</body>
</html>
|
|
|
innnovativecode
Newbie
Posts: 1
Registered: 10/26/2006
Location: Atlanta
Member Is Offline
|
| posted on 10/26/2006 at 07:55 AM |
|
|
Thanks for the div tip for centering the menu!!!! Hey, as an ex-motocrosser I love the BMW site you've built... AWESOME!! It's always been a
dream to get a nice dual sport and tour the west coast... Thanks again!!
|
|
|
bvogel
Junior Member
Posts: 4
Registered: 10/20/2006
Member Is Offline
|
| posted on 10/31/2006 at 03:52 PM |
|
|
BMW
Thanks I appreciate
I guess a BMW GS would be the perfect bike for you
Bert
|
|
|