Simple list question - no space on left?

This is a real simple problem. I have a list that I want the
bullets
"justified" to the left with no space. I'm using an image for
the
bullet. How to I get this done? the bullet is 13 px wide

Art wrote:
> This is a real simple problem. I have a list that I want
the bullets
> "justified" to the left with no space. I'm using an
image for the
> bullet. How to I get this done? the bullet is 13 px wide
#subbox2,.trianglebullet {
list-style: url(images/01menubull.gif) inside;
display: inline-block;
border-bottom: 1px solid #CCCCCC;
text-decoration: none;
#subbox2,.trianglebullet a,.trianglebullet
a:link,.trianglebullet
a:visited,.trianglebullet a:hover,.trianglebullet a:active{
text-decoration: none;
<div #subbox2>
<ul>
<li class="trianglebullet"><a
href="
http://www.amep.com/cat_geography.asp?cid=9">Geography</a></li>
<li class="trianglebullet"><a
href="
http://www.amep.com/cat_ushistory.asp?cid=138">US
History</a></li>
<li class="trianglebullet"><a
href="
http://www.amep.com/cat_atrisk.asp">Special
Needs/At Risk</a></li>
<li class="trianglebullet"><a
href="
http://www.amep.com/cat_eduplay.asp?cid=75">Gonge</a></li>
<li class="trianglebullet"><a
href="cat_earlychildpuzzles.asp?cid=108">Tuzzles</a></li>
<li class="trianglebullet"><a
href="
http://www.amep.com/cat_eduplay.asp?cid=97">Orbit</a></li>
<li class="trianglebullet"><a
href="
http://www.amep.com/cat_eduplay.asp?cid=110">Yellowtail</a></li>
<li class="trianglebullet"><a
href="
http://www.amep.com/discountresults.asp">SALE!!!</a></li>
<li class="trianglebullet"><a
href="
http://www.amep.com/cat_vidlab.asp">Videolabs</a></li>
</ul>
<!--end submenuitems--></div>

Similar Messages

  • Simple List question

    i have a table with phone number and a flag indicator, Like this
    Phone number ind.
    555 0000 1
    555 1111 2
    555 0000 1
    555 1111 2
    555 1111 1
    When the user clicks submit, I would like to retreive the phone numbers with diff. indicators only. 555 1111 in this case. Could anyone suggest how i could do this? And trust me, i tried a lot before posting here, so please help!

    Clearly you have a few more steps to implement, but my first suggestion is that this practice is not ideal:
    >
    ArrayList arr = new ArrayList ();
    arr.add(phoneNum);
    arr.add(ind);I'd have a POJO that encapsulated a phone number and an indicator
    public class Etornedo {
        String phoneNumber;
        String indicator;
         * @param phoneNumber
         * @param indicator
        public Etornedo(String phoneNumber, String indicator) {
            super();
            this.phoneNumber = phoneNumber;
            this.indicator = indicator;
        }and do
    ArrayList arr = new ArrayList ();
    arr.add(new Etornedo(phoneNum, ind));The easiest way to do this is to write a method such as in your Etornedo class to do the comparison, iterate through your array list, and if any of the objects match the comparison, keep that value in a separate list
        public boolean phoneNumbersMatchButIndicatorsDoNot(Etornedo compareEtornedo) {
            boolean phoneNumbersMatch = compareEtornedo.getPhoneNumber().equals(this.getPhoneNumber());
            boolean indicatorsMatch = compareEtornedo.getIndicator().equals(this.getIndicator());
            return (phoneNumbersMatch && !indicatorsMatch);
        }

  • After I've heard an audiobook downloaded from the public library, how do I delete it from the Shuffle?  When I plug it into my computer, I get a screen showing how much space is left on the Shuffle but no list of files that I can delete.  WRA

    After I've heard an audiobook downloaded from the public library, how do I delete it from the Shuffle to make room for other audiobooks?  When I plug it into my computer, I get a screen showing how much space is left on the Shuffle but no list of files that I can delete.  These books, incidentally do not appear in the ITunes screen.  WRA

    Select the iPod shuffle in the iTunes sidebar (under DEVICES).  If this is a current 4th (or 3rd) gen iPod shuffle, you should be able to see the contents of the shuffle by type, intented under the shuffle's name (still in the sidebar).  Select Music or Audiobooks (not sure where those items from the library will be listed).  The items will be listed to the right, for each category.  Find the items, select, and delete.
    It's on page 20 of the manual
    http://manuals.info.apple.com/en_US/iPod_shuffle_4thgen_User_Guide.pdf
    NOTE:  If this is an 1st or 2nd gen iPod shuffle, select the iPod shuffle in the iTunes sidebar (under DEVICES).  Over to the right, go to the Contents tab, where the items are listed.  Select and delete them from this list.
    I find it more convenient to make a playlist in iTunes with things I want to put on the shuffle.  I then set up automatic syncing (or use autofill) to have iTunes load the shuffle from that playlist, automatically.

  • How print  ADDRESSbook simple list? Everything prints scewd right &too long

    I'd liike to print out a simple list of names, phone, addresses from my mac AddressBook. Can't I design the layout? Prints first left 1/3 column jjust phone number, center column just name, and all the other info squeezed at the riight margin with several fields that take up space verticle so I can only print sometiimes maybe 4-6 names a page. If i had a lot of notes in the person's 'NOTES' section of their AddressBook page, it will print out everything, even a couple pages. How not print thhat? I want a simple abbbreviated, short list to carry with at least 10-14 names, address,phone,email, etc on each page.
    I'mm sure the annswer is around here somewhere, iif only i knew where.
    Thanking you foor your help and time.

    Hi thelnukus,
    Are you saying that you see the list correctly but it is printing in a vertical format albeit somewhat skewed?
    I'm not an expert with printing the Address Book in "list" form but have you tried creating a PDF first and then printing that? You do know that you can select/deselect what you wish to include in the list from the "attributes" pane?
    My method for printing a list is this:
    1. Open Address Book
    2. Select in the "Names" column the names that I wish to print a list of.
    3. File Menu>Print
    4. Select/deselect addresses/email etc. from the attributes pane that you do not wish to include in
    the list.
    5. Select other features I want such as Font size (regular/large) from the pop up.
    6. Select Print (or if that does not work select Save as PDF and then print that).
    post back if this doesn't help and try to explain what you are seeing exactly.
    littleshoulders

  • ADF SelectOneChoice List Question

    I posted the following message in the Toplink forum and they have suggested I try over here:
    Toplink Essentials List Question
    ==================
    I am new to Toplink Essentials. I am using Toplink Essentials inside of JDeveloper 11g, against Oracle Express and ADF/Trinidad and have used JDeveloper's "Entities from Tables" wizard to reverse engineer my database into Toplink pojo objects. After this I used JDeveloper's wizard to create a JavaServiceFacade and then generate a Data Control.
    After expanding the DataControl (which is mapped to the JavaServiceFacade) I have a method queryEntityFindAll(). Under this method I have serval attributes and then a list which represents a "many-side" of this entitie's relationship with another entity. How do I create a selectOneChoice using this list?
    I've tried expanding queryEntityFindAll() and then dragging the list to a jspx page, setting the Base Data Source to "JavaServiceFacade.queryEntityFindAll.listName and then setting the List Data Source to "ListName : JavaServiceFacade.queryRelatedEntityFindAll". However, when I run the page the only thing that appears on the page is the selectOneChoice label... no drop down component appears on the page... no errors are generated to give any clue as to what my problem may be...
    Although I'm working in JDeveloper, I really believe this is a Toplink Essentials question...
    Please help!

    Thanks for the quick response!
    Using the department / employee example... I'm trying to create a form that allows a user to create a new department. I have dragged the "Department" object (located under queryDepartmentFindAll()) over to my jspx form. A form with corresponding fields is created.
    I notice that no field was created for employeeId. I expand the "Department" object (again, under queryDepartmentFindAll()) and observe that "Employee" is present, as a list (expanding Employee provides access to employee object attributes along with another list entitled departmentList).
    I know that it's unlikely that only one employee would be selected in the creation of a department... but I'm sticking to the example...
    So, I drag the "Employee" (again, under queryDepartmentFindAll()) object over to the newly created form and from the pop-up menu I choose selectOneChoice as the desired component. I run the jspx page, Internet Explorer 7 browser pops up and all labels display on the page, all fields but no selectOneChoice component appears on the screen... the space is there for it but it appears to be invisible. I have checked the Employee table and there is data to be displayed... it's just that I must be missing something...

  • Plz help simple list formatttin issue

    hi all
    i have a simple list in which i have a header
    like
    profit       acknowledgement      quantity          data creation          data scheduling
    this header is acceding my page i am not able to take the print on a single page
    i want to convert it into
    profit       acknowle                    quantity          data                      data
                     dgment                                        creation                  scheduling
    plz tel me how to do it
    thanx in advance

    hi,
    try this
    hope it will b helpfull.
    FORM build_eve .
      DATA : wa_eve TYPE slis_alv_event.
      CALL FUNCTION 'REUSE_ALV_EVENTS_GET'
        EXPORTING
          i_list_type     = 0
        IMPORTING
          et_events       = t_eve
        EXCEPTIONS
          list_type_wrong = 1
          OTHERS          = 2.
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      READ TABLE t_eve WITH KEY name =  slis_ev_top_of_page INTO wa_eve.
      IF sy-subrc = 0.
        MOVE 'TOP_OF_PAGE' TO wa_eve-form.
        MODIFY t_eve FROM wa_eve INDEX sy-tabix.
      ENDIF.
    ENDFORM.                    " build_eve
    FORM header_build  USING  p_gt_list_top_of_page TYPE slis_t_listheader.
      DATA : year(4) TYPE c,
             mon(2) TYPE c,
             day(2) TYPE c,
             date(30) TYPE c.
      year = budat-low+0(4).
      mon = budat-low+4(2).
      day = budat-low+6(2).
      CONCATENATE day  mon  year INTO date SEPARATED BY '.'.
      CONCATENATE 'From' date 'To' INTO date SEPARATED BY space.
      IF budat-high IS INITIAL.
        budat-high = budat-low.
      ENDIF.
      year = budat-high+0(4).
      mon = budat-high+4(2).
      day = budat-high+6(2).
      CONCATENATE date  day INTO date SEPARATED BY space.
      CONCATENATE date  mon year INTO date SEPARATED BY '.'.
      SELECT SINGLE butxt INTO comp_nm FROM t001 WHERE bukrs = bukrs.
      CLEAR st_line.
      st_line-typ   = 'H'.
      st_line-info  = comp_nm.
      APPEND st_line TO p_gt_list_top_of_page.
      CLEAR st_line.
      st_line-typ   = 'S'.  "H-HEADER,S-SELECTION,A-APPLICATION
      st_line-info  = 'CREDIT NOTE REGISTER'.
      APPEND  st_line TO p_gt_list_top_of_page.
      IF budat IS NOT INITIAL.
        CLEAR st_line.
        st_line-typ   = 'S'.  "H-HEADER,S-SELECTION,A-APPLICATION
        st_line-info  = date.
        APPEND  st_line TO p_gt_list_top_of_page.
      ENDIF.
    ENDFORM.                    " HEADER_BUILD
    FORM top_of_page.
      CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
        EXPORTING
          it_list_commentary = t_list_top_of_page.
    ENDFORM.                    "TOP_OF_PAGE

  • Store TV preview files as simple list

    Hello to all,
    I have problem with listed items - that is, it is shown in thumbnails, so I have dozens of pages to list to find proper file!!
    Can I preview it as simple list??
    As I can see, everyone has its question, none got its answer.:-/

    I assume this is not possible but you can filter the multimedia files by media type.
    Use the MEDIA TYPE button to filter audio, video or picture files.

  • NEWBIE: help with simple JSF question

    Hi, I'm having trouble wrapping my head around how JSF is supposed to be used for something.
    Let's say I have a list of people on the left, and I want to show the selected person in an editor on the right (so you can change the name and phone number and click 'save changes', for example).
    So I have a <h:selectOneListbox> with a <f:valueChangeListener>. Something like this:
    <h:selectOneListbox value="#{personController.selectedPerson}">
    <f:selectItems value="#{personController.listOfPersons}" />
    <f:valueChangeListener type="PersonSelectionListener" />
    </h:selectOneListbox>
    So in Java I have 2 objects.
    1. PersonController which maintains the list of persons and the selected person and is identified as a session bean in the faces-config.xml
    2. PersonSelectionListener which listens for selection changes and does something with the selection, let's say it writes the selected person's name to a log file just for sake of example.
    My question is, when the PersonSelectionListener detects that a selection change has occurred, how should I get the selected person from the person controller so I can, say, write the name to a log file?
    (Note: I'm pretty sure I can make the PersonController and the PersonSelectionListener the same object and just reference the selectedPerson member variable -- but I'm trying to wrap my head around how objects are supposed to interact in a JSF application, so let's assume they have have to be separate objects.)
    Any information is greatly appreciated. Thanks!

    Normally I would tell you to inject the PersonController bean into the PersonSelectionListener bean as a managed property. Then drill into the bean to get the data you need.
    However, in this case you are dealing with a value change listener. Value change events are fired at the end of the Process Validations phase, before the Update Model Values phase. So in this case, the PersonController bean will not contain the selected person from the request. This is not a problem however, since the new value is passed via the ValueChangeEvent object.

  • Any need for Allergen heirarchy list instead of simple list?

    This question is to the user community more than Oracle folks.  Does anyone else think that Allergens and Intolerances would be better served as a tree/hierarchy list instead of the simple list that we have today?  I have formatted my simple list for English and the limitation that the sort is alphabetic.  It appears that in some languages the sort order is not as logical as it is for English Users.
    Question:  Is there any value to request this simple list be converted on an Enhancement Request?
    Example:  Our English List becomes the translated list ** Use Imagination .... the idea is that when we try to put logic in English, it becomes "mixed up" on translations ...
    Fish - Bass
    Fish - Tuna
    Milk Products - Casein
    Milk Products - Lactose
    Milk Products - Whey
    Tree Nuts - Almond
    Tree Nuts - Pecan
    Tree Nuts - Walnut
    ** Imagination goes here ....
    Almond
    Bass
    Casein
    Lactose
    Pecan
    Tuna
    Walnut
    Whey

    It appears that I am the only customer seeking something like this.  I have modified our allergens to hopefully be more helpful in translations.  Discussion is answered.

  • How to write heading in bold on a simple list?

    On a simple list, I want to write a heading in bold. How to write one in bold?
    Thanks.

    Hello,
    Format intensified on.
    Write: / l_header_text.
    Format intensified off.
    Message was edited by: Cyrill Smirnov

  • How to find out how much space is left

    Hi,
    I know Oracle XE has a 4GB user data limit, and a 5GB overall limit. Using APEX you can find out how much space is left via the administration section.
    I'm going to upgrade to APEX 3.0 for testing. However APEX 3.0 will not show me how much space I have left since it's not explicitly written for Oracle XE. What query can I run to find out how much space I have left?
    Thanks,
    Martin

    The following should give you the same results as XE administration => storage :
    select total, allocated, 100 - allocated / total * 100 percent_free
    from (select 5120 total, sum(bytes)/1024/1024 allocated
    from dba_data_files
    where tablespace_name != 'UNDO')

  • Simple/silly question: how do I set/change default font/color for outgoing mail messages?

    Simple/silly question: how do I set/change default font/color for outgoing mail messages?

    Just a suggestion..........
    Download Thunderbird.  Easier to use when it comes to what you want to do w/your emails. 

  • 4 Simple Flash Questions that Are Stumping Me!

    What is the Frame Rate for Web Animations
    Q1. I am making an animation which will be played on the web. What is the default frame rate (fps) of Flash CS5? And what is the frame rate of for web?
    Q2. My animation needs to be 30 seconds long. So at 15 fps that would mean I need to use 600 frames in Flash?
    How Do I Mask everything so all I see is the Content on the Stage?
    I have a wide image that extends past my movies stage size so when I preview my movie the image is visible. How do I mask out anything that extends past my movies window size? I believe I can create a layer named "mask" and place it above all other layers, but I forget how to make the mask. Any help is appreciated.
    How to Fade a Graphic
    I have a graphic element (some type) and I want it to fade from 0% to 100%. In older versions of Flash I could just select the symbol and then set it's alpha value to 0%, move a few keyframes and then set the alpha to 100%. Voila! but now it doesn't seem to work that way. How can I do this in CS5?

    Ned, it says 24 fps which means there is 24 frames per second so each 24 frames is 1 second.
    Date: Fri, 4 Nov 2011 05:35:16 -0600
    From: [email protected]
    To: [email protected]
    Subject: 4 Simple Flash Questions that Are Stumping Me!
        Re: 4 Simple Flash Questions that Are Stumping Me!
        created by Ned Murphy in Flash Pro - General - View the full discussion
    1 You can create your character as a movieclip and copy/paste that movieclip from one file to another. 2. One way to create a movieclip is to copy all the frame of the animation's timeline (select them all, right click the selection, choose Copy Frames), then create a new movieclip symbol (Insert -> New Symbol...etc) right click on its only keyframe and chhose Paste Frames.  THat will put all the layers and frames you copied into the movieclip The only way to come close to being certain about the timing of you animation is to use code to keep track of the time, something like getTimer()..  The frame rate that a file plays at is not a reliable means of dictating the time it takes due to a variety of factors which include the amount of content you are trying to process and performance limits of the user's machine.
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4007420#4007420
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4007420#4007420. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Flash Pro - General by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • A simple list with seven time buckets starting from the date report is run.

    Hi All,
    I am new to ABAP.Recently i have planned to write a progam which will help in planning the delivery of scheduled items.For a given sales Org. it will display all the undelivered,delivered items in a simple list and sort them with delivery dates.it will also provide a summary report at material group.For that i have used selection screen(LIKP-VKORG-Obligatory).when i enter VKORG Details i should get all the delivery docs for which delivery is not done or partially done.For this i have taken one more table LIPS
    (LIPS-MATKL,LIPS-MATNR,LIPS-VBELN,LIPS-POSNR,LIPS-WERKS,LIPS-LFIMG,LIPS-MEINS) for tables LIKP and LIPS VBELN is the key field.when i enter VKORG Data in the selection screen ,how can i get the data from LIPS Table.Please explain?
    Also report should be simple list with seven time buckets starting from the date when the report is run.The amount of quantity to be delivered should be displayed under appropriate bucket i.e within the bucket where its delivery date falls in.for ex:If the report is run on Tuesday 15th march 2010 then the start date 1 should be starting date of the week which is Monday 14th March.
    The report will be summarized at Material Group and Material Number.
    Appreciate your help
    Thanks and Regards,
    Shakeer Hussain

    Sorry, sounds too much like a complete requirement you want done for you by the community.
    Please work on it yourself and search for available information before posting specific problems only.
    Thread locked.
    Thomas

  • Where do I go to find out how much space I have left on my hard drive. And how do I check what space is left on my portable memory stick?

    Where do I go to find out how much space I have left on my hard drive.  And how do I find out how much space is left on the portable memory stick?

    Open any folder on it and choose Show Status Bar from the Finder’s View menu.
    Alternatively, choose Computer from the Go menu, control-click the drive, and choose Get Info.
    (113677)

Maybe you are looking for

  • How do I store iTunes music on an external hard drive?

    My iBook has a small hard drive and I can't store any more music on it. How do I store the music on an external hard drive and have it appear as a library (its own or part of the library on the iBook)?

  • Runtime Error in Windows 7 64-bit version

    Has anyone had this issue with Windows 7 64-bit verion using Audition 3.0?  When it happens randomly, it corrupts the whole project...

  • Last Init request deletion

    Hi, Is there any way to know which user deleted last init request status from BI ? Thanks dipika

  • Need help: commandLinks do not react anymore

    Hi I have the following problem: After some time of navigating through my webapp the commandLinks do not react anymore as expected. I use command links like this: <h:commandLink action="#{UserHandler.listFromBegin}" >                       <h:outputT

  • IPhoto Not Responding after Migration to new MacBook

    Gang, I bought my wife a new White MacBook and I used the Migration Assistant to move her data from her old iBook. Everything went well except for iPhoto. When I opened it for the first time it started updating the photo library but it hangs at aroun