Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Sep 2006
    Posts
    257
    Plugin Contributions
    0

    Default another stylesheet delima

    ok.. maybe i have my head burried into this for the last couple of days and i am missing the obvious... i want my footer image to be static centered and short. a little bit longer than the ip and legal info... i have adjusted the size and it repeats.. so i changed backround repeat to repeat no... it still does... prolly using wrong verbiage... and will the ezpages run along the top of the image... if so that is bad.... i want to create images for the ezpages.... also.... in firefox.. the page seems to overrun... just a bit... i have tried making the images thinner... it still overruns... appears to me to be a margin issue... yet in the stylesheet the margins are set to 0... I will conquer this... and provide knowledge to those behind me.... until then... i just need a hammer and a nail.....

    thanks


    background-image: url(../images/newfooter.jpg);
    background-repeat: repeat no;
    margin: 0em;
    color: #000000
    text-align: center;
    float: bottom;
    padding: 0em;
    height: 25px;
    width: 100%;
    }

    ok... yell now

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

    Default Re: another stylesheet delima

    Code:
    background-image: url(../images/newfooter.jpg);
    background-repeat: repeat no;
    margin: 0em;
    color: #000000
    text-align: center;
    float: bottom;
    padding: 0em;
    height: 25px;
    width: 100%;
    }
    Float can only be: left,right & none
    drop the repeat line if you want none
    what dimensions are the newfooter.jpg?
    What tag does this attach to?

  3. #3
    Join Date
    Sep 2006
    Posts
    257
    Plugin Contributions
    0

    Default Re: another stylesheet delima

    img size 500x50 (could make it 35 or less just wanted an aspect of the img to appear on hte page)

    didnt think bottom was going to work

    i tried droping the repeat line..... still repeats

    i attatched it to #footer... div id-footer added that to the tpl_footer

    also... i got firefox as you suggested... the center body box is aligned left in firefox and centered in ie.... looked at the style sheet and i dont get it.. you guys were right tho.. firefox rox

  4. #4
    Join Date
    Sep 2006
    Posts
    257
    Plugin Contributions
    0

    Default Re: another stylesheet delima

    just as a side note.. since you guys suggested i get firefox... i am getting these errors.... well warnings.... if i could understand how to fix them would be great...
    most of the errors are not changes i made... i did fix several... there were twice as many..... great tool tho here are some examples

    Warning: Error in parsing value for property 'float'. Declaration dropped.
    Source File: http://yourlingerieparty.com/include...stylesheet.css
    Line: 85

    yah float only left or right.. i didnt center it

    and

    Warning: Expected identifier for pseudo-class or pseudo-element but found ' '. Ruleset ignored due to bad selector.
    Source File: http://yourlingerieparty.com/include...stylesheet.css
    Line: 280

    thats this

    margin: 0 em;

    i didnt do that either.....

    thanks for info how to resolve.... and the footer looks like this now

    #footer {
    background-image: url(../images/newfooter.jpg);
    margin: 0.0em;
    color: #000000;
    text-align: center;
    padding: 0em;
    height: 25px;
    width: 100%;
    }


    still repeats.... *sigh* .. why does the cold come in the winter when its not so hot........

  5. #5
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: another stylesheet delima

    May I respectfully request that you do some research on CSS and learn how to use it properly? The syntax for your repeat is wrong. You can use repeat-x, repeat-y or no-repeat.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  6. #6
    Join Date
    Sep 2006
    Posts
    257
    Plugin Contributions
    0

    Default Re: another stylesheet delima

    sure you can kim... just keep in mind that many of us get our syntax from here... as i did... and i continue to search for the correct answers... so that i may not only create my site.. but help others that may be in my shoes... and btw.. i did originally put no-repeat... i was told that was wrong and it was the reason it did not work... if you have any suggestions of a particular website that would provide the most extensive information please let me know.. i one day will rule the style sheet and all of its splendor! thanks

  7. #7
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: another stylesheet delima

    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

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

    Default Re: another stylesheet delima

    So you have an image 50px in height...
    #footer {
    background-image: url(../images/newfooter.jpg);
    margin: 0.0em;
    color: #000000;
    text-align: center;
    padding: 0em;
    height: 25px;
    width: 100%;
    }

    this most probably does not provide the height for a 50px high image and there are other items that might try to display in this space

  9. #9
    Join Date
    Sep 2006
    Posts
    257
    Plugin Contributions
    0

    Default Re: another stylesheet delima

    yah.. i kinda figured.. i had to redo the image... and redo the height... bigger than i wanted... i figured it would resize as does the html code does the pics in the header... didnt.... any way to get the text to lower/vertical-align center so that they appear in the middle of the pic instead of the top?

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

    Default Re: another stylesheet delima

    You will have to begin taking direct control of some of the specific elements by determining the tag and probably adding it to your stylesheet....but

    vertical-align: middle; is what you seek

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v155 Shipping Delima
    By haredo in forum Addon Shipping Modules
    Replies: 8
    Last Post: 11 Feb 2016, 04:37 PM
  2. product image delima!
    By oxymoronz in forum Setting Up Categories, Products, Attributes
    Replies: 12
    Last Post: 13 Oct 2007, 02:27 AM
  3. URL address delima -- I want to move out of the /cart folder
    By oxymoronz in forum General Questions
    Replies: 18
    Last Post: 22 Jul 2007, 07:00 AM
  4. Meta Tag Delima
    By GrandmaJ in forum General Questions
    Replies: 9
    Last Post: 8 Apr 2007, 08:20 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