Hack Opera 8.0
Hack Opera 8.0 - Someone might see the problem about the different design in any browser.
This tip bring you the smart css for hacking opera 8.0. Let's see it.
The below are the example styles.
#test { background: blue; width: 300px;}/*See in all other browsers*/
@media all and (min-width: 0px)
{
#test { background: red; width:300px;}/*See in Opera 8.0*/
}
This style #test { background: blue; width: 300px;} will effect in other browsers.
Click the image for larger image
And the style under @media all and (min-width: 0px) will effect in Opera 8.0
Click the image for larger image
See the link for more clear