Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter mattandamy

    (@mattandamy)

    Thank you, ur right, it was in the header.

    Thread Starter mattandamy

    (@mattandamy)

    Thanks, I think I’ll have to live to some degree with what I have already accomplished. My brain is killing me, I remember just last week asking myself, “what’s a WordPress?” now I’m editing WordPress… lol Thanks for everything,

    Matthew

    Thread Starter mattandamy

    (@mattandamy)

    Is that a fix? Pardon my “newbieness” but I checked it out and can’t figure out how to implement it to make sure there is no resizing on IE8.
    Could you explain a little.

    Thread Starter mattandamy

    (@mattandamy)

    Yeah, I’m also using IE8 on Windows 7 and checked it there. The image still moves, I implemented the code in bold:

    body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    background: #bcc5c1 url(‘images/bg.jpg’) top center no-repeat; min-width: 1054px;
    color: #333;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
    display:table;
    width:100%;

    }

    Unfortunatly, the “display: table” only works in versions of IE before IE8. I still need to try and fix, IE8. Thanks for your help thus far.

    Matthew

    Thread Starter mattandamy

    (@mattandamy)

    I’m sorry, I should have posted sooner. I did exactly that! No problem what so ever in Firefox 3.6.3 and IE8 however, I checked on previous versions of IE and noticed weird graphic overlapping between the footer graphic and the main page. I might just be being picky now. ?? Thanks for the help.

    Thread Starter mattandamy

    (@mattandamy)

    My apologies, this is my site,
    https://www.guelphkettlebell.com
    I found a “make shift” solution, but it still isn’t perfect. If it is the best I can get, I’ll live with it. ??

    In the style.css:

    body {
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    background: #bcc5c1 url(‘images/bg.jpg’) top center no-repeat; min-width: 1054px;
    color: #333;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
    }

    I added the line in bold. Now here is the new problem, in Firefox when moving the window the graphics are “gutty” for a lack of a better term, they “kinda” stay fixed… I hope that makes sense.

    Thanks for the help,

    Matthew

Viewing 6 replies - 1 through 6 (of 6 total)