Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Microblog styling not rendering correctly in IE7

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

I have a site going live on Friday where Microblog 1.3.9 is being used to show a gallery of employees. There are 3 rows of 3 pictures each.

It renders well in Firefox and IE 8 but in IE 7 it is pushing the third picture on each row into the next row.

Any help would be much appreciated.

Don

The link is: austin.directrouter.com/~moneyman/index.php?option=com_content&view=article&id=14&Itemid=3
  • donaldmoore's Avatar
  • donaldmoore
  • 3 Month Basic
  • 145 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Donald,

It might be one of two things.

There is a missing closing tag on the img you are using for the header which is causing some validation issues:
validator.w3.org/check?verbose=1&uri=http%3A%2F%2Faustin.directrouter.com%2F~moneyman%2Findex.php%3Foption%3Dcom_content%26view%3Darticle%26id%3D14%26Itemid%3D3

If you fix them it should work. Otherwise

Can you see if making a small adjustment to the modules files helps?

Open modules/mod_microblog/tmpl/default.php file and go down to line 165 and change the margin in the following block to 4%:
if ($imagesPerRow =="3") {
$colWidth ="30%";
$autoRightMargin = "5%";
}

Cheers Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Anthony,

The % reduction fixed it - thank you :cheer:

Don
  • donaldmoore's Avatar
  • donaldmoore
  • 3 Month Basic
  • 145 posts
  • Karma: 0
The administrator has disabled public write access.
Cool thanks Don :)
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers