Is there a way to remove the thin white line (border) around the content (iframe) of the window?
You can see it first hand even in the the demo...
In the demo change the url to www.telerik.com (since it has a black background).
Thanks,
Stephen
4 Answers, 1 is accepted
0
Accepted
Hello Stephen,
This line is not controlled by CSS, it's a part of the sprites that are used in the RadWindow design. To remove it, you need to use a custom, external skin and edit the following files in your Skins /<your_skin>/ Window folder:
Greetings,
Georgi Tunev
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
This line is not controlled by CSS, it's a part of the sprites that are used in the RadWindow design. To remove it, you need to use a custom, external skin and edit the following files in your Skins /<your_skin>/ Window folder:
- WindowHorizontalSprites.gif
- WindowVerticalSprites.gif
Greetings,
Georgi Tunev
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Stephen
Top achievements
Rank 1
answered on 25 Mar 2009, 08:00 PM
If i want to remove this thin white line, will I also have to modify the actual css positioning for it as well? Or is there something I can do within the sprites to avoid anymore changes than required?
0
Accepted
Hello Stephen,
You need just to edit the images, there shouldn't be a problem with the CSS positioning in such case.
By the way we are currently working on a new blog post where you will find more information about RadWindow's design and structure - it should be available either tomorrow or on Monday.
In the meantime if you experience any problems with the sprites, just open a support ticket and send us a project that illustrates them - we will check it right away.
Kind regards,
Georgi Tunev
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
You need just to edit the images, there shouldn't be a problem with the CSS positioning in such case.
By the way we are currently working on a new blog post where you will find more information about RadWindow's design and structure - it should be available either tomorrow or on Monday.
In the meantime if you experience any problems with the sprites, just open a support ticket and send us a project that illustrates them - we will check it right away.
Kind regards,
Georgi Tunev
the Telerik team
Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Stephen
Top achievements
Rank 1
answered on 26 Mar 2009, 04:35 PM
Thanks, that worked perfectly.