Re: Rembrandt.co.nz
Posted: Wed Mar 11, 2009 6:57 am
All I can see is a black screen.
Firefox v3.0.7 on Windows XP Pro
I can see the site in IE7, but my comments are general.
Anything with the large background image also runs horribly and kills my system's performance.
When I removed the following from the CSS, the site was visible in Firefox
div#pagewrapper {
display: none;
}
I would assume that your javascript would make this visible when the DOM loads.
Also, I wouldn't be even contemplating using the html 5 tag just yet... not unless you want to neglect a significant proportion of your audience.
Not being able to view the site in Firefox, which W3Cs browser stats suggest, roughly accounts for 46% of browser usage (http://w3schools.com/browsers/browsers_stats.asp) is just crazy.
Trying not to be too negative, here's what I suggest you do.
1. Use a service such as browsershots.org or litmusapp.com to test on multiple browsers and platforms. Testing on your own machine with a few browsers isn't nearly good enough.
2. Check yourjavascript. I use firebug for firefox and it kicks ass.
Hope this helps
Firefox v3.0.7 on Windows XP Pro
I can see the site in IE7, but my comments are general.
Anything with the large background image also runs horribly and kills my system's performance.
When I removed the following from the CSS, the site was visible in Firefox
div#pagewrapper {
display: none;
}
I would assume that your javascript would make this visible when the DOM loads.
Also, I wouldn't be even contemplating using the html 5 tag just yet... not unless you want to neglect a significant proportion of your audience.
Not being able to view the site in Firefox, which W3Cs browser stats suggest, roughly accounts for 46% of browser usage (http://w3schools.com/browsers/browsers_stats.asp) is just crazy.
Trying not to be too negative, here's what I suggest you do.
1. Use a service such as browsershots.org or litmusapp.com to test on multiple browsers and platforms. Testing on your own machine with a few browsers isn't nearly good enough.
2. Check yourjavascript. I use firebug for firefox and it kicks ass.
Hope this helps