Questions About Iframes and Scroll Bars

liunx

Guest
Is there a way that i can put a border around an Iframe? Also is there a way to change the color of the border? How do i change the way my scroll bar looks? Like htmlforum.com's scroll bar is not the original silver. If there is a site i Download <!--more--> a script or something form please provide the site<br />
<br />
<br />
Thanks,<br />
<br />
Thomas<!--content-->you could change the color of the bar like this forum does. you need to look into scroll-bar volor but I am not sure if it works for a Iframe.<br />
<br />
as far as a border did you add border=1. might not work but you are free to try.<!--content-->Originally posted by scoutt <br />
you could change the color of the bar like this forum does. you need to look into scroll-bar volor but I am not sure if it works for a Iframe.<br />
<br />
as far as a border did you add border=1. might not work but you are free to try. If you change the colour of a scrollbar it effects all scrolling things in that document - including the iframe.<br />
<br />
You could put a border around iframes by adding the frameborder = "1" in the iframe tag. For more info of iframes go here: <!-- m --><a class="postlink" href="http://www.wdvl.com/Authoring/HTML/4/Tags/iframe.html">http://www.wdvl.com/Authoring/HTML/4/Tags/iframe.html</a><!-- m --> <br />
<br />
You could make the code for scrollbars at my site: <!-- m --><a class="postlink" href="http://www.freetoolkit.net/gen_jscss/jscss_scrollbar.htm">http://www.freetoolkit.net/gen_jscss/js ... ollbar.htm</a><!-- m --><!--content-->Is there a way i can increase the size of the border to a bigger size? Also can I change the color of the border?<br />
<br />
<br />
Thanks,<br />
<br />
<br />
Thomas<!--content-->that is true Mark, but you can't change the scrolling bar of a select statement. ;)<br />
<br />
if you want a border then just add a table around it.<!--content-->Put this at the top of the page that is going into the iframe.<br />
<br />
<style type="text/css"><br />
body{<br />
scrollbar-face-color:#000084;<br />
scrollbar-arrow-color:white;<br />
scrollbar-track-color:#000084;}<br />
</style><br />
<br />
This can also be done on any page to change the scrollbars.<!--content-->Thank you for all your help:)<!--content-->
 
Back
Top