Make a new div for your image. so Code: <div id="image"> </div> and use this css: Code: #image { position: absolute; bottom: 0px; right: 0px; width: 463px; height: 144px; background: url(images/felogo.png) no-repeat; }
Shouldn't cut any pixels off. Its using absolute positioning, and saying its 0px from the bottom, and 0px from the right. You could also add some margin/padding to that if you'd like it a bit away from the bottom and right. Try it out and let me know.
I didn't change anything since I asked if it was fixed before. I appreciate the help Rocket, but the way I have it now should work for anyone. (Tom: This is how I had it on the first page when Nick said it worked and you said it still wasn't working. Maybe you didn't hard refresh or it just took a second to change for you.) Thanks a lot, Chris.