View Single Post
  #3  
Old 05-18-2009, 08:02 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: <li> doesn't appear on product listing using firefox??

Quote:
Originally Posted by Christofer
Hello there, i am not sure about that i am telling. So have a look. On explorer the <li> appears normal, on firefox not. On firefox they appear only if there is <ul> before the <li>

https://www.gsmcorner.gr/yessim_slim.html

have a look at the link with firefox and with explorer, and confirm me if you see the same on both browsers
<ul> defines an unsorted list, <li> defines an item in the list. FF is acting the right way, IE doesn't
YOu have to use <ul> and change its behaviour with css to fit your needs.
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote