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

Tabstrip and Multipage Z-index issue

4 Answers 174 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Lars Solberg
Top achievements
Rank 1
Lars Solberg asked on 06 Jun 2008, 07:16 PM
I have a multipage associate with a toolstrip that contains a crystal report viewer.  Unfortunately the report is on top of the page as opposed to inside of the multipage area (see image)  If anyone has any ideas it would be greatly appreciated.

Thanks

4 Answers, 1 is accepted

Sort by
0
Lars Solberg
Top achievements
Rank 1
answered on 06 Jun 2008, 08:50 PM
Update:  I'm not sure if this will help, but the formatting is correct in safari and firefox, but not in IE 6 or 7
0
Erjan Gavalji
Telerik team
answered on 09 Jun 2008, 04:05 PM
Hi Lars,

I'm shooting in the dark, but in any case this might help - you can play with the style of the the wrapper element of the crystal reports viewer, e.g.:

.crystalReportViewerWrapElement
{
    position:relative;
    clear:both;
    float:none;
}
...
<div class="crystalReportViewerWrapElement">
...


Can you send us the page to check?

Kind regards,
Erjan Gavalji
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Lars Solberg
Top achievements
Rank 1
answered on 09 Jun 2008, 04:33 PM
Unfortunately that didn't work.  From what i can gather, it seems like, at least in IE, the report viewer always displays on top of the wrapper.

What is the best way for me to send the file to you?

Thanks again
0
Paul
Telerik team
answered on 10 Jun 2008, 06:11 AM
Hi Lars,

Attachments are not allowed in the forums due to security reasons. Still, if you need to send us a file you can open a support ticket and attach the file(s) to it. In addition, it will be best if you can open a support ticket and send us a simple running project (incl. CSS, images, skins, DB backup if needed and so on) demonstrating the problem (and step-by-step instructions on doing so). In that way we can reproduce and pinpoint the problems you're facing on our side, understand the logic of your application and provide a solution.

Greetings,
Paul
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
TabStrip
Asked by
Lars Solberg
Top achievements
Rank 1
Answers by
Lars Solberg
Top achievements
Rank 1
Erjan Gavalji
Telerik team
Paul
Telerik team
Share this question
or