Page 1 of 1
Polls
Posted: Sat Apr 14, 2007 4:38 pm
by hoferchr
I've noticed a quirky thing with the poll question we have on our church website (
http://www.ascensionfdl.org). In Firefox, the survey choices all left align to the radio buttons. In IE, however, the choices are all center aligned. Anyone know how to fix this so they are left aligned in both browsers?
Re: Polls
Posted: Tue Apr 17, 2007 12:35 pm
by pvh123
This has usually to do with the difference in CSS interpretation between IE and FF.
Your template should have a test like " if IE then ie_css.css" or something like that, where "ie_css.css" contains the css info to suit IE layout.
Re: Polls
Posted: Tue Apr 17, 2007 11:10 pm
by hoferchr
pvh123 wrote:Your template should have a test like " if IE then ie_css.css" or something like that, where "ie_css.css" contains the css info to suit IE layout.
Where would I find this?
Re: Polls
Posted: Wed Apr 18, 2007 6:53 am
by pvh123
I attached an example file
Re: Polls
Posted: Wed Apr 18, 2007 12:12 pm
by hoferchr
pvh123 wrote:I attached an example file
o.k. Not sure that I completely understand this as I am sort of new to Joomla (a couple months into using it, really). Thanks for the example, though.
Re: Polls
Posted: Wed Apr 18, 2007 2:12 pm
by pvh123
Re: Polls
Posted: Fri Apr 20, 2007 9:52 pm
by hoferchr
Thanks pvh123. I will have to take a look at this.
Re: Polls
Posted: Fri Jun 15, 2007 7:26 pm
by sassoreggae
I had the same problem. Polls result show align center in IE6 and Opera, but in FF show align left.
Any solution?