css3 - Body background image not showing in IE -


everything else displays correctly except body background in ie ok on chrome. whereas disappears in ie. show background color , not image

2) "main" tag in css set z-index: -1; hence links in page not functioning. there anyway go around this??

my site url @ http://my-name.orgfree.com

1. linkes doesn't work - syntax wrong

             <li><a href=#> <div>sermons</div></a></li>             <li><a href=#> <div>contact us</div></a></li>             <li><a href=#> <div>gallery</div></a></li>             <li><a href=#> <div>about us</div></a></li> 

should

    <li><a href="#"> <div>sermons</div></a></li>     <li><a href="#"> <div>contact us</div></a></li>     <li><a href="#"> <div>gallery</div></a></li>     <li><a href="#"> <div>about us</div></a></li> 

they start work when u have links under, example

    <li><a href="sermons.html"> <div>sermons</div></a></li>     <li><a href="contact_us.html"> <div>contact us</div></a></li>     <li><a href="gallery.html"> <div>gallery</div></a></li>     <li><a href="about_us.html"> <div>about us</div></a></li> 

http://www.w3schools.com/tags/att_link_href.asp


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -