Current location: Hot Scripts Forums » General Web Coding » CSS » ie problem with decimal style list


ie problem with decimal style list

Reply
  #1 (permalink)  
Old 06-10-09, 04:11 AM
RichyRich38's Avatar
RichyRich38 RichyRich38 is offline
Newbie Coder
 
Join Date: Feb 2009
Posts: 78
Thanks: 2
Thanked 0 Times in 0 Posts
ie problem with decimal style list

Hi guys need some help. I might just been silly and missing something simple.

but the code will not seem to work in ie, the number list always displays 1, where as other great browsers like FF display correct.

the code is

Code:
<ol>
                	<li style="list-style:decimal;">kely savings levels.</li>
                
               	    <li style="list-style:decimal;">We provide a report detailing actions and costs for implementing </li>
                
                    <li style="list-style:decimal;">Once you are happy we will install remote band establish a baseline of consumption.</li>
                
                    <li style="list-style:decimal;">We will then implement the programme and provide you which demonstrate where savings are being </li>
                </ol>
looks like this on FF etc

1. kely savings levels.
2. We provide a report detailing actions and costs for implementing
3. Once you are happy we will install remote band establish a baseline of consumption.
4. We will then implement the programme and provide you which demonstrate where savings are being

on ie

1. kely savings levels.
1. We provide a report detailing actions and costs for implementing
1. Once you are happy we will install remote band establish a baseline of consumption.
1. We will then implement the programme and provide you which demonstrate where savings are being


any ideas on a fix??

any help is appreciated
Reply With Quote
  #2 (permalink)  
Old 02-16-10, 07:26 AM
rebbx rebbx is offline
New Member
 
Join Date: Feb 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
my solution for this ie problem

missing style code: display:list-item;vertical-align:middle;

HTML Code:
<li style="width:94%;color:#333;padding:5px;margin-left:3%;clear:both;list-style-type:decimal;display:list-item;vertical-align:middle;">item</li>
Reply With Quote
Reply

Bookmarks

Tags
ie6+7, list style, problem


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
problem in excution of HTML Selection list unsing ASP sujata_ghosh ASP 2 05-17-06 11:59 PM
Drop down list problem birchtree Script Requests 0 02-02-06 07:05 AM
problem in cookies @ phppro list vb2vb PHP 13 06-22-03 08:04 PM


All times are GMT -5. The time now is 02:22 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.