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

Image of the menu in a wrong position

11 Answers 81 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Hamdy
Top achievements
Rank 1
Hamdy asked on 30 Mar 2010, 02:42 PM
I have system has widgets (controls)
is the widget in the page and this widget has menu bar the image of the menu item in a wrong position

please check the image

11 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 30 Mar 2010, 03:59 PM
Hello Hamdy Ghanem,

Can you send us a live url demonstrating this issue?

Regards,
Yana
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
Hamdy
Top achievements
Rank 1
answered on 30 Mar 2010, 04:51 PM
Sorry there is no live URL, but is is a real problem for us
0
Yana
Telerik team
answered on 31 Mar 2010, 07:24 AM
Hi Hamdy Ghanem,

This seems a css issue and we cannot help unless we test the page.  You can try to isolate the problem in a simple runnable page and paste the code here.

Kind regards,
Yana
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
Hamdy
Top achievements
Rank 1
answered on 31 Mar 2010, 07:27 AM
before sending the issue I cleared all css files  and still coming

0
Hamdy
Top achievements
Rank 1
answered on 31 Mar 2010, 09:08 AM
there is another note
id i disabled EnableEmbeddedBaseStylesheet property It will be in the right position but the menue will still open all the time
0
Yana
Telerik team
answered on 31 Mar 2010, 03:26 PM
Hi Hamdy Ghanem,

You can see in our online example here that images are aligned properly. I cannot reproduce this issue at our side. The images have css class="rmLeftImage", you can check it in your styles.

I cannot help unless you provide us with a page where the issue is reproducible.

Sincerely yours,
Yana
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
Hamdy
Top achievements
Rank 1
answered on 03 Apr 2010, 11:53 AM
I membered something may help us to clarify the problem
my project is a module for DNN

So just put the sample in dnn project it will give u may problem
0
Hamdy
Top achievements
Rank 1
answered on 14 Apr 2010, 08:36 AM
I found the problem
the problem as u said from begining that it is in the skin
I am using dnn skin
it has a file called index.doctype.xml
in the file 

<SkinDocType>
<![CDATA[<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">]]>
</SkinDocType>

if I removed this line the image will be OK in the right position 
but the problem now that the skin will corrupt 
so how to fix the issue without corrupting the skin
0
Hamdy
Top achievements
Rank 1
answered on 14 Apr 2010, 09:42 AM
regarding to this issue

I want to send you the skin to check with me what it is the problem but attaching only images
how I send you the skin
0
Hamdy
Top achievements
Rank 1
answered on 14 Apr 2010, 09:54 AM
in the page add this style

  .rmLeftImage
    {
     position:absolute;
     left:0;
     background-position:left;
    }


it works but it is a workaround
0
Yana
Telerik team
answered on 15 Apr 2010, 11:43 AM
Hi Hamdy,

You can send only images in the forums, the other types of files can be attached only to support tickets. 

Greetings,
Yana
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.
Tags
Menu
Asked by
Hamdy
Top achievements
Rank 1
Answers by
Yana
Telerik team
Hamdy
Top achievements
Rank 1
Share this question
or