Problem in display in firefox

Hello All,
my script is working fine in chrome and safari but showing problem in firefox.
Here is the screen shots and link.


http://www.buddiescolumn.co.in/duck.php

thanks
shail

Hi,

It’s a good idea to run your code through the w3c validator before you start debugging as it will pick up simple typos that may stop your page from working.:slight_smile:

You have two errors here:

.content_wrapper {
	width:400px;
	margin-right:auto;
**rebuchet MS";**
}


.voting_btn span {
	font-size: 11px;
	float: left;
	margin-left: 5px;
	color:#C06;
**margin-right:**
}

Both of those could stop following rules from working properly which is what has happened in Firefox. Fix those two errors and the problem will go away :slight_smile:

1 Like

i corrected the mistakes and it is working well now…Thanks for the solution and the suggestion to check… For sure it will my alot of time too…
Thanks Alot