I am using a horizontal scroll for one page on my website ~ Works in FF but not in IE How can I get it to work in IE? Here are JS which are the heads of my HTML:
& lt; Script src = "js / jquery-1.2.6.min.js" type = "text / javascript" charset = "utf-8" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" charset = "UTF-8" & gt; $ (Function () {$ ("# page-wrap"). WrapInner ("table> gt; & lt; tr & gt;"); $ (".post"). Rap ("& lt; Td> ")}}}
There is definitely a second script file, but its magnitude is not why I'm posting here. A hack or something I can use to scroll it correctly in IE? Thx in advance!
It looks like a hack, you basically put that content in a table cell There is a overflow by surprise. Why do not you set overflow on #page-wrap
or .post
element?
# PageRap {Overflow-y: Scroll;}
It may be that more CSS properties are needed, but it depends on the entire context that is unknown.
Comments
Post a Comment