Browser compatibility Error
-
Hi i am using Mozila browser i am getting error in oveflow CSS property , here oveflow is not working . please help for this one Reg nantha
-
Hi i am using Mozila browser i am getting error in oveflow CSS property , here oveflow is not working . please help for this one Reg nantha
Use the latest version of Mozilla.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. :)
-
Use the latest version of Mozilla.
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. :)
Hi Michael thank u soo much , i am using Mozila 5.0 and Firefox 2.0 only after that any new version came? reg nantha
-
Hi Michael thank u soo much , i am using Mozila 5.0 and Firefox 2.0 only after that any new version came? reg nantha
Hi nantha, AFAIK, the earlier version of Mozilla doesn't support CSS overflow property which is not standard. but that property does support in the later version. Can you give me the code that you are getting error? Is this like that?
.a{ overflow:auto; }
I will try to reproduce this issue in my computer and will let you know as soon as possible. Edit: one more trick. try this too.overflow: -moz-scrollbars-horizontal;
-- modified at 3:16 Friday 17th August, 2007Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. :)
-
Hi nantha, AFAIK, the earlier version of Mozilla doesn't support CSS overflow property which is not standard. but that property does support in the later version. Can you give me the code that you are getting error? Is this like that?
.a{ overflow:auto; }
I will try to reproduce this issue in my computer and will let you know as soon as possible. Edit: one more trick. try this too.overflow: -moz-scrollbars-horizontal;
-- modified at 3:16 Friday 17th August, 2007Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. :)
Hi Mr.Michael Sync... thank u soo much i tried that one yesterday but its not working . i sent my CSS code and aspx code please clear that error thank u soo much .. .aspx code DIV id="div-datagrid" class='gridFixedHeader' style="OVERFLOW: auto; WIDTH: 100%; HEIGHT: 120px"> CSS code .gridFixedHeader { background-color:white; font-size: 9pt; color: #FFFFFF; position: relative; font-family: Airal,sans-serif; border:#0066CC; top:expression(this.offsetParent.scrollTop-0); z-index: 1; } thank u once again reg nantha -- modified at 6:08 Friday 17th August, 2007