on 2007 May 16 5:08 PM
Hii all,
I have created par component, in which i have used <iframe> to display the html content(KM Document)
<iframe src="<%=target%>" width="100%" height="700px" marginheight="0" marginwidth="0" scrolling="auto" frameborder="0" align="left"/>
When i assigned this iview to role, there are multiple scrollbars while resizing the window.
I want to remove multiple scrollbars as single scrollbar is sufficient.
I also tried with Embedded Isolation method, but not solved.
Is there any other way to display KM html Docs as an iview in contentarea except standard km document ivew.
Its quite urgent !! Any help would be appreciated.
Thanks
Ami.
Hi Ami
add "scrolling="no"
<iframe src="imagepage.htm?u=$USERID$" name="List Result" width="50px" height="50px" marginheight="0" marginwidth="0" align="center" scrollingMode="none" scrolling="no" >
</iframe>
Regards
Kunal Saggar
P.S. Award points if it helps you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi,
There's three values yes, no and auto with "auto" being the default value given if you don't add a scrolling="" element and meaning that the browser will decide if scollbars are shown depending on whether or not the content page is larger than the frame itself
Setting the value scrolling="no" inside your <iframe> tag will remove the scrollbars, but obviously if the content page is larger than the frame your visitors will not see everything.
check the following link for reference
http://netcode.net/articles/inline_frames.php
http://archivist.incutio.com/viewlist/css-discuss/75669
regards,
shyja
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Please maintain the value of 'Height type' as AUTOMATIC instead of FULL_PAGE.
This will solve the issue.
Points will be help full
~ Abdul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ami,
Refer the following links to get solution.
http://www.ahfb2000.com/webmaster_help_desk/showthread.php?t=3114
http://www.dynamicdrive.com/forums/showthread.php?t=361
Regards,
Tamil k
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
59 | |
10 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.