Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2010
    Location
    Shropshire
    Posts
    174
    Plugin Contributions
    0

    Default weird display effect

    The Shopping Cart content table heading layout changes when total spend changes from<£10 (4 characters) to >=£10 (5 characters)
    Both IE and FF display this effect.

    Try visiting http://www.freight-stop-shop.co.uk/tickets/

    Go to General tickets and add 3 child tickets (actual date is unimportant but required)
    Notice the location of the heading text 'Ticket Type'.
    Now use the change quantity button and change to 4 tickets.

    Notice how the position of the 'Ticket Type' heading text moves across to the left

    Now I have tried looking at the CSS with FF debug tool - I cannot see any difference, I have also compared the source code for the served pages - cannot spot any difference.

    Has any one seen this before or are my eyes going funny?

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: weird display effect

    I can handle making a dummy account to make a test add to cart, but it still needs approval...

  3. #3
    Join Date
    Oct 2010
    Location
    Shropshire
    Posts
    174
    Plugin Contributions
    0

    Default Re: weird display effect

    approved test/test I'll leave it active for a few days - but be warned PayPal is active

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: weird display effect

    That effect (the columns shifting a hair when the total changes) is due to the auto-sized table columns. They take up no more width than each of them needs, with the attribute list being a block element that tries to be full width. When the numbers get larger, they take more width from the attribute list.

    If you don't want this shifting, add to your stylesheet and give fixed widths to
    .cartUnitDisplay {}
    and
    .cartTotalDisplay {}

  5. #5
    Join Date
    Oct 2010
    Location
    Shropshire
    Posts
    174
    Plugin Contributions
    0

    Default Re: weird display effect

    thanks for clarifying that

 

 

Similar Threads

  1. Weird display behaviour
    By Parafanaylya in forum General Questions
    Replies: 1
    Last Post: 25 Aug 2015, 06:48 AM
  2. Template having weird display
    By limying in forum Installing on a Linux/Unix Server
    Replies: 0
    Last Post: 19 Jun 2009, 07:05 PM
  3. Weird Display problem
    By CnTGifts in forum General Questions
    Replies: 0
    Last Post: 31 Mar 2008, 02:40 PM
  4. Weird display bug
    By TheHYPO in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 18 Jan 2008, 01:41 PM
  5. My product display went weird on me in IE
    By jernej in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 22 Jun 2007, 08:52 AM

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