This is a migrated thread and some comments may be shown as answers.

Edit Mode buttons move

6 Answers 46 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Fonny
Top achievements
Rank 1
Fonny asked on 03 Mar 2008, 06:10 PM
I have the edit mode buttons (design, html, and preview) on the left botton corner.

And, the button move when I move the vertical scrollbar on the browser.  

Is there a way to make them not moving?

6 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 04 Mar 2008, 09:21 AM
Hi Fonny,

Could you clarify what exactly the issue is and give us the exact steps to reproduce it?

In addition to this, please, try to reproduce the behavior using the online demo. If you are not able to reproduce it with the online demo, please, send us a sample project in which the problem can be observed. Once we are able to reproduce it on our side we will do our best to provide you with a solution.

Looking forward to hearing from you,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Anumole
Top achievements
Rank 1
answered on 05 May 2008, 12:02 PM
HI,
I am also facing the same problem.
Had u got a solution for it.
0
Fonny
Top achievements
Rank 1
answered on 05 May 2008, 12:18 PM
Telerik Prometheus Editor uses all reserved HTML properties, such as

*

html #body

{

/*IE6 hack*/

padding: 0 0 0 250px; /*Set value to (0 0 0 WidthOfFrameDiv)*/

}

If you have this set up in your css file, Prometheus also applies it.

You have to change the naming for your HTML properties (this is how you work around it, Telerik should come out with its solution)

*

html #mpbody

{

/*IE6 hack*/

padding: 0 0 0 250px; /*Set value to (0 0 0 WidthOfFrameDiv)*/

}

0
Anumole
Top achievements
Rank 1
answered on 05 May 2008, 12:24 PM
I do not have any css being applied to the HTML body from my css file. so how do i go about it
0
Anumole
Top achievements
Rank 1
answered on 05 May 2008, 12:26 PM
Hi I do not have any css aplied to the body from my CSS files. So how do i go about doing this
0
George
Telerik team
answered on 08 May 2008, 11:55 AM
Hi Anumole,

Could you please open a support ticket and send us your runnable project or a sample one in which the problem can be reproduced? Once we are able to reproduce the problem we will do our best to provide a solution.


Sincerely,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Editor
Asked by
Fonny
Top achievements
Rank 1
Answers by
George
Telerik team
Anumole
Top achievements
Rank 1
Fonny
Top achievements
Rank 1
Share this question
or