• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Firefox appearance problem

Firefox appearance problem 16 years 8 months ago #4401

  • mba05007
  • mba05007's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
Hi,

I'm sure there is an easy answer to this but it's eluding me at the moment.

The form in question looks fine (in the front end) in IE7 but in Firefox the form input fields for Checkbox group and Radio group are very close (sticked) to the captions (in the front end).

In the back end everything looks fine in both broswers

I suspect that is a css problem

Any help would be much appreciated.

Thanks in advance for considering me<br><br>Post edited by: mba05007, at: 2008/08/21 14:36
The administrator has disabled public write access.

Re:Firefox appearance problem 16 years 5 months ago #5809

  • padmali
  • padmali's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
You can partially solve the problem by adding a style attribute to your radio/checkbox group in Additional Attributes, such as class=\"radio_style\". Then in your stylesheet you can add :
input.radio_style { margin-right:2px;}

However, if the checkbox/radio is 'checked' by default, then your style will be added to its label instead. That's a problem because the checked one can't be styled the same as the others.

If anyone has an answer to this, I'd love to hear it.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!