I have some issues with css and Opera Mobile.
Without effecting other pages is there a way I can fix the css on opera mobile?
Here are my issues:
- Links aren’t underlined
-
CSS below does not center like button
#likeButtonWrapper //Center like button { margin: 1em auto; margin-top: 2em; }
For the
buttonissue,margin: 1em auto;only works to center an item when it knows thewidthof the item. Set awidthand see if that fixes it.My understanding is that Opera Mini disables link underlining automatically. See http://my.opera.com/community/forums/topic.dml?id=821082
Not sure if you can override it with a more specific style such as
or