"spaced_li" class

Post your questions and problem reports here.
Post Reply
bassman592
Posts: 5
Joined: Tue Dec 16, 2008 11:49 pm

"spaced_li" class

Post by bassman592 »

In the HTML that sets up my top level menu (the buttons) the lines look like this:

<li class="spaced_li"><a><img id="cbi_cbmenu_1" src="menu_files/ebbtcbmenu1_0.gif" name="ebbcbmenu_1" width="127" height="35" style="vertical-align: bottom;" border="0" alt="Home" title="" /></a></li>


Each li element (except the last one) is assigned to the class "spaced_li". But I can't find the definition of this class anywhere in either the HTML or CSS code. It definitely performs a function (by spacing the buttons) as I found out when I removed it. Can someone please tell me where to find the definition? In addition to simply being curious, I'd also like to be able to control the spacing in the code, if possible.
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Re: "spaced_li" class

Post by Karlis »

It is defined in the .css file that is generated with the menu.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Post Reply