layout not displaying correctly in IE

Mar 28, 2011 01:44

(me again, sorry!)

The layout I did for russia_sushi displays fine in Firefox and Safari, but in IE it looks like this. I have no idea what's causing the problem, is there any way to fix it?

Here are my codes:
/* PAGE ( Read more... )

Leave a comment

Comments 4

nomoreprinces March 28 2011, 16:01:53 UTC
IE doesn't do rounded corners and there's no way to do it in IE without using images and a 9 grid, or jquery or other hacks not supported by LJ.

IE9 can do rounded corners but until IE9 makes it to Windows Updates, you shouldn't have to worry about it yet.

For future reference, any element with a prefix -mox or -webkit will never work in IE. Moz=Firefox and Webkit=Safari.

Reply


novelvision March 28 2011, 19:49:21 UTC
I assume you're talking about the fixed header menu. In your code for the header menu, add this: *left: 0 px.

Reply

minamoto March 29 2011, 04:09:22 UTC
It worked perfectly, thank you so much!

Reply

novelvision March 29 2011, 08:38:04 UTC
Glad to be of help, I had massive problems with that issue until I randomly decided to use that one day and it worked perfectly!

Reply


Leave a comment

Up