|
Post by anthony on Apr 24, 2008 15:20:51 GMT -6
Hello, I have a div surrounded a table in a master page. This table content all sharepoint element. In CSS, if my div is float, I can't edit my page, everything must be scroll to see content. Table and div take the minimum space on the page. When the div is not float, all elements can be seen without making a scroll. code look like this:
<form runat="server" onsubmit="return _spFormOnSubmitWrapper();"> <WebPartPages:SPWebPartManager id="m" runat="Server"/>
<div id="mydiv"> <table id="mytable"> ... all my mpage ... </table> </div> </form>
Does anyone have any idea please?
|
|