| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| We use images as our bullets and they're set up through the style section in NOF 10. On our home page http://www.corexcel.com/ we have a set of bullets at the top that were inserted as images and we have two sets that were set up using the UL CSS property. The two sets of bullets that were set up with CSS look fine in IE but shift left in Safari, FireFox and Chrome. Can anyone tell me why? Any help would be greatly appreciated. Thanks. Don |
|
#2
| |||
| |||
| Bad code. Remove everything you have now in the UL and LI tags in your Style.css. Replace with this. UL { list-style-image: url( "../assets/images/bulletred2.gif" ); } li { margin-left: 20px; padding-left: 1em; padding-bottom: 1em; } Nancy O. www.alt-web.com/Tutorials/ NOF Tips & Tutorials "Don Bowlby" <dbowlby@corexcel.com> wrote in message news:gc5fi8$6145@flsun90netnews01.netobjects.com.. . > We use images as our bullets and they're set up through the style section in > NOF 10. On our home page http://www.corexcel.com/ we have a set of bullets > at the top that were inserted as images and we have two sets that were set > up using the UL CSS property. The two sets of bullets that were set up with > CSS look fine in IE but shift left in Safari, FireFox and Chrome. Can anyone > tell me why? > > Any help would be greatly appreciated. Thanks. > > Don > > |
|
#3
| |||
| |||
| Thanks Nancy! That did it. Don "Nancy O" <nancyoshea1@NOSPAMatt.net> wrote in message news:gc5rk7$7dj3@flsun90netnews01.netobjects.com.. . > Bad code. Remove everything you have now in the UL and LI tags in your > Style.css. > > Replace with this. > > UL { > list-style-image: url( "../assets/images/bulletred2.gif" ); > } > > li { > margin-left: 20px; > padding-left: 1em; > padding-bottom: 1em; > } > > > > Nancy O. > www.alt-web.com/Tutorials/ > NOF Tips & Tutorials > > > "Don Bowlby" <dbowlby@corexcel.com> wrote in message > news:gc5fi8$6145@flsun90netnews01.netobjects.com.. . >> We use images as our bullets and they're set up through the style section > in >> NOF 10. On our home page http://www.corexcel.com/ we have a set of >> bullets >> at the top that were inserted as images and we have two sets that were >> set >> up using the UL CSS property. The two sets of bullets that were set up > with >> CSS look fine in IE but shift left in Safari, FireFox and Chrome. Can > anyone >> tell me why? >> >> Any help would be greatly appreciated. Thanks. >> >> Don >> >> > > |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.