Results 1 to 5 of 5
  1. #1

    Default Remove bullets FF issue

    Hi!
    I was able to remove the bullets which for some reason where showing up in FFF but not in IE on the product detail list by entering the following code into the stylesheet

    #productDetailsList li {
    list-style-type: none;
    }

    now how do I get rid of that unwanted indentation which shows up only in FF ?.

    I've already tried the following code

    #productDetailsList li {
    list-style-type: none;
    margin: 0px;
    }

    with no success.

    see here http://www.hbwatches.com/paw-1300-1v...tch-p-329.html

    TIA
    Last edited by hbtrading; 19 Apr 2007 at 07:56 AM. Reason: link to site with problem

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Remove bullets FF issue

    In the admin > catalog > categories/Products > and navigating to this product - you probably have the html editor enabled. You can toggle this with the "<>" nav button to plain text and if you know the html code that generates the ul li list you can remove it or in the html editor this should be represented as the display will be and you can highlight these lines and toggle the 'bullet' icon to off/none.

    Save and these will be eliminated

  3. #3

    Default Re: Remove bullets FF issue

    Thanks!
    However I don't think this will solve my problem as my problem is with these details .
    Model: PAW1300-1V
    Manufactured by: Casio

    not the product description.

  4. #4
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Remove bullets FF issue

    Replace what you had added with
    #productDetailsList {
    list-style-type: none;
    padding:0;
    }
    This moves the styling up to the UL tag (the LIs will inherit the list-style-type and the problem that you are having is that FF and IE have different default values for UL padding.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  5. #5

    Default Re: Remove bullets FF issue

    Thanks for the help :), that did the trick.

 

 

Similar Threads

  1. Category Bullets?
    By uruharacosplay in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 29 Jun 2010, 05:17 AM
  2. Remove Bullets- Reset Category
    By Cadred in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 1 Nov 2009, 05:08 AM
  3. Replies: 6
    Last Post: 27 Apr 2009, 10:28 PM
  4. bullets
    By ykaldes in forum General Questions
    Replies: 8
    Last Post: 3 Mar 2009, 04:44 PM
  5. How to remove extra sitemap bullets
    By txscubarat in forum General Questions
    Replies: 2
    Last Post: 3 Feb 2009, 06:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg