Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

196
Vistas
How to avoid div height getting applied from Master page

Greetings for the day!

Am sure it has been asked earlier, but i couldn't find the better solution else where.

Well, there is a Div ID "#ctl00_ctl00_CPMain_Tabs_pnl1111_Fp1_rowHeader" with some inline height, and in Master page also this ID has height defined. I need to diable(or set "auto !important") both the height as it's adding some extra height to the grid.

below is Data.Master code

#ctl00_ctl00_CPMain_Tabs_pnl1111_Fp1_rowHeader {
            height: 630px !important;
        }

i made the inline height "auto !important" by writting below code

$('#ctl00_ctl00_CPMain_Tabs_pnl1111_Fp1_rowHeader').css("height", "auto !important");

Now i am trying to remove height 630px !important height from Master Page (which is getting applied when i am making inline height "auto !important") and set "auto !important".

if (('#ctl00_ctl00_CPMain_Tabs_pnl1111_Fp1_rowHeader').height == "630px !important") {
                    $('#ctl00_ctl00_CPMain_Tabs_pnl1111_Fp1_rowHeader').css("height", "auto !important");
                }

I am unable to avoid height which is getting applied from Master page.

Thanks, Alin

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda