Hey all, I've been working on this project for a little bit now using Firefox (for some reason, IE has stopped working all together on my computer, not that I really care), but I have a deadline that is closing in on me very fast and I just CAN'T get the site working in IE.
It works in Safari, Opera, Firefox, you name it.... but not IE...
I've tried many things, but I feel like I am running out of options, and I REALLY need to meet the deadline. Any help would be GREATLY appreciated.
I'm currently at work and it's loading through IE no problem. Saying that though, most of the page is White, whether it's to be like that.....
The only thing I can suggest is to reinstall IE from Add/Remove Programs, Windows Components. Failing that I would download the latest version from Microsoft Update.
I think IE will offer the option of repair the installation from the add/remove programs menu.
Yeah, it technically works in IE, but it displays that white space... the float is causing my other block to be pushed downward, and I just can't figure out why...
Yeah, it technically works in IE, but it displays that white space... the float is causing my other block to be pushed downward, and I just can't figure out why...
I am fairly sure that the problem is with your stylesheet. I don't know enough to tell you what to do but I think you want to use absolute not relative references. I would suggest that you make it perfect fot IE and if it breaks in the others so be it. Go for the larger market share.
try asking this again in in the CSS sub forum if you don't get a clear answer here.
Quote:
body
{
width: 850px;
margin: auto;
}
div#header
{
height: 100%;
width: 840px;
padding-right: 6px; //why did i put this here?? 4.22.06
}
div#header img
{
border: 0;
}