Results 1 to 3 of 3
  1. #1
    Join Date
    May 2006
    Posts
    188
    Plugin Contributions
    0

    Default Some CSS Commands not Working?

    I've found some CSS commands that aren't working. For example, if you add something to the shopping cart, notice that the "cartSubTotal" commands in CSS aren't being implemented.

    http://www.pawglamour.com/index.php?...=shopping_cart

    Does anyone know what the cause of this is?

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

    Default Re: Some CSS Commands not Working?

    CSS commands can't "not work". They're passive selectors to which your stylesheet adds presentational information for browsers to interpret. So if they appear to not be working, we have to look for the error in your stylesheet.

    Happily yours is easy to spot and fix. there's a missing closing bracket after this style definition
    .centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
    padding: 0.8em;
    a few lines up from your #cartSubTotal defintions. As a result number of style definitions are being wrapped up into the earlier unfinished one, where they don't make sense and so are ignored.

    Add that bracket and your #subCartTotal styling will be re-activated. But you may want to check over your site, as a number of other styles will become active again too - hopefully nothing that you don't want.
    Kuroi Web Design and Development | Twitter

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

  3. #3
    Join Date
    May 2006
    Posts
    188
    Plugin Contributions
    0

    Default Re: Some CSS Commands not Working?

    Ahh, there it is. Thank you!

 

 

Similar Threads

  1. CSS buttons not fully working for some buttons in my shopping_cart page
    By chasery in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 13 Apr 2010, 07:37 PM
  2. some comments are not working on css
    By runoka in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Sep 2008, 10:40 PM
  3. some comments are not working on css
    By runoka in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 16 Sep 2008, 05:42 PM
  4. some comments are not working on css
    By runoka in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 16 Sep 2008, 05:37 PM
  5. Some CSS buttons not rendering
    By phatkodi in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 21 Jul 2008, 04:48 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR