Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Dec 2011
    Posts
    287
    Plugin Contributions
    0

    Default Problem I have had for ages please help!

    Okay so here it goes, I have a list of products all one one page, e.g http://kitchenwarehouseltd.com/compl...gh-gloss/cream

    The problem I have is that I want the "add to cart" button to stay on the page at all times, My idea would be to have it stick to the bottom of the page once you get a certain way down and then it stays at the bottom of the page until you get to the end of the form. I hope this makes sense!

    The only problem is I don't know how I would go about this at all!

    Many thanks,
    Dan

  2. #2
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,732
    Plugin Contributions
    27

    Default Re: Problem I have had for ages please help!

    Your current CSS:

    .button, input[type="submit"], input[type="reset"], input[type="button"], .readmore, button {
    background:-moz-linear-gradient(#4B5668, #7A889F) repeat scroll 0 0 #4B5668;
    background:-webkit-linear-gradient(#4B5668, #7A889F) repeat scroll 0 0 #4B5668;
    background:-ms-linear-gradient(#4B5668, #7A889F) repeat scroll 0 0 #4B5668;
    background:-0-linear-gradient(#4B5668, #7A889F) repeat scroll 0 0 #4B5668;
    border: 1px solid #4B5668;
    background-color:#4B5668;
    text-transform:uppercase;
    }.button, input[type="submit"], input[type="reset"], input[type="button"], .readmore, button {
    background:-moz-linear-gradient(#4B5668, #7A889F) repeat scroll 0 0 #4B5668;
    background:-webkit-linear-gradient(#4B5668, #7A889F) repeat scroll 0 0 #4B5668;
    background:-ms-linear-gradient(#4B5668, #7A889F) repeat scroll 0 0 #4B5668;
    background:-0-linear-gradient(#4B5668, #7A889F) repeat scroll 0 0 #4B5668;
    border: 1px solid #4B5668;
    background-color:#4B5668;
    text-transform:uppercase;
    }

    Your new CSS:
    .button, input[type="submit"], input[type="reset"], input[type="button"], .readmore, button {
    background:-moz-linear-gradient(#4B5668, #7A889F) repeat scroll 0 0 #4B5668;
    background:-webkit-linear-gradient(#4B5668, #7A889F) repeat scroll 0 0 #4B5668;
    background:-ms-linear-gradient(#4B5668, #7A889F) repeat scroll 0 0 #4B5668;
    background:-0-linear-gradient(#4B5668, #7A889F) repeat scroll 0 0 #4B5668;
    border: 1px solid #4B5668;
    background-color:#4B5668;
    text-transform:uppercase;
    position: fixed;
    top: 2em;
    z-index: 1;
    }

    Look at the top left of your page, the add products to cart button should be floating.
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    June 7.2026 - NOW AVAILABLE - Twitch Base8 - Obsidian

 

 

Similar Threads

  1. i have a shipping problem please help
    By brevardcountypcr in forum Addon Shipping Modules
    Replies: 13
    Last Post: 29 Dec 2011, 11:56 PM
  2. I have a problem Help Please
    By sanjayi in forum General Questions
    Replies: 1
    Last Post: 9 Feb 2011, 02:23 PM
  3. I have a problem Help Please
    By jld in forum General Questions
    Replies: 3
    Last Post: 17 Sep 2010, 06:58 PM
  4. WALK IN SHIPPING ONLY - AAAARGH! - Someone MUST Have Had This Problem, Too!
    By coffee granules in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 2 Nov 2008, 10:17 PM
  5. Have you ever had that before? HELP !!!
    By alhakeem2001 in forum Basic Configuration
    Replies: 0
    Last Post: 10 Jan 2008, 09:19 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