Register
Login
 

Support House of Nuke

  

 House of Nuke Forums  
Subject: Separators?
Prev Next
You are not authorized to post a reply.

Author Messages
John L.User is Offline
Novice
Novice
Posts:5

10/29/2008 10:40 PM Alert 

Is it possible to do a separator between menu items?

John L.User is Offline
Novice
Novice
Posts:5

11/30/2008 7:43 PM Alert 
Yes, No, Maybe? Anyone?
James CornettUser is Offline
Novice
Novice
Posts:1

04/11/2009 2:33 PM Alert 
I don't know about text separators, but I usually use CSS when I'm doing horizontal menus.

You can assign a background image (which make look like a bar or something) to the a object. Make it non-repeatable and right center aligned.

ex.:
/* menu item links */
/* Typically set padding, colors, text attributes here. */
ul#MainMenu a,
ul#MainMenu span {
background-image:url('images/nav_sep.png');
background-position:middle right;
background-repeat:no-repeat;

padding: 0px;
padding-left:20px;
padding-right:20px;
height: 45px;
font-family:Tahoma, Helvetica, sans-serif;
color:#3b3b3b;
font-size:14px;
line-height: 45px;
font-weight:bold;
}
You are not authorized to post a reply.



ActiveForums 3.6
  

Terms Of Use  |  Privacy Statement
Copyright © 2006-2008 by Avastone Technologies. All rights reserved.