Re: css with <ul>
Great! it works!
But another effect occured: now all list items, even sub - list Items begin
at the same vertical line. What I am really looking for is the following:
normally, the list starts some milimeters to the right of the left edge. I
want it to start just at the left edge (of a cell). Sub list items should be
inserted a little bit to the right. How can I do this?
Regards
Bruno
> The bullets are probably to the left of the list, outside your view.
> Try li{list-style:inside;}
>
.
Relevant Pages
- Re: Problems with ListViewCtrl on PPC2002 and PPC2003
... Private Sub Test_Click ... 'here i did a search of the list items by using the Key ... PPC2002.,and the application will continue executing the codes after ... > You specifically says that the ListView isn't populated yet. ... (microsoft.public.windowsce.embedded.vb) - Re: Remove Item from Listbox by Item Name
... You have to loop through the list items. ... Private Sub CommandButton1_Click ... In some situations it makes sense to clear the list, e.g., Me.ListBox1.Clear, and then repopulate the Listbox. ... (microsoft.public.excel.programming) - Re: CSS - horizontal suckerfish problem
... You don't see the bullets at all, or you see them, but they're in the ... I see the bullets, but they are too far to the left of the list items, and ... impressed with your knowledge of CSS. ... couple of CSS books already, ... (alt.html) - list flush left
... How do I get my list items to be flush left? ... to get rid of the bullets, but I can't pull the list over to the left. ... There's still a gap for the invisible bullets. ... (comp.infosystems.www.authoring.stylesheets) - Re: Page spacing - Im totally confused ...
... In particular, the list items seem ... This stuffs up the default spacing somehow. ... shed some light on the correct way to reduce the size of the bullets? ... (comp.text.tex) |
|