I have tried this:
Code: Select all
<iframe src="menu.php?command=browse" width="100%" height="56" scrolling="no" frameborder="0"></iframe>
Any comment please
Code: Select all
<iframe src="menu.php?command=browse" width="100%" height="56" scrolling="no" frameborder="0"></iframe>
Yes, than the menu isn't sticky anymore.Superlexx wrote:but wouldn't this mean that the menu isn't sticky anymore? (user must scroll up to see the menu)
This page is not working for "Internet Explorer 4.01".Superlexx wrote:hm, iframe in a div sounds good. You can use position:fixed and for IE you can fake it like this: http://tagsoup.com/-dev/null-/css/fixed/top/0-0-0
With IE the pages are not rendered the same (height is different).Superlexx wrote:hm, iframe in a div sounds good. You can use position:fixed and for IE you can fake it like this: http://tagsoup.com/-dev/null-/css/fixed/top/0-0-0