TEMA:

IE 7 form not hidden 14 años 10 meses antes #492

  • Autor del tema
  • ciriuz
  • Fuera de línea
  • Navegador Junior
  • Navegador Junior
  • Registered
  • Mensajes: 24
  • Gracias recibidas: 0
Hello,
I'm working to create a form for my site, and the form works as predicted in Firefox, but when I switch to IE7 it's no longer hidden. Is there a piece of code to add to get the same functionality in IE7? My website is www.worldwidemarcom.com/content
click on "Contact Us" then "Affiliate Application" to view the issue in IE7

Por favor, Identificarse o Crear cuenta para unirse a la conversación.

Re:IE 7 form not hidden 14 años 10 meses antes #504

  • Castro
  • Visitante
  • Visitante
Hello Ciruz. I took a look at your code and it's a CSS problem. At the line 71 or so you have <div style="width:645px;position:relative;overflow:hidden;text-align:left;margin-left:auto;margin-right:auto;"> which is the actual form content holder. If you set its overflow to auto and also height 400px it works.

<div style="width:645px; height:400px; position:relative; overflow:auto; text-align:left; margin-left:auto; margin-right:auto;">

The problem is that the content overflow won't be handled by main_content anymore.

Por favor, Identificarse o Crear cuenta para unirse a la conversación.

Última Edición: Post by Castro.

Re:IE 7 form not hidden 14 años 10 meses antes #508

  • Autor del tema
  • ciriuz
  • Fuera de línea
  • Navegador Junior
  • Navegador Junior
  • Registered
  • Mensajes: 24
  • Gracias recibidas: 0
Thank you sir... That worked perfectly!

Por favor, Identificarse o Crear cuenta para unirse a la conversación.

Re:IE 7 form not hidden 14 años 10 meses antes #509

  • TheMuffinMan
  • Visitante
  • Visitante
hey ciriuz, don't forget to vote! ;)
(I mean at joomla.org, see link below)

Por favor, Identificarse o Crear cuenta para unirse a la conversación.

Última Edición: Post by TheMuffinMan.
  • Página:
  • 1
Moderadores: ForumSupport
Tiempo de carga de la página: 0.057 segundos

Live Support Chat Opened!

Join our Discord chat here and enter the Crosstec channels to receive live support and talk directly to the team!