Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Screen Resolution & the Banner

    No, all I did was right click and save image as, so I saved it just the way it was created, I'm not sure where the lighter border has come from....just that I saw it there LOL and it's not even that much of a difference, but graphics can be tricky sometimes LOL

    I did try seeing how the header looked with a background color of the border color you used on the other areas (04003F) but there was a very definite difference there lol
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  2. #12

    Default Re: Screen Resolution & the Banner

    Ok, so I blew it up to 300%. I didn't see what you saw (a lighter shade of blue), but what I *did* see was that the paint didn't fill the canvas. That probably happened during all the edits it's gone through over the months and just slipped my notice.

    So I added a new layer, filled the background and got rid of the old background. The background appears to me to be a solid color at this point.

    I've uploaded the new image and will be testing it against a colored background later tonight to see what I get.

    I'll let you know how that turns out.

    Thanks for your help!
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  3. #13

    Default Re: Screen Resolution & the Banner

    Ok, dinner plans fell through so I tested this just now.

    I remember now why I needed to to add a repeating image to the background behind the banner instead of just filling in with color.

    It looks great in FF, but in IE, it resolves as a different color than the banner, even though it's the same color code.

    Take a look in IE and you'll see what I mean.

    I'm back to trying to figure out how to code two different background images.
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  4. #14
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Screen Resolution & the Banner

    That's is strange, in IE the banner color is actually coming up as #020024, so it's like the banner is displaying a different color and not the background....weird LOL

    I took a 5px slice from the side of the banner, attaching it here for you, right-click the larger image and save image as....upload it to your template images folder and try this:

    #logo {
    background-color: #03002e;
    background-image:url('../images/logoBack.png');
    background-repeat: repeat;
    text-align:center;
    }

    *crosses fingers and hopes it works LOL*
    Last edited by LissaE; 24 Sep 2008 at 10:29 PM.
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  5. #15

    Default Re: Screen Resolution & the Banner

    OMG I'm SUCH an a$$!! LOL

    I already had a little background snippet uploaded that I created the other day, so I used that one, renamed it and input your code.

    ALL this time I've been trying to make this work and you know what?? It wasn't working because I didn't have ' before and after the image URL.

    After looking at it again and realizing that was the issue, I removed the background color and put in this:

    #logoWrapper {
    background-image:url('../images/logoBack.png');
    background-repeat: repeat;
    text-align:center;
    }

    It works with and without
    background-color: #03002e;
    included.

    But it seems to load more smoothly with it, so I put it back in. And it looks great in both IE and FF!

    So yeah...all this time is was syntax. It's always the little things that get ya!

    I can't thank you enough for your guidance and the time you've taken to help me with this. I really appreciate it!

    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  6. #16
    Join Date
    Oct 2007
    Location
    Australia
    Posts
    843
    Plugin Contributions
    0

    Default Re: Screen Resolution & the Banner

    You are more than welcome

    And going back to look at the previous posts, it was more likley that this extra bit /includes/templates/barebones/templates was the culprit for it not showing since you only need ../images/logoBack.png in the stylesheet....but I missed that myself LOL

    Glad it's all working, and it looks great!
    HunnyBee Design
    "A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe

  7. #17

    Default Re: Screen Resolution & the Banner

    Thanks!
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

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

    Default Re: Screen Resolution & the Banner

    Just a note: the quotes around the image url are not needed in CSS. They work, but why add something unnecessary?

    url(../images/logoBack.png) should do the job - at least, I've never seen a case where it didn't, and that's how the references describe it.


    #logoWrapper {
    width:10px; <-----------specifying 10px width for the wrapper will cause problems, if the image is more than 10px.
    height:128px;
    Last edited by gjh42; 22 Sep 2008 at 01:45 AM.

  9. #19

    Default Re: Screen Resolution & the Banner

    Good to know!

    Thanks Glenn
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. How to make the appearance of my store Screen Resolution independent?
    By mybiz9999 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Sep 2011, 03:48 PM
  2. Don't know the proper terms for this... (screen resolution vs 100% width)
    By NomadRip in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 23 Jun 2009, 03:24 AM
  3. help implement scrip to load stylesheet depending on the user's screen resolution
    By abel2b in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 2 Apr 2009, 01:53 AM
  4. Screen Resolution
    By sowie09 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Feb 2009, 02:01 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