Forum Moderators: not2easy
You can also style your <li>s and tame that left margin by doing this...
li{font-family:"verdana", arial, helvetica, sans-serif;margin-top:0px;margin-left:5px;margin-bottom:0px;}
I believe the default margin for IE is 15px.
Oh, I should have written that in shorthand but I haven't made that leap yet.
ul.f {
margin-left:20px;
border:1px solid black;
background-image: url(assets/bk_fc0456.jpg)
}
ul.g {
margin-right:20px;
margin-bottom:-15px;
border:1px solid black;
background-image: url(assets/bk_fc0456.jpg)
}
ul.h {
list-style-image:url(assets/star10.gif);
margin-right:20px;
margin-top:50px;
margin-bottom:40px;
border:1px solid black;
background-image: url(assets/bk_fc0456.jpg)
}
ul.i {
margin-left:20px;
border:1px solid black;
line-height:12px;
background-image: url(assets/bk_fc0456.jpg)
}
ul.j {
margin-left:30px;
margin-right:25px;
margin-bottom:-15px;
line-height:12px;
border:1px solid black;
background-image: url(assets/bk_fc0456.jpg)
}
ul.k {
list-style-image:url(assets/star10.gif);
margin-right:20px;
margin-top:50px;
margin-bottom:40px;
line-height:12px;
border:1px solid black;
background-image: url(assets/bk_image.jpg)
}
ul.l {
margin-left:20px;
border:1px solid black;
line-height:16px;
background-image: url(assets/bk_mine.jpg)
}
ul.m {
margin-left:30px;
margin-right:25px;
margin-bottom:-15px;
line-height:16px;
border:1px solid black;
background-image: url(assets/bk_yeah.jpg)
}
ul.n {
list-style-image:url(assets/star10.gif);
margin-right:20px;
margin-top:50px;
margin-bottom:40px;
line-height:16px;
border:1px solid black;
background-image: url(assets/can_i_get_a.gif)
}
ul.o {
margin-left:30px;
margin-right:25px;
line-height:12px;
border:1px solid black;
background-image: url(assets/some.jpg)
}
/* end css snippets */
Change the values or create new .classes to view the effects. By all means pay attention to marging-right in Opera as the browser, once again follows W3C recommendations regarding element spacing. Test using Opera and IE and compare.
Ooh, another addict coming on board!
>>papabaaer
ul.h {
list-style-image:url(assets/star10.gif);
margin-right:20px;
margin-top:50px;
margin-bottom:40px;
border:1px solid black;
background-image: url(assets/bk_fc0456.jpg)
}
Thanks again!