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 »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • [RESOLVED] CiviCRM 3.2.x contribution page CSS problems in IE7/8
Pages: [1]

Author Topic: [RESOLVED] CiviCRM 3.2.x contribution page CSS problems in IE7/8  (Read 963 times)

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
[RESOLVED] CiviCRM 3.2.x contribution page CSS problems in IE7/8
January 30, 2011, 08:15:43 pm
I know there are a few threads on this like http://forum.civicrm.org/index.php/topic,12118.msg52229.html but in previous versions.
I spent two days tracking down the issues and think I found them. I wish to thank Chris Pederick's Web Developer plugin as it definitely helped allow real-time editing without actually writing to the file for testing plus other features to identify the actual objects/elements that were being affected.

So, this is what I found. Using our donation page on Joomla 1.5.22 as an example, https://MarinInstitute.org/site/donate.html , the area to choose the amount of the payment went way off the page but only in Internet Explorer both v7 and v8.

Playing around a little, I found that the introduction text was in an actual cell in a table but the form with the contribution amounts are not in a table. Thus, getting the form to wrap properly is the problem and the fix. The introduction text cell needs to be the same with as the main form container. I did read in several threads that the use of {width: xx%;} was the culprit but there was no reference for the elements below in civicrm.css as it was.

Adding this to ../administrator/components/com_civicrm/civicrm/css/extra.css worked"
Code: [Select]
form#Main {
width: 673px;
}

form#Main div#intro_text {
width: 673px;
}

So far, there is not effect on any other contribution pages or profiles.

Consider this a patch if necessary.
Bruce Wolfe, M.S.W., CIO
Alcohol Justice, 501(c)3

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • [RESOLVED] CiviCRM 3.2.x contribution page CSS problems in IE7/8

This forum was archived on 2017-11-26.