Table Scollbar Not Working in IE

dancran1220
avatar
rank newbie

newbie


Posts: 1
Joined: 2008-07-23

Hey all,

I am pretty new to CSS and am having a problem with a scrollbar not being visible in IE.
In Firefox the scrollbar is visible and scrolls properly. In IE the scrollbar is not visible but if you wheel the mouse wheel it acts as a scrollbar. I have read that there are some problems when using overflow: auto; with IE and that a possible solution is putting in position: relative; but that did not work either. Finally, not sure if this matters or not, but this code is going into a portal, not a web application. The code is for a table.

.MAINDIV{
	height: 430px;
	overflow: auto;
        position: relative;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3d-light-color: #ffffff;
}

thepineapplehead
thepineapplehead's picture
rank Moderator

Moderator


Posts: 9209
Joined: 2004-06-30
Location: Milton Keynes

Not enough code to diagnose

Not enough code to diagnose - we do ask for all the HTML and CSS Eye-wink