CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Fields Not Displaying, Width Maxed out in IE7
Pages: [1]

Author Topic: Fields Not Displaying, Width Maxed out in IE7  (Read 2209 times)

jgowans

  • I post occasionally
  • **
  • Posts: 61
  • Karma: 3
    • CiviCRM
Fields Not Displaying, Width Maxed out in IE7
February 12, 2010, 07:34:09 am
Using CiviCRM for basic contribution page and everything looks great in Firefox.  In IE 7, however, the fields do not display and the page width seems to max out for no reason.  Using the JA Purity template with a header tweak, but that's it.  Any help is much appreciated.  To view the page, visit:

https://leightonlord.com/donor/index.php?option=com_civicrm&view=Contributions&Itemid=3
CiviCRM Core Team

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Fields Not Displaying, Width Maxed out in IE7
February 12, 2010, 02:10:11 pm
See if this post / solution helps:
http://forum.civicrm.org/index.php/topic,12118.msg52229.html#msg52229
Protect your investment in CiviCRM by  becoming a Member!

jgowans

  • I post occasionally
  • **
  • Posts: 61
  • Karma: 3
    • CiviCRM
Re: Fields Not Displaying, Width Maxed out in IE7
February 14, 2010, 10:34:11 am
That worked as far as bringing the fields back into view and corrected the width problem.  However, it threw everything else off across all browsers.  Fields overlapping field labels, etc.  Not pretty.  Not handy with CSS, so not sure what else could be added to fix this.
CiviCRM Core Team

ken

  • I live on this forum
  • *****
  • Posts: 916
  • Karma: 53
    • City Bible Forum
  • CiviCRM version: 4.6.3
  • CMS version: Drupal 7.36
  • MySQL version: 5.5.41
  • PHP version: 5.3.10
Re: Fields Not Displaying, Width Maxed out in IE7
February 23, 2010, 02:54:49 am
Hi, I had a problem similar to this with 3.1.2. In Firefox, Opera, and IE 8, event registration and contribution screens displayed correctly, but in IE 7 the profile and credit-card fieldsets appeared empty. The following patch to css/civicrm.css fixed the problem for me.

Code: [Select]
--- /data/Download/CiviCRM/civicrm-3.1.2-joomla-alt/admin/civicrm/css/civicrm.css 2010-02-09 10:14:50.000000000 +1100
+++ civicrm.css 2010-02-23 21:28:43.000000000 +1100
@@ -252,6 +252,7 @@
  float:left;
  width:15%;
  text-align: right;
+        padding-right: 2em; /* problem displaying events etc in IE */
     }
 
 #crm-container .label-left .label {
@@ -259,7 +260,7 @@
     }
     
 #crm-container .section .content {
- margin-left:16%;
+        float: left; /* problem displaying events etc in IE */
     }
 
 #crm-container .no-label .content {

The problem focused on the 'margin-left' attribute, which went away as soon as I changed it from a percentage to a fixed measure (eg, 2em). The 'padding-right' moves the layout logic to the .label class, and the 'float: left' attribute keeps the content on the same line (I think ... memory getting hazy).

Ken

bmw

  • I post occasionally
  • **
  • Posts: 103
  • Karma: 4
    • Alcohol Justice - The Industry Watchdog
  • CiviCRM version: 4.5.8
  • CMS version: Joomla! 3.4.0
  • MySQL version: 5.5.42-cli
  • PHP version: 5.3.27
Re: Fields Not Displaying, Width Maxed out in IE7
January 30, 2011, 08:27:32 pm
See my post http://forum.civicrm.org/index.php/topic,18387.0.html
Bruce Wolfe, M.S.W., CIO
Alcohol Justice, 501(c)3

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Fields Not Displaying, Width Maxed out in IE7

This forum was archived on 2017-11-26.