Hi!
I can PHP and CSS but I'm new to WordPress :) I'm using twentyeleven.
I created my own page with a php mall (see the code under)
All works perfectly..except med IE.
All explorer versions show the menu without the black background (light grey on a white background) and Explorer 9 shows only unformated links
My site: http://saltforlag.se
The problem page: http://saltforlag.se/kop
Any ideas? Thanks
<?php
/*
Template Name:1: my_page
*/
get_header();
?>
<div id='primary'><div id='content' role='main'>
<?php
.... some php code ....
?>
</div></div>
<?php
get_footer();
?>