Jump to content

Its and explorer thing


Kovo

Recommended Posts

I cant get this html to look right in bot IE and firefox.Althoughj i can tolerate minor differences, the way the code folds out in IE is horrible and baffling.This is the page im troubled overwww.mjf88.com/kev/kee/index.shtml

Link to comment
Share on other sites

Usually setting this in the css can help (a little)body{padding:0px;margin:0px;}but if you are really struggling then you could use conditional html comments, these are only recognised by IE so you can use different styles to help fix it's problems.

<head><style>/*Normal CSS*/ </style><!--[if IE]><style>/*IE CSS*/</style><![endif]--></head>

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...