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

[Solved] Layout issue with Footer

1 Answer 22 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
David
Top achievements
Rank 1
David asked on 01 Dec 2011, 04:01 PM

I am new to Telerik Controls and need some help.

I have a Calendar Control on a View in my MVC application.  When that particular page is rendered.... The Calendar is overwriting the footer behind it.

I don't have this issue with the views with standard MS MVC3 controls on it.

Can someone help me know what to do?

Thanks!
David

1 Answer, 1 is accepted

Sort by
0
David
Top achievements
Rank 1
answered on 02 Dec 2011, 05:15 PM
Problem here was floating content..

Found the solution (easiest)

set the following css element on the footer div style
clear:both;


Worked like a champ.

Tags
Calendar
Asked by
David
Top achievements
Rank 1
Answers by
David
Top achievements
Rank 1
Share this question
or