See Year's TAB 2009/2010 of this page in IE7 than firefox
Tab's styling not applying in Firefox but applying in IE
I want to apply same style (Which is showing in IE7) in FF too.
Update:
problem fixed now but through !important
See Year's TAB 2009/2010 of this page in IE7 than firefox
Tab's styling not applying in Firefox but applying in IE
I want to apply same style (Which is showing in IE7) in FF too.
Update:
problem fixed now but through !important
The styling works in IE 7 but not in IE 8 or Firefox.
In the file inner-pages.css the style #RNSViewIssue is missing the closing bracket, which causes the rest of the file to be ignored.
In the file main.css the style #share-price-calculatorSharePriceComparatorSectionContainer (and co.) has a starting parenthesis instead of a starting bracket, causing the rest of the file to be ignored.
There are plenty of other errors in the css files, but those are the ones that are directly responsible for your problems.
In Firefox open the error console and then browse to the page, and it will give you a list of all errors in the css files.