Contact Form - text area background

This forum is primarily for reporting issues about Web Accessibility such as difficulty using mojoPortal with a screen reader or other assistive technology.

Post any feedback here related to improving the accessibility or usability of mojoPortal. As stated in our Accessibility documentation, it is an important goal of the project that both the front-end customer experience and the back end administration and content publishing features be accessible to as many people as possible. Ideally, if you post about problems, we will also be glad to have suggestions on how the problems can be fixed but all constructive feedback on these issues is welcome.

This thread is closed to new posts. You must sign in to post in the forums.
5/24/2010 3:13:09 AM
Gravatar
Total Posts 47

Contact Form - text area background

Created askin from artisteer which an tiled image for background of the site. The issue is in the 'Contact Form' the same tiled image shows as background.

I've tried changing the editor (Tiny MCE/CK Editor/FCK editor) but the tiled image shows as background in the text area which makes it very difficult to read the text.

Currently the only solution that seems to work is changinf the 'Content editor' from the Site Settings to text area. Which removes the Rich text editor from contact form, but makes editing other portions of the site very difficult(without the rich text exitor)

Any solution would be welcome.

Thanks n regards,

nitin

5/24/2010 9:17:56 AM
Gravatar
Total Posts 47

Re: Contact Form - text area background

Found the solution :) Using TinyMCE

Added the following CSS to this file: SiteRoot\ClientScript\tiny_mce327\themes\advanced\skins\default\content.css

body.mceContentBody {
background:#000 url();}

Thanks all

5/24/2010 12:18:58 PM
Gravatar
Total Posts 2239

Re: Contact Form - text area background

Hi,

This problem is probably due to the use of the background-image rule in the body{} selector. For the best compatibility with future versions of mojoPortal (that may use a newer version of TinyMCE), move any background rules from the body{} to the body.pagebody{} selector.

HTH,
Joe D.

5/24/2010 12:48:05 PM
Gravatar
Total Posts 18439

Re: Contact Form - text area background

Hi,

Joe Davis is correct. This issue is also explained in step 7 in the article How to Create a mojoPortal Skin Using Artisteer.

Hope it helps,

Joe

5/24/2010 7:56:33 PM
Gravatar
Total Posts 47

Re: Contact Form - text area background

Thanks for help Joe and Joe :)

You must sign in to post in the forums. This thread is closed to new posts.