All Products
Demos
Services
Blogs
Docs & Support
Pricing
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
Menu
/
Img wont go below menu!
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
Robert
12 posts
Member since:
May 2008
Posted 16 May 2008
Link to this post
After my
</telerik:radmenu>
control I put a header/banner img.
The banner shows up in IE and Firefox on the right side of the menu!
I put a
<br />
after the radmenu and it still didn't work. I put 2
<br />
tags and it moved the img down too far. Any idea what could be wrong?
Thanks!
T. Tsonev
Admin
2834 posts
Posted 16 May 2008
Link to this post
Hi Robert,
You can place your image in a div tag with the following style to clear the float created by the menu:
<
div
style
=
"clear:both;"
> image goes here
</
div
>
All the best,
Tsvetomir Tsonev
the Telerik team
Instantly find answers to your questions at the
new Telerik Support Center
Back to Top
Close