Hi,
How can I center the text placed inside the menu I've written:
and it worked with chrome but not with IE how to fix that?
plus does anyone know why the float option in css does not work with sea monkey browser and some firefox versions... and how to fix that?
thanks.
How can I center the text placed inside the menu I've written:
onmenuitemclick="Menu1_MenuItemClick" style="margin-left: 13em">
and it worked with chrome but not with IE how to fix that?
plus does anyone know why the float option in css does not work with sea monkey browser and some firefox versions... and how to fix that?
thanks.
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
abed akhiPosted Sep 23, 2012, 7:33 AM
I replaced it with
and it worked, thanks.
abed akhiPosted Sep 23, 2012, 6:58 AM
so for the float I replaced it with :
and it worked on all the browsers but what about the text-align:center how should I fix it?