Ali Faraji
Top achievements
Rank 1
Ali Faraji
asked on 04 Mar 2010, 03:28 PM
We have this extra dead space on firefox broser. Attached screen explain the same.
Please suggest a solution.
Thanks,
Shubod
Please suggest a solution.
Thanks,
Shubod
4 Answers, 1 is accepted
0
Shinu
Top achievements
Rank 2
answered on 05 Mar 2010, 07:48 AM
Hello Shubod,
I guess you want to hide RadEditor's modules. Adding following CSS on page will hide the modules.
CSS:
| <style type="text/css"> |
| .reModule |
| { |
| display: none !important; |
| } |
| </style> |
-Shinu.
0
Hi Shinu,
You should also ensure that the page uses XHTML DOCTYPE as the following one:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Regards,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
You should also ensure that the page uses XHTML DOCTYPE as the following one:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Regards,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Ali Faraji
Top achievements
Rank 1
answered on 09 Mar 2010, 12:42 PM
Hi Rumen,
Our code already has the specific tag suggest by you. We still have this dead space issue.
Let us know a solution.
Thanks,
Shubod
Our code already has the specific tag suggest by you. We still have this dead space issue.
Let us know a solution.
Thanks,
Shubod
0
Hi Shubod,
Have you by any chance tried the suggestion provided by Shinu to hide the modules and see whether the problem persists? This help article provides more information: Disable or Hide Modules.
If the problem still exists after hiding the modules, then isolate it in a sample working project and send it for examination on our side by opening a support ticket from your account.
Best regards,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Have you by any chance tried the suggestion provided by Shinu to hide the modules and see whether the problem persists? This help article provides more information: Disable or Hide Modules.
If the problem still exists after hiding the modules, then isolate it in a sample working project and send it for examination on our side by opening a support ticket from your account.
Best regards,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
