total Display f**k up in IE...

Permalink
Hi everyone,
I usually try to solve problems with the existing discussion but i am crying for help on that one...
i m working on this site :http://www.windowrie.com.au, which looks all fine in firefox, chrome and safari but does a total f**k up in ie. I suppose it comes from the css somehow but cant be sure exactly what.
any help would be most welcome.

cecile
 
Steevb replied on at Permalink Reply
Steevb
Hi,

Looks Ok in IE9, you need to add a bit of padding to your nav to stop links disappearing on rollover.

Try adding a bit of top padding to your ul.

Try this in your CSS file to stop the border around you images
a img{border:none;outline:none}


Take out the extra line of code in your theme head, it gets put in by Concrete

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />


Move your CSS files above the
<?Loader::element('header_required'); ?>


Hope that helps
cecile replied on at Permalink Reply
cecile
Thanks, I kinda put my head deeper in the code and seemed that the drop_down_menu block i am using for autonav is adding some unused tags at random place which makes the thing fall appart. so i had to remove some page from my nav to make it work, it s really odd.

thanks for the CSS tips, i ll definitly come to that!
still battling with ie6 as it is the only one a can have on my mac.
Cheers,