stublackett Posted September 4, 2009 Share Posted September 4, 2009 Hi, Got a couple of issues with IE7 and a scrollbar set on a DIV Tag. The page in question is : The CSS is : #newsitemdiv (line 511) { position: absolute; width: 706px; height: 526px; left: 191px; top: 156px; overflow-x: auto; overflow-y: auto; } Works in FireFox but not IE... Now I'm pretty sure it did work originally Any help appreciated! I may get shot down for the absolute positioning, Would love to learn liquid layouts using margins and padding, So if anyone can point me in the direction of some good tutorials, That'd be appreciated too Quote Link to comment Share on other sites More sharing options...
haku Posted September 5, 2009 Share Posted September 5, 2009 Your problem appears to be that something works in FF but not in IE7. Quote Link to comment Share on other sites More sharing options...
saltedm8 Posted September 6, 2009 Share Posted September 6, 2009 dont use overflow-x: auto; overflow-y: auto; use overflow:scroll; should be ok then Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.