Results 1 to 10 of 19

Hybrid View

  1. #1
    Join Date
    Sep 2006
    Location
    Ruckersville, VA, USA
    Posts
    286
    Plugin Contributions
    0

    Default Re: Position image in sidebox

    I created you a graphic as listed in method 2.
    CC-logos2.gif
    jund
    Attached Images Attached Images  

  2. #2
    Join Date
    Jun 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Position image in sidebox

    Method 2 - what an obvious solution! DUH!!! Now I really feel like an idiot! Thank you so much for not only pointing the way, but even taking the time to revise the image for me. That was very nice of you and it is greatly appreciated!

    Laura

  3. #3
    Join Date
    Sep 2006
    Location
    Ruckersville, VA, USA
    Posts
    286
    Plugin Contributions
    0

    Default Re: Position image in sidebox

    Sounds like you are having fun again - me too! Enough of this self criticism.
    And, you are welcome,
    jund
    Last edited by jund; 19 Jun 2007 at 04:17 PM. Reason: forgot something

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

    Default Re: Position image in sidebox

    Adding to your stylesheet:

    #creditcardsidebox img { text-align: center;}

    should center the image in the box without any other work.

    Using the gif sized for the box will also work fine as long as the box stays the same.

  5. #5
    Join Date
    Sep 2006
    Location
    Ruckersville, VA, USA
    Posts
    286
    Plugin Contributions
    0

    Default Re: Position image in sidebox

    gjh42,

    Great support! You are absolutely right - especially regarding size changes... why didn't I think of that.
    Another reason your suggestion is superior is because you are using the style sheet to manage the page, rather than relying upon the memory of the webmaster.

    Thanks,
    jund

  6. #6
    Join Date
    Jun 2007
    Location
    Morocco_Canada
    Posts
    24
    Plugin Contributions
    0

    Default Re: Position image in sidebox

    Hello everyone

    I am trying to do exact same thing as Laura did, but I do not really know where to start or what to do.

    I want to add a sidebox of verified paypal and anotehr sidebox of we accept, exact same thing that Laura did in her website.

    Can any one please help on how to do it?

    Any help would be appreciated

    Thank you guys

    Regards

    Anir

  7. #7
    Join Date
    Sep 2006
    Location
    Ruckersville, VA, USA
    Posts
    286
    Plugin Contributions
    0

    Default Re: Position image in sidebox

    Anir24

    It is important you know a little bit about stylesheets...

    Do the following:
    1. In your stylesheet (I did mine at the end) paste/create this:

    #credit {
    background-color: #ffffff;
    background-image: url(credit.gif);
    background-repeat: no-repeat;
    padding: 2.1em;
    margin: .1em;


    Background-color should match your site's background color.
    Background-image url is a graphic of the credit card group (credit.gif ). To keep it simple, I put the image in the CSS folder.
    Background-repeat: no-repeat; says do not make it a background image for the entire page.
    Padding and Margin are to your own taste...

    2. On the page that I want it to *appear place this:
    [FONT=Verdana]<!--- TEXT_ACCEPTED_CREDIT_CARDS--->
    <br class="clearBoth" />
    <div id="credit"></div>
    [/FONT]

    IMPORTANT!
    I do not use sideboxes - so this appears on the *Payment Details page... I could never make the built-in graphics appear there, so I did what Laura did... as you see above.

    jund

  8. #8
    Join Date
    Jun 2007
    Location
    Morocco_Canada
    Posts
    24
    Plugin Contributions
    0

    Default Re: Position image in sidebox

    Hello everyone

    I really thank you very much for your helpful answers, and sorry for my late writing.

    I did download the sideboxe of pay pal logo in the downloads section and it worked well, I am having another question :).

    I would like maybe to have a sideboxe for eBay linked to my ebay store, I don't know if I can even do that or no.

    Thank you very much for your help.

    Kinds

    Anir

 

 

Similar Threads

  1. sidebox content, style, and position
    By cyberbaffled in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 Apr 2012, 04:17 AM
  2. help position a sidebox using position:absolute;
    By limelites in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 2 Mar 2009, 01:54 PM
  3. Re-Position sidebox
    By Xerxes3333 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 11 Aug 2006, 06:15 PM
  4. Text position with BG image in sidebox header???
    By torgil in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 21 Jul 2006, 03:35 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