HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Vertical scroll bars in iframes with iexplorehelp!!
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
beezwings



Joined: 14 Oct 2005
Posts: 1

PostPosted: Fri Oct 14, 2005 7:04 pm     Vertical scroll bars in iframes with iexplorehelp!! Reply with quote

Hi.

This web-design thang is pretty new to me still, but I was wondering: In order to rid my website of those pesky horizontal scroll bars, I have the code <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> and the scroll set to "yes" as mentioned in another post. That took care of the horizontal scrollbars, but now, even if the area doesn't need to be scrolled, the "disabled" white vertical scroll bars appear. How can I have my cake and eat it too? (ie not set scroll to "auto" which in explorer invites those horizontal scroll bars, and not get the dud vertical bars when the text doesn't need it)

Thanks!
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8267
Location: Castle Rock CO USA

PostPosted: Sat Oct 15, 2005 5:39 am     Reply with quote



You could use some CSS and place this in the <head>
Code:
<style>
<!--
body{
scrollbar-face-color:#75EA00;
scrollbar-arrow-color:#EEEEEE;
scrollbar-track-color:#EEEEEE;
scrollbar-shadow-color:#EEEEEE'';
scrollbar-highlight-color:#EEEEEE'';
scrollbar-3dlight-color:#EEEEEE'';
scrollbar-darkshadow-Color:#EEEEEE'';
}
-->
</style>
Change the colors accordingly and it will look like it is gone. Of course the above is not compliant but not too sure if you care or not
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial