Why is my site only displaying the background image and nothing else?
My website is only working in IE 6. Firefox, IE 7 and 8, Safari and Chrome are busted. I have no idea how to go about fixing this, please help.
URL of affected sites
User Agent
Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
Всички отговори (5)
Looks like a problem with the clip property in the body CSS rules: clip: rect(auto, 55px, auto, auto); It works if I remove that rule with the DOM Inspector.
That worked!! The only thing I am trying to figure out is this, how do I get the page to scroll again?
I am going to research on how to do so, but if you can help, that would be great too! :)
Remove in the body:
height: 5000px;
position: fixed;
Thank you for your help!!! I appreciate it!
You're welcome Nikki