Unordered list in IE6

In: Uncategorized

3 Nov 2008

I am working on a website wherein i need to display a list in a block. It’s working well with Firefox but in IE6, it really sucks! The list-type isn’t displaying. After asking Google I got the solution: Here http://www.sitepoint.com/forums/showthread.php?p=3997492

Thanks Paul O’B for the idea!

This is his solution:

li {float:left;padding:0 10px}
li a {
  display:list-item;
  list-style-type: disc;
  list-style-position: inside;
  padding-left:16px;
    color:#fff;
}

Here's mine:

.list li
{
	margin-left:0px;
	list-style:square;
	display: list-item;
	list-style-position: inside;
}

Comment Form

About this blog

An expression... a thought... a joy... a pain... a point of view... a shout... a whisper... an experience... an adventure.. a LIFE of a high spirited girl named Bhee :)

Ads

Photostream

Ads

Rubie @Twitter

Be part of Software Freedom Day 2009!

Mozilla Philippines Community

Ads