CSS Bullets

This is a discussion on CSS Bullets within the Net Objects Fusion forums in Application Servers & Tools category; 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...

Go Back   Application Development Forum > Application Servers & Tools > Net Objects Fusion

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 10-03-2008, 11:58 AM
Don Bowlby
Guest
 
Default CSS Bullets

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


Reply With Quote
  #2  
Old 10-03-2008, 03:25 PM
Nancy O
Guest
 
Default Re: CSS Bullets

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
>
>



Reply With Quote
  #3  
Old 10-03-2008, 04:37 PM
Don Bowlby
Guest
 
Default Re: CSS Bullets

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
>>
>>

>
>



Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 07:42 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.