Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Browser compatibility Error

Browser compatibility Error

Scheduled Pinned Locked Moved ASP.NET
helpcsharphtmlcssasp-net
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nandhububbly
    wrote on last edited by
    #1

    Hello Friends ... i migrated ASP.NET 1.1 application to 2.0 . i completed all the things after that i check with browser compatibility . and i changed HTML 4.0 v to HTML 4.01 v . in this .IE 7 working properly in MOZILA "OVERFLOW" CSS Property is not supporting and also its shows error on bellow line in CSS file top:expression(this.offsetParent.scrollTop-0); this is the overflow line ..

    Please help for this ... Thank u Nanthakumar

    M 1 Reply Last reply
    0
    • N nandhububbly

      Hello Friends ... i migrated ASP.NET 1.1 application to 2.0 . i completed all the things after that i check with browser compatibility . and i changed HTML 4.0 v to HTML 4.01 v . in this .IE 7 working properly in MOZILA "OVERFLOW" CSS Property is not supporting and also its shows error on bellow line in CSS file top:expression(this.offsetParent.scrollTop-0); this is the overflow line ..

      Please help for this ... Thank u Nanthakumar

      M Offline
      M Offline
      Michael Sync
      wrote on last edited by
      #2

      nandhububbly wrote:

      top:expression(this.offsetParent.scrollTop-0);

      expression doesn't support in non-IE browsers. So, you may need to handle this by using Javascript. There are some CSS tricks that can be used instead of "expression." (eg: You can use max-width instead of width:expression(*** + "px");) but it's too large to cover. maybe. you can tell us more details about why you use this and what it does in your application.

      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. :)

      N 3 Replies Last reply
      0
      • M Michael Sync

        nandhububbly wrote:

        top:expression(this.offsetParent.scrollTop-0);

        expression doesn't support in non-IE browsers. So, you may need to handle this by using Javascript. There are some CSS tricks that can be used instead of "expression." (eg: You can use max-width instead of width:expression(*** + "px");) but it's too large to cover. maybe. you can tell us more details about why you use this and what it does in your application.

        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. :)

        N Offline
        N Offline
        nandhububbly
        wrote on last edited by
        #3

        Hello sir ... thank u soo much i followed ur way but its not working actual process this project is reg Hospital management system. in one .aspx i need to add patient name and details and that same page i search exit patient option is there if i click search button that another page will come in that exit patient details is there so if i selected that one patient . that patient details comes previous .aspx page here blow that page one gridview is there that patient details comes under that page so in that grid header contains patient id, name , ph no .. below that header name and id comes. if i scroll that datagrid that patient details overflow to that grid header this is actual function , this is working in IE but in Mozilla that datagrid header also overflow . .CSS file .gridFixedHeader { background-color:white; font-size: 9pt; color: #FFFFFF; position: relative; font-family: Airal,sans-serif; border:#0066CC; max-width :100px; top:expression(this.offsetParent.scrollTop-0);// this line shows top doesn't have this property) z-index: 1; } .aspx datagrid code

        plz help for this Thank u

        1 Reply Last reply
        0
        • M Michael Sync

          nandhububbly wrote:

          top:expression(this.offsetParent.scrollTop-0);

          expression doesn't support in non-IE browsers. So, you may need to handle this by using Javascript. There are some CSS tricks that can be used instead of "expression." (eg: You can use max-width instead of width:expression(*** + "px");) but it's too large to cover. maybe. you can tell us more details about why you use this and what it does in your application.

          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. :)

          N Offline
          N Offline
          nandhububbly
          wrote on last edited by
          #4

          Hello sir ... thank u soo much i followed ur way but its not working actual process this project is reg Hospital management system. in one .aspx i need to add patient name and details and that same page i search exit patient option is there if i click search button that another page will come in that exit patient details is there so if i selected that one patient . that patient details comes previous .aspx page here blow that page one gridview is there that patient details comes under that page so in that grid header contains patient id, name , ph no .. below that header name and id comes. if i scroll that datagrid that patient details overflow to that grid header this is actual function , this is working in IE but in Mozilla that datagrid header also overflow . .CSS file .gridFixedHeader { background-color:white; font-size: 9pt; color: #FFFFFF; position: relative; font-family: Airal,sans-serif; border:#0066CC; max-width :100px; top:expression(this.offsetParent.scrollTop-0);// this line shows top doesn't have this property) z-index: 1; } .aspx datagrid code

          1 Reply Last reply
          0
          • M Michael Sync

            nandhububbly wrote:

            top:expression(this.offsetParent.scrollTop-0);

            expression doesn't support in non-IE browsers. So, you may need to handle this by using Javascript. There are some CSS tricks that can be used instead of "expression." (eg: You can use max-width instead of width:expression(*** + "px");) but it's too large to cover. maybe. you can tell us more details about why you use this and what it does in your application.

            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. :)

            N Offline
            N Offline
            nandhububbly
            wrote on last edited by
            #5

            Hello sir ... thank u soo much i followed ur way but its not working actual process this project is reg Hospital management system. in one .aspx i need to add patient name and details and that same page i search exit patient option is there if i click search button that another page will come in that exit patient details is there so if i selected that one patient . that patient details comes previous .aspx page here blow that page one gridview is there that patient details comes under that page so in that grid header contains patient id, name , ph no .. below that header name and id comes. if i scroll that datagrid that patient details overflow to that grid header this is actual function , this is working in IE but in Mozilla that datagrid header also overflow . .CSS file .gridFixedHeader { background-color:white; font-size: 9pt; color: #FFFFFF; position: relative; font-family: Airal,sans-serif; border:#0066CC; max-width :100px; top:expression(this.offsetParent.scrollTop-0);// this line shows top doesn't have this property) z-index: 1; } .aspx datagrid code DIV id="div-datagrid" style="overflow :auto ;Width :100%;HEIGHT: 100%"

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups