Quote:
Originally Posted by tube2k
IE8 is worthless to me, but since 65% of online people use it, I need a couple real quick questions answered.
1) How can I remove the gap between my header image and the top of the page? It's around 25px and I figured it out a few months ago but I forget.
2) Why would a jpg image show up in Chrome and not IE8 or FF? I'm just about left with no other option aside from making a new image in a different format. All my other images are jpg and gif and they're fine. Coding for the image is fine. This is fucking gay LOL.
|
You must have coded your page using dreamweaver

or any other wysiwyg editor. Anyways, if you have your own css file, try putting this code on top:
body { margin-top: 0; }
If that doesn't work try deleting one image at a time from your header while refreshing your browser with each delete. Whichever image was last deleted that made it display correctly, must've been the bad worm lol. Anyways, I'm pretty sure that's a header problem.
As for the 2nd question, I don't have chrome so I can't answer that. Hope that helps mate
