Logged Out
Create an Account
Login:
Password:

Forgot your password?
Problems with Internet Explorer

Problems with Internet Explorer
[Back to Index]
Thread Tags
Primary: [Tickets]
Secondary: None

Hello,

On my website, when someone uses Internet Explorer, the site doesn't look good at all. When they open it with Mozilla Firefox or the apple browser, it looks fine. I was wondering if there was a fix to this problem. Thanks.
Looking at the code for your site, when you customized your CSS Stylesheet, you had left a single-quote unclosed:

Like this:
#ornament
{
	background: url(') no-repeat top center; 


I just changed the ' to '' (two single-quotes) and it's all better.


--
It's all in the reflexes.
Quote by Chops
Looking at the code for your site, when you customized your CSS Stylesheet, you had left a single-quote unclosed:

Like this:
#ornament
{
	background: url(') no-repeat top center; 


I just changed the ' to '' (two single-quotes) and it's all better.



Thank you very much!!


[Back to Index]