PageView width with Mozilla Firefox
This post has
2
replies
tomd
Posted:
Mon Feb 14, 2005 @ 2:40 AM
I have a multipage with a Tabstrip in my page.
The pageView Control "Pageview1" in the multipage has an attributes width="100%". It works very well with ie but with Firefox Pageview1 is resize to itself. I think the attribute "width" don't work on firefox even if it is define when i edit the HTML Source code of my page.
Do u have a solution to my pb ?
code example :
<code>
<componentart:multipage id="MultiPage1" runat="server" SelectedIndex="0" height="90%" width="100%" cssclass="Multipage">
<COMPONENTART:PAGEVIEW id="Pageview1" CssClass="PageContent" Width="100%">
<TABLE id="Table4" height="100%" cellSpacing="0" cellPadding="0" width="100%" align="center">
<TR><TD><!-- HTML CODE --></TD></TABLE></COMPONENTART:PAGEVIEW></componentart:multipage>
</code>
gknierim
Posted:
Thu Mar 24, 2005 @ 7:04 PM
Did you ever resolve this? I have the same issue with Firefox.
Thanks,
Greg
stephen
Posted:
Thu Jun 30, 2005 @ 12:57 PM