I am working on my website in Mozilla firefox. Yesterday, my computer was being weird so I switched to Internet explorer. Anyway, when I viewed my website on internet Explorer, one of my .png images (with a transparent color on Mozilla) now has a white background that covers text on the homepage. I didn’t set any transparency, and maybe i should but it was just automatically transparent on Mozilla.
The 2nd thing is my navigation bar is moved over about 55 pixels so it extends the page so there has to be a scrollbar at the bottom.
Lastly, there is absolutely no margin between the last line of the website and the end of the window.
All of these problems are nonexisistent in mozilla, so what’s going on? any help would be greatly appreciated!!
Well, actually the 1st problem is solved as well, kind of. It’s still not transparent, but it moved down to where I wanted it to be and is no longer covering any words. So it’s fine.
As for the 3rd thing, I’m still trying to get my website up! If it doesn’t work, I don’t know what I’d do!
Are you using IE6? IE 6 can’t handle png’s with transparency. You need a png fix
I guess you have floating divs with margins? If you indeed use an older IE version it is a margin problem. (IE doubles the margins). When you add the following class to the floating divs:
display: inline;
I think the problem will be solved
This has to do with collapsing margins. It would be handy to see your css
no it’s not online yet. It takes hours to upload all of my files using FTP and i did’t know that you have to download them all BACK if you uploaded them into the wrong folders… which i did and so im just going to finish the site
Okay so the second problem is solved. Leaves us/you with two. Like I said when you saw the site in IE 6 you will have those problems with png transparency. If you like to solve that you need a PNG fix or work with PNG8. For the last part it would be good to see the site because I can’t see from your CSS to which div you’re referring.