Ricky
Junior Member
Posts: 260
inherit
118465
0
Mar 9, 2010 7:15:03 GMT -8
Ricky
260
February 2008
plushkids
|
Post by Ricky on Mar 9, 2010 1:29:20 GMT -8
Hi there,
Please could you advice me on how to fix this problem: IE 8 seems to by default add a » next to each <li>
How can this be removed? It's getting my very frustrated as list-style:none, list-style-type:none and list-style-image:none don't seem to work.
Any help would be great,
Thank you.
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Mar 9, 2010 20:11:35 GMT -8
list-style : none should definitely fix the issue. Even though I don't think IE supports this (maybe IE8 does), try: li:before { content : ""; }
|
|