Here's what I did to make it happen:

div#sitenav li {
        padding: 1px;
        margin: 1px;
        list-style: none;
text-align:right; /* i added this */
}

div#sitenav ul a {
        font-family: arial, sans-serif;
        color: #444444;
            /* display: block; */  /* i removed this */
                padding: 5px 5px 5px 45px; /* changed left padding to 45px */
                margin: 0;
                line-height: 15px;
                font-size: .70em;
                text-decoration: none;
                text-align: right
                }

Cheers!

jennifer

On 9/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Ok ... I am sure I have seen this problem addressed somewhere but can't for 
> the life of me find it.
>
> I want to have an image bullet float to within a few pixels to the left of a 
> menu link.  Here is a sample of what is happening and the css file.  I would 
> like for the "check" image to be a few pixels to the left of each menu / list 
> item on hover but can't seem to make it happen.  Can anyone help?
>
> Thanks!
>
> Ralph
>
> XHTML file: http://www.goobitron.com/test03.html
>
> CSS file: http://www.goobitron.com/test03.css
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to