Register
Login
Home
Projects
HouseIndex
HouseMenu
Forums
Downloads
House of Nuke Forums
Unanswered
Active Topics
Forums
Search
Forums
>
House Modules
>
HouseMenu 1.x
Subject: Separators?
Prev
Next
You are not authorized to post a reply.
Author
Messages
Oldest First
Newest First
John L.
Novice
Posts:5
10/29/2008 10:40 PM
Alert
Is it possible to do a separator between menu items?
John L.
Novice
Posts:5
11/30/2008 7:43 PM
Alert
Yes, No, Maybe? Anyone?
James Cornett
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.
House Modules
--HouseMenu 2.x
--HouseMenu 1.x
--HouseIndex
--HouseGlossary
--HouseLinks
House Skins
--Liqua
Other
--House of Nuke
--Miscellaneous
Forums
>
House Modules
>
HouseMenu 1.x
> Separators?
ActiveForums 3.6
Terms Of Use
|
Privacy Statement
Copyright © 2006-2008 by Avastone Technologies. All rights reserved.