Newby questions about li + image

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Hugo de Payns

    Newby questions about li + image

    Happy newyear first of all;

    I am experimenting with a list and some images;
    the problem is text and the (LI)image are never outlined,
    or the image is higher than the text, or the image is below the text,
    but never on the same level.

    Question: how can i get the image and the text on the same level??

    Question 2:
    Is it possible (and how) to resize an image,
    for example 16x16 or 32x32 ??

    Simple list example
    <style type="text/css">
    <!--
    ul { list-style-image: url("image.gif" ); }

    (or)

    li { list-style-image: url("image.gif" ); }
    -->
    </style>

    <ul>
    <li>item 1</li>
    <li>item 2</li>
    <li>item 3</li>
    <li>item 4</li>
    </ul>
  • Neal

    #2
    Re: Newby questions about li + image


    "Hugo de Payns" <hugo.de.payns@ freeler.nl> wrote in message
    news:6djavvc0me le7h8eha2gvfah7 or4bhh82s@4ax.c om...[color=blue]
    > Happy newyear first of all;
    >
    > I am experimenting with a list and some images;
    > the problem is text and the (LI)image are never outlined,
    > or the image is higher than the text, or the image is below the text,
    > but never on the same level.
    >
    > Question: how can i get the image and the text on the same level??[/color]

    I generally design bullets lower than center so they line up. I have a
    pointer 8 px wide by 12 pix high - the actual pointer is only 10 px high,
    the top 2 rows of pixels are blank. Looks good to me on several browsers.
    [color=blue]
    > Question 2:
    > Is it possible (and how) to resize an image,
    > for example 16x16 or 32x32 ??[/color]

    Currently, I know of no way to resize bullets, whether default or author
    suggested.


    Comment

    Working...