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

Bad alignment in Firefox with toobar, panelbar and grid control

1 Answer 20 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Willem
Top achievements
Rank 1
Willem asked on 19 Sep 2008, 10:19 AM
Hello,

I experience different behavior between IE and Firefox:

http://www.bis.nl/cr/firefox.jpg

http://www.bis.nl/cr/ie.jpg

What do you need from me to assist me with this issue? The code is quite large to past it here...

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 19 Sep 2008, 11:35 AM
Hello Willem,

RadToolBar is a floated element in order to support some of its features. The float needs to be cleared. Please add

<div style="clear:both"><!-- --></div>


after the toolbar.

Alternatively, you can set

<telerik:RadSplitter style="clear:both">

if the Splitter is the next element after the toolbar.


Sincerely yours,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
Willem
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or