mattandamy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Greyzed Theme RSS & Email link help please!Thank you, ur right, it was in the header.
Forum: Fixing WordPress
In reply to: Need to move footer closer to main pageThanks, 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
Forum: Fixing WordPress
In reply to: greyzed theme header resizes with window!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.Forum: Fixing WordPress
In reply to: greyzed theme header resizes with window!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
Forum: Fixing WordPress
In reply to: Need to move footer closer to main pageI’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.
Forum: Fixing WordPress
In reply to: greyzed theme header resizes with window!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