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

Appearance error with masterpage

3 Answers 58 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
sbinet
Top achievements
Rank 1
sbinet asked on 12 Dec 2008, 02:47 AM

I am using RadControls for ASP.NET AJAX, Q3, .net 2.0 and Visual Studio 2008. The Combobox works fine with normal page but has abnormal appearance when used with masterpage. This error is different with each skin, but in general it seems to be doubled.

I cannot post some pictures here, so I use 4shared for your reference.

http://www.4shared.com/file/75578813/a05ff0c4/Snap1-Web20_Skin.html
http://www.4shared.com/file/75578812/d758c052/Snap2-Inox_Skin.html

Thanks.

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 15 Dec 2008, 12:58 PM
Hello there,

I wasn't able to reproduce the described issue, please find attached my test project. What is different in your case?

Kind regards,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
sbinet
Top achievements
Rank 1
answered on 22 Dec 2008, 02:56 PM
Hi,

Thanks for your reply.

I was confused with this myself, because even in the same project it happened with some pages and not with others.
And now everything is clear for me: It is NOT masterpage but CSS. And exactly, this happens if my css file contains the below code. It happens with version 3.5 too. Everything goes fine when I leave this code out.
I think this is a rare situation, but I should inform and you may take it into account in the next version.

table

 

{

border-style

: none;

 

 

border-color: inherit;

 

 

border-width: 0;

 

 

font-size:10pt;

 

width

:65%;

 

 

font-family: Tahoma, Verdana, Arial;

 

 

height: 95px;

 

}

tr

 

{

font-size

:10pt;

 

font-family

: Tahoma, Verdana, Arial;

 

}

td

 

{

font-size

:10pt;

 

font-family

: Tahoma, Verdana, Arial;

 

}

td.textWhite

 

{

color

:#FFFFFF;

 

text-align

: justify;

 

}

0
Yana
Telerik team
answered on 23 Dec 2008, 11:58 AM
Hi there,

I'm glad that it works without a problem.

Greetings,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ComboBox
Asked by
sbinet
Top achievements
Rank 1
Answers by
Yana
Telerik team
sbinet
Top achievements
Rank 1
Share this question
or