PC Review


Reply
Thread Tools Rate Thread

What bullet CSS for Netscape?

 
 
Jeremy
Guest
Posts: n/a
 
      14th Aug 2004
I am trying to make Netscape 7.1 show a regular black-filled list bullet. I
get the right bullet in IE; but in Netscape I get a black-filled diamond
instead of a black-filled disc. My code is:

li { margin-top: 3; margin-bottom: 6; list-style-type:disc; }

How can I get the bullet to be the same in IE and Netscape? (I have no
problem getting them the same is I use a square, but I don't want a
square...)

Is there an internet reference that tells the differences between the way IE
and Netscape interprets CSS?

Many thanks in advance for your help.



 
Reply With Quote
 
 
 
 
chris leeds
Guest
Posts: n/a
 
      15th Aug 2004
www.alistapart.com has good references and links. you could use an image
instead of a bullet style.
below is an arrangement to make smaller "seeds" as bullet images for the
inner bullets and larger ones for the outer bullets. I haven't thought
about three deep yet. ;-)

#content li {
font-weight: bold;
list-style: none;
list-style-image: url("../images/seed-bullet.gif");
}

#content li li {
font-weight: bold;
list-style: none;
list-style-image: url("../images/seed-bullet-bullet.gif");
}

HTH

--
Chris Leeds,
Microsoft MVP FrontPage

The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--


"Jeremy" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I am trying to make Netscape 7.1 show a regular black-filled list bullet.

I
> get the right bullet in IE; but in Netscape I get a black-filled diamond
> instead of a black-filled disc. My code is:
>
> li { margin-top: 3; margin-bottom: 6; list-style-type:disc; }
>
> How can I get the bullet to be the same in IE and Netscape? (I have no
> problem getting them the same is I use a square, but I don't want a
> square...)
>
> Is there an internet reference that tells the differences between the way

IE
> and Netscape interprets CSS?
>
> Many thanks in advance for your help.
>
>
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to link bullet icon to List Bullet style? Sandra Microsoft Word Document Management 4 3rd Jun 2010 06:44 PM
keep lover level bullet list with previous bullet Invinci Microsoft Word Document Management 1 9th Apr 2010 07:58 AM
Bullet doesn't move to sub bullet when Tab is used Word 2007 LisaK Microsoft Word Document Management 5 2nd Feb 2010 08:47 PM
How do I restore the default bullet scheme (bullet-hyphen-etc)? =?Utf-8?B?c3RhbnRoZW1hbjkyMQ==?= Microsoft Powerpoint 5 26th Oct 2005 06:07 PM
bullet button opens bullet options rather than inserting bullet, . =?Utf-8?B?Q3VycmltdW5kaTAx?= Microsoft Word Document Management 1 26th Oct 2004 11:13 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:24 PM.