mboehler3 9 Posted May 21, 2009 Report Share Posted May 21, 2009 I am working on building my e-commerce site, here is the page in question:http://www.healthnutsradio.com/store/produ...productid=16179I am referring to, about half way down the page, an <ol> that has its <li>'s intersecting into my picture's border. Here is a screen shot if you can't see it:Is there like a <clear> style that I can give to the picture in order to get the purple check list moved to the right, separate from the picture?Thanks for your help. Quote Link to post Share on other sites
jlhaslip 1 Posted May 21, 2009 Report Share Posted May 21, 2009 list-style-position: insideFor the purple list item class works in FF. Quote Link to post Share on other sites
mboehler3 9 Posted May 21, 2009 Author Report Share Posted May 21, 2009 list-style-position: insideFor the purple list item class works in FF.Thanks, that worked. However, I refrain from using the inside position because I like my lists to have an indent/sort of space in front of the check mark. If you look at the page now, any list item that has more than 1 line of text has that text aligned with the check mark. I want to have it align with the first line of text.Hopefully that makes sense to someone.... is there any way to do that, while using this inside position? Quote Link to post Share on other sites
jlhaslip 1 Posted May 21, 2009 Report Share Posted May 21, 2009 Add some margin-right to the floated image (about 35px?) and remove the list-style-position:inside works. Quote Link to post Share on other sites
Ingolme 1,035 Posted May 22, 2009 Report Share Posted May 22, 2009 I'd give the parent <ul> element a left padding instead. That's exactly what the default padding on it is for. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.