To reposition the menu have a look at zwire//css/ADxMenu.css add the following lines of css in red.
/* - - - ADxMenu: DESIGN styles - - - */
Have a look at the post, Position "Masthead", for more tips
Gregory Remington
Mediatech Consulting, Inc.
Phone : +1 (760) 525-1770 . Fax: +1 (760) 542-1990 . Skype: gremington
/* - - - ADxMenu: DESIGN styles - - - */
.menu { /* navigation background style */
position:relative;
top:100px;
color: #333;
background:url(../images/nav-bg.gif) 0 0 repeat; position:relative;
/*background: #fff;*/ /* uncomment this if you want to use a color instead of background image */
border: 1px solid #ccc;
}
position:relative;
top:100px;
color: #333;
background:url(../images/nav-bg.gif) 0 0 repeat; position:relative;
/*background: #fff;*/ /* uncomment this if you want to use a color instead of background image */
border: 1px solid #ccc;
}
Have a look at the post, Position "Masthead", for more tips
Gregory Remington
Mediatech Consulting, Inc.
Phone : +1 (760) 525-1770 . Fax: +1 (760) 542-1990 . Skype: gremington