Log in

View Full Version : Major IE trouble - please help



Wisle
05-15-2011, 10:03 AM
Hi,
as I know IE is not a favorite to some and has definitely not been my ally. I'm wondering why my page render so weird in IE when it works perfectly in FF and Safari.

the page is
http://wakerlindqvist.se/
the css is at
http://wakerlindqvist.se/main.css

Why aren't my background-images visible?
Why is the frame repeating and such?
Why is the menu black-ish?
...is it sending IE into quirks mode or what...

I appreciate any kind of help!
you could also send me an e-mail at wui@spray.se

Thanks!

Wisle
05-15-2011, 03:37 PM
I've solved a lot with PIE.htc but my borders refuse to curve...
Any ideas?

traq
05-15-2011, 06:31 PM
IE doesn't do broder-radius. you would have to use javascript (jQuery corner (http://www.malsup.com/jquery/corner/) is good) or just live with square corners in IE (my personal option).

deathbycheese
05-15-2011, 10:13 PM
If you really, really must have rounded corners that are backwards compatible, and don't mind CSS over-kill, you can check out this method:
Nifty Corners (http://www.html.it/articoli/nifty/index.html)


dbc