canadianjameson
05-23-2012, 04:37 PM
Hi all,
I have what should be a very simple question: I'm trying to drop down the green bullet seen on the link below by 1px so that it vertically aligns with the middle of the text (cross-browser, or course).
http://www.cbd.int/business/tools-and-mechanisms/guides-and-best-practices/national-biotrade-project-in-bolivia.aspx
i pasted the code below (not my CSS). I've spent 30 mins trying to do this and i'm at my wits end. Someone told me that using negative margins was a bad idea, but that's where i'm headed unless someone can spot the error.
#middle ul li {
background:url(../App_Themes/CBD/Images/green_bullet_shadow.png) 0px 4px no-repeat;
padding-left: 20px;
margin-left: 20px;
margin-bottom: 4px;
list-style-position:outside;
}
Thanks,
Jay
p.s: I know there's a problem with the grey BG not filling the box - but that's another issue entirely =(
I have what should be a very simple question: I'm trying to drop down the green bullet seen on the link below by 1px so that it vertically aligns with the middle of the text (cross-browser, or course).
http://www.cbd.int/business/tools-and-mechanisms/guides-and-best-practices/national-biotrade-project-in-bolivia.aspx
i pasted the code below (not my CSS). I've spent 30 mins trying to do this and i'm at my wits end. Someone told me that using negative margins was a bad idea, but that's where i'm headed unless someone can spot the error.
#middle ul li {
background:url(../App_Themes/CBD/Images/green_bullet_shadow.png) 0px 4px no-repeat;
padding-left: 20px;
margin-left: 20px;
margin-bottom: 4px;
list-style-position:outside;
}
Thanks,
Jay
p.s: I know there's a problem with the grey BG not filling the box - but that's another issue entirely =(