Thread: Screen Issues

Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Join Date
    Jan 2011
    Posts
    24
    Plugin Contributions
    0

    Default Re: Screen Issues

    Quote Originally Posted by kobra View Post
    Many of your images are at fault being too wide to render at lower resolutions

    As one is 998px × 640px

    A fluid layout would utilize a small tile for a background repeated as required

    Your main images need to be down sized in width to at least fit the lowest resolution you are concerned with

    Maybe 1024X768
    Well the only image I'm having trouble with is the header at the top of the page. In my stylesheet I have the following:

    #logoWrapper {
    background-image:url(http://rainenjewelry.com/pix/headban);
    background-repeat:no-repeat;
    height:160px;
    background-position: top center;
    }


    That being said, the size of the image itself is 1095x161.

    So how should I make this image so it appears normal?

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

    Default Re: Screen Issues

    So how should I make this image so it appears normal?
    You don't as a single image with a mainWrapper being fluid or 100%

    Options
    Make the mainWrapper a fixed width to match your image or 1095px

    Or seperate your image into a true background image with a seperate image as a logo
    This still does not address your other too wide images

    i.e. dealhead.jpg at 998px × 198px
    So with left & right column at 150px each your total is 1298px

  3. #13
    Join Date
    Jan 2011
    Posts
    24
    Plugin Contributions
    0

    Default Re: Screen Issues

    Quote Originally Posted by kobra View Post
    You don't as a single image with a mainWrapper being fluid or 100%

    Options
    Make the mainWrapper a fixed width to match your image or 1095px

    Or seperate your image into a true background image with a seperate image as a logo
    This still does not address your other too wide images

    i.e. dealhead.jpg at 998px × 198px
    So with left & right column at 150px each your total is 1298px
    Okay, so I have made the width of the mainwrapper to a fixed 1095px. I have, for now, removed the images on the main page. Everything seems to be looking a lot better now. Do you have any suggestions on the new width of those images?

  4. #14
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Screen Issues

    Quote Originally Posted by kobra View Post
    Many of your images are at fault being too wide to render at lower resolutions

    As one is 998px × 640px

    A fluid layout would utilize a small tile for a background repeated as required

    Your main images need to be down sized in width to at least fit the lowest resolution you are concerned with

    Maybe 1024X768
    Your header image is 1095px wide.
    I'd reduce that to 1000px wide

  5. #15
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Screen Issues

    Quote Originally Posted by timduncan86 View Post
    Well the only image I'm having trouble with is the header at the top of the page. In my stylesheet I have the following:

    #logoWrapper {
    background-image:url(http://rainenjewelry.com/pix/headban);
    background-repeat:no-repeat;
    height:160px;
    background-position: top center;
    }


    That being said, the size of the image itself is 1095x161.

    So how should I make this image so it appears normal?
    You're also missing an image suffix, and your are using an absolute reference to that image.

    I'd copy the image to includes/templates/YOUR_TEMPLATE/images

    and then make the highlighted changes in your stylesheet.css

    #logoWrapper {
    background-image:url(../images/headban.jpg);
    background-repeat:no-repeat;
    height:160px;
    background-position: top center;
    }

  6. #16
    Join Date
    Jan 2011
    Posts
    24
    Plugin Contributions
    0

    Default Re: Screen Issues

    Quote Originally Posted by clydejones View Post
    You're also missing an image suffix, and your are using an absolute reference to that image.

    I'd copy the image to includes/templates/YOUR_TEMPLATE/images

    and then make the highlighted changes in your stylesheet.css

    #logoWrapper {
    background-image:url(../images/headban.jpg);
    background-repeat:no-repeat;
    height:160px;
    background-position: top center;
    }
    Okay,

    So I have fixed this. Just out of curiosity, why is this better than accessing the image directly on the server?

    Anyway, my main and, hopefully last, question is, what should the width of the images on the main page be now? I understand that the blue side boxes consume 150px a piece. So if the header is 1095px and the two side boxes are 300px (total), then the width of an image should be no larger than 795px? Does that make sense or are my poor math skills showing again?

  7. #17
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Screen Issues

    Quote Originally Posted by timduncan86 View Post
    Okay,

    So I have fixed this. Just out of curiosity, why is this better than accessing the image directly on the server?

    Anyway, my main and, hopefully last, question is, what should the width of the images on the main page be now? I understand that the blue side boxes consume 150px a piece. So if the header is 1095px and the two side boxes are 300px (total), then the width of an image should be no larger than 795px? Does that make sense or are my poor math skills showing again?
    Relative references will save you problems later on in particular they will prevent the "only secured items" error that might show up when you install your SSL certificate.

    the total width of the site is 1095px

    the width of the side columns is 300px (plus any margins/padding)

    so the center column where those images will be 795px.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Overlapping issues on wide-screen monitors
    By Kirbycole in forum General Questions
    Replies: 2
    Last Post: 9 Nov 2009, 03:08 PM
  2. issues with first zencart store (white screen?)
    By MacDealer UK in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 24 Mar 2009, 08:19 PM
  3. Issues With Canada Buyers NOTbeing able to get past the checkout screen
    By t3z06 in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 5 Nov 2007, 12:43 AM
  4. Blank screen issues
    By Danielle in forum General Questions
    Replies: 5
    Last Post: 15 May 2007, 05:41 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