Jump to content

.CSS error in IE


robertdeiman

Recommended Posts

I was building a new webpage with divs, and tried to make all with a percentage, so the page would be screenfilling on all resolutions.But what I encountered was that IE didn't support height % for those divs, the source was working properly in FF, but in IE, it didn't work. So I fixed it with a hard height option. (setting pixels for height). Maybe it's good to show this (bug??) in the .CSS tutorial.

Link to comment
Share on other sites

IE is not CSS2 compliant and is not web standards complient (FF is). This most likely the cause of the bug...IE just doesn't know how to handle it.Hopefully IE7 will be better.There are some CSS hacks to get around this.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...