Need Help Postioning A Menu
Posted: 14 January 2008 03:32 PM   [ Ignore ]
Newbie
Rank
Total Posts:  2
Joined  2008-01-14

Hello,

I have created a menu and i need the menu to line up with the other items on the page. Currently everything on the page is centerd and my menu extends well over the rest of the items on the page.

Is there a way i can tellt he menu where i want it to start and end? Any suggestions are greatly appriciated. I just need to get this menu to line up with the everything else.


here is my CSS Code

.horizontalcssmenu ul{
margin
0;
padding0;
list-
style-typenone;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position
relative;
displayinline;
floatleft;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display
block;
width90px/*Width of top level menu link items*/
padding2px 8px;
border1px solid #202020;
border-left-width0;
text-decorationnone;
backgroundurl(untitled.bmpcenter center repeat-x;
colorwhite;
fontbold 10px Tahoma;
}
    
/*2nd level menu*/
.horizontalcssmenu ul li ul{
left
0;
top0;
border-top1px solid #202020;
positionabsolute;
displayblock;
visibilityhidden;
z-index100;
}

/*2nd level menu list items*/
.horizontalcssmenu ul li ul li{
display
inline;
floatnone;
}


/* 2nd level menu links style */
.horizontalcssmenu ul li ul li a{
width
130px/*width of sub menu levels*/
font-weightnormal;
padding2px 5px;
backgroundurl(untitled1.bmpcenter center repeat-x;
border-width0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background
url(untitled1.bmpcenter center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background
url(untitled2.bmpcenter center repeat-x;
}

.horizontalcssmenu .arrowdiv{
position
absolute;
right0;
backgroundtransparent url(menuarrow.gifno-repeat center left;
}

html p#iepara{ 
padding-top1em;
}
    
/*3rd level menu*/
.horizontalcssmenu ul li ul li ul{
left
0;
top0;
border-top0px solid #202020;
positionabsolute;
left80px/*this is the offset for the sub sub-menu to allow the sub-menu to be seen*/
displayblock;
visibilityhidden;
z-indexinherit;
}

/*3rd  menu list items*/
.horizontalcssmenu ul li ul li ul li{
display
inherit;
floatright;
}


/*3rd  menu links style */
.horizontalcssmenu ul li ul li ul li a{
width
:120px/*width of sub menu levels*/
display:block;
font-weightnormal;
padding2px 2px;
background:  url(untitled.bmpcenter center repeat-x;
border-width0 1px 1px 1px;
Profile
 
 
Posted: 16 January 2008 07:34 PM   [ Ignore ]   [ # 1 ]
Member
Avatar
RankRankRank
Total Posts:  52
Joined  2007-11-08

It would help if you posted a link to the page you’re talking about :-)

Profile
 
 
Posted: 16 January 2008 07:38 PM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  2
Joined  2008-01-14

No can do, sorry. WOrk regulations won’t let me.

Profile