mobile - CSS for Opera Mini only -



mobile - CSS for Opera Mini only -

i have issues css , opera mobile.

without effecting other pages there way can prepare css on opera mobile?

here issues:

links aren't underlined

css below not center button

#likebuttonwrapper //center button { margin: 1em auto; margin-top: 2em; }

for button issue, margin: 1em auto; works center item when knows width of item. set width , see if fixes it.

my understanding opera mini disables link underlining automatically. see http://my.opera.com/community/forums/topic.dml?id=821082

not sure if can override more specific style such

a.link{text-decoration:underline;}

or

a{text-decoration:underline !important;}

css mobile opera-mini opera-mobile

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -