Opera only CSS hack
Sometimes everything is perfect. Your template looks great in Firefox, IE6 and IE7 and even Safari.
You are ready to implement the whole thing into Your CMS like RedDot or TYPO3 and then you open your Opera browser….
So, for all of you searching a way for a selector which is only interpreted through this wonderful browser, use this snippet:
html:first-child>b\ody #navigationMain a {
/* Opera only */
}
That’s it.
Am 2. April 2009 um 17:07 Uhr
Thank you for the tip, I have looked long for the solution.