kpelvoivner
12-27-2005, 07:16 AM
IE is beginning to piss me off? why can't they have just a horizontalscroll="off" thing in HTML. My pages look perfect in Firefox and Opera, but IE insists on putting a horizontal scrollbar in ANY page that has to scroll vertically. I've tried overflow-x:hidden and it didn't work in IE. I tried overflow-y:hidden just to see and it worked in Firefox and opera, but not in IE. I then tried overflow:hidden and IE didn't even accept that one.
Anyway, it's really an aesthetic problem, but aesthetics are kinda important for an art website. Is there ANY way to over-ride IE and completely disable a horizontal scrollbar for a frame? PS I've tried putting that overflow code in the main page, the iframe's page, and even the iframe tag's style. On a side rant? How come Opera and Firefox can obey code so much easier than IE? Thanks in advance for any help. I browsed the forums already looking for answers to the question and found the question a few times but no answers that actually worked.
This is what I've got right now that doesn't work:
<td valign="top" width="628px" style="background-color:white "><iframe name="content" id="content" frameborder="0" src="news.htm" height="380px" width="628px" style="overflow-x:hidden "> </iframe></td>
Anyway, it's really an aesthetic problem, but aesthetics are kinda important for an art website. Is there ANY way to over-ride IE and completely disable a horizontal scrollbar for a frame? PS I've tried putting that overflow code in the main page, the iframe's page, and even the iframe tag's style. On a side rant? How come Opera and Firefox can obey code so much easier than IE? Thanks in advance for any help. I browsed the forums already looking for answers to the question and found the question a few times but no answers that actually worked.
This is what I've got right now that doesn't work:
<td valign="top" width="628px" style="background-color:white "><iframe name="content" id="content" frameborder="0" src="news.htm" height="380px" width="628px" style="overflow-x:hidden "> </iframe></td>