Problem with IE Scrollbars

This is a discussion on "Problem with IE Scrollbars" within the Web Page Design section. This forum, and the thread "Problem with IE Scrollbars are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 13th, 2007, 21:14
New Member
Join Date: Oct 2007
Location: Sheffield
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Problem with IE Scrollbars

I am having a slight problem with the page I have created. I created a page that is 100% high with CSS, but when the content of my page goes over the 100% height then, in IE, the scroll bars appear but wont scroll through the page. The link to my page is http://formasual.net/sareviews/. Please view in Firefox and IE (and try to scroll) to see the difference. Also, at the top of the page is a 5px gap, in the CSS there is a 5px gap at the bottom too, but this isnt working. Many thanks. I hope someone can help.

[Edit]

I have now figured out how to work the scrollbars out, but I havent found out how to add a 5px gap to the bottom of my page.

Last edited by abis123; Oct 13th, 2007 at 21:28.
Reply With Quote

  #2 (permalink)  
Old Oct 13th, 2007, 22:01
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Problem with IE Scrollbars

Hey!
In this portion of your css change the top and bottom to
Code: Select all
.cssContent 

{

	display:block; 

	/*overflow:auto; */

	position: relative; 

	z-index:3; 

	margin-top:5px; 

	margin-bottom:5px; 

	width:700px; 

	margin-left:-350px; 

	left:50%; 

	border-left:1px solid #000;

	border-right:1px solid #000;

	border-top:1px solid #000;

	border-bottom:1px solid #000;

	background:#fff;

}
The bit in red. That should do it!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Aligning scrollbars Ola JavaScript Forum 4 Feb 29th, 2008 16:16
how do i get scrollbars on resize huminuh83 Flash & Multimedia Forum 0 Apr 4th, 2007 04:39
Scrollbars in Firefox ChrisTheSoul Web Page Design 1 Nov 24th, 2006 15:38
IE Overflow issue: not displaying scrollbars Yossarian Web Page Design 2 Sep 20th, 2006 20:42
Custom scrollbars in JavaScript lozmawoz JavaScript Forum 2 Aug 7th, 2006 15:25


All times are GMT. The time now is 02:57.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43